A surface integral extends integration from curves to 2D surfaces in 3D space.
A parametric surfaceS is defined by parameters (u,v):
r(u,v)=x(u,v)i^+y(u,v)j^+z(u,v)k^
The differential area vector is built from partial derivatives:
dS=(∂u∂r×∂v∂r)dudv
A scalar surface integral integrates a function f over S:
∬SfdS=∬Df(r(u,v))∂u∂r×∂v∂rdudv
Surface Type
Area Element dS
Parametric
(∂u∂r×∂v∂r)dudv
Graph z=g(x,y)
(−gxi^−gyj^+k^)dxdy
A flat grid cell, and the curved patch it becomes
Flux Integrals & Orientation
A flux integral measures the net flow of a vector field F through a surface S:
Φ=∬SF⋅dS=∬SF⋅n^dS
Physics link: Electric flux through a closed surface equals the enclosed charge via Gauss's law:
ΦE=∬SE⋅dS=ε0Qenc
Orientation is critical: the choice of unit normal n^ (outward vs. inward for closed surfaces) determines the sign of the flux.
Common pitfall: Flux integrals are orientation-sensitive. Flipping the surface normal flips the sign of your final answer. Always fix the normal direction before you begin integrating.
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.