Andromeda
Note

Surface Integrals of Scalar Functions

Definition

A surface integral of a scalar function G(x,y,z)G(x, y, z) over a surface SS is the accumulation of that function’s values weighted by the surface area element dσd\sigma. It is denoted as: SG(x,y,z)dσ\iint_S G(x, y, z) d\sigma

  • How to read: “Double integral over S of G d-sigma.”
  • Meaning: Add up the value of GG at each point on the surface, weighted by local area. If GG is density, the integral gives total mass.

For a parametric surface r(u,v)\mathbf{r}(u, v), this evaluates to RG(r(u,v))ru×rvdudv\iint_R G(\mathbf{r}(u, v)) |\mathbf{r}_u \times \mathbf{r}_v| du dv.

  • How to read: “Double integral over R of G of r(u,v) times the magnitude of r-u cross r-v, du dv.”
  • Meaning / when to use: The cross product magnitude is the area scaling factor (Jacobian) for a parametrized surface. Use this to compute the integral in the flat (u,v)(u,v) parameter domain.

Why It Matters

This tool is essential for calculating the total mass of a thin shell, the average temperature over a surface, or the total probability in quantum mechanics. It bridges the gap between local density and global properties in systems that are constrained to curved manifolds.

Core Concepts

  • Surface Element (dσd\sigma): The differential area element, which adjusts for the local geometry of the surface.
  • Independence of Parametrization: The value of the integral is a property of the surface and the function, not the specific way the surface is parametrized.
  • Mass Analogy: If GG represents density (mass per unit area), the surface integral calculates the total mass of the surface.

Connected Concepts