Definition
A surface integral of a scalar function over a surface is the accumulation of that function’s values weighted by the surface area element . It is denoted as:
- How to read: “Double integral over S of G d-sigma.”
- Meaning: Add up the value of at each point on the surface, weighted by local area. If is density, the integral gives total mass.
For a parametric surface , this evaluates to .
- 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 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 (): 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 represents density (mass per unit area), the surface integral calculates the total mass of the surface.