A surface integral extends integration from curves to two-dimensional surfaces in R3.
Parametric surface — A surface S parametrised by (u,v):
r(u,v)=x(u,v)i^+y(u,v)j^+z(u,v)k^
Normal vector and area element
dS=(∂u∂r×∂v∂r)dudv
Scalar surface integral
∬SfdS=∬Df(r(u,v))∂u∂r×∂v∂rdudv
Flux integral — The flow of F through S:
Φ=∬SF⋅dS=∬SF⋅n^dS
Special case — If S is a graph z=g(x,y):
dS=(−gxi^−gyj^+k^)dxdy
Orientation matters: the choice of n^ (outward vs. inward for a closed surface) determines the sign of the flux.
Physics link: Electric flux through a closed surface gives the enclosed charge: ΦE=∬SE⋅dS=Qenc/ε0 (Gauss's law in integral form).
Common pitfall: Flux integrals are orientation-sensitive: flipping the surface normal flips the sign. Fix the normal’s direction (outward? upward?) before integrating, or the "right" magnitude arrives with the wrong sign.
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.