Parametric Surfaces and Surface Integrals
A parametric surface is the image of a two-variable vector function; its area element is the magnitude of the cross product of the two tangent vectors. The surface integral of a scalar function sums it over that area, and the flux integral of a vector field sums the field's normal component, measuring flow through the surface.
╌╌╌╌
The line integral integrated a scalar or a field along a one-dimensional curve. The surface integral does the same over a two-dimensional surface. The step up requires a way to describe surfaces flexibly — not just graphs but spheres, cylinders, and tori — and a surface area element to integrate against. Both come from parametrizing the surface with two parameters and taking the cross product of the resulting tangent vectors. Once flux, the integral of a field's normal component, is defined, Stokes' Theorem and the Divergence Theorem can be stated.
Parametric surfaces
A curve needs one parameter; a surface needs two. A parametric surface is traced by a vector function of two variables ranging over a region in the parameter plane.
A graph is the special case . The sphere of radius uses the two spherical angles as parameters, with , ; the grid curves are circles of latitude and meridians of longitude.
The tangent plane and the surface area element
At a point , the two grid curves have tangent vectors given by the partial derivatives
When the surface is smooth there, and the two tangent vectors span the tangent plane. Their cross product is normal to the surface. A small parameter rectangle of sides and maps to a small patch that is nearly the parallelogram spanned by and , whose area is .
For a graph this specializes to the earlier surface-area formula: with , the cross product is and its magnitude is .
Surface integrals of scalar functions
With the area element in hand, integrating a scalar function over a surface copies the line-integral construction.
Setting recovers the surface area. With the surface density of a thin curved shell, the integral is its mass. The rule for evaluation is mechanical: substitute the parametrization into , multiply by the magnitude of the cross product, and integrate over the parameter domain — the surface analog of .
Orientation
To integrate a vector field through a surface, the surface needs a chosen side. At each point there are two unit normals, ; picking one consistently orients the surface.
Most surfaces are orientable and have two sides. The Möbius band is the standard exception: sliding the normal once around returns it reversed, so no consistent choice exists, and flux through it is undefined.
Flux: the surface integral of a vector field
The physically important surface integral measures how much of a field passes through the surface. Only the component of along the normal contributes; the tangential part slides along the surface without crossing it.
In parametric form the normal and the area element combine: since , the magnitude cancels and the flux is
Because of the cancellation, the square root in never appears in a flux computation. The sign depends on the orientation, which fixes whether or its negative is used.
The result equals the volume of the ball times ; the Divergence Theorem will explain why, since and the ball has volume .
The three surface integrals side by side
Every surface integral here is one of these, and all three reduce to a double integral over the parameter domain .
| Integral | Integrand | Reduces to | Measures |
|---|---|---|---|
| area | area of | ||
| scalar surface integral | mass of a shell, average value | ||
| flux | flow across |
Flux is the surface integral that appears in Stokes' Theorem and the Divergence Theorem: the first equates a line integral around the boundary of a surface with the flux of the curl through it, the second equates the outward flux across a closed surface with the integrated divergence inside.1
Footnotes
- Stewart, §16.6 — Parametric Surfaces and Their Areas; §16.7 — Surface Integrals. The area element , orientation by a continuous unit normal, and the flux integral . ↩
╌╌ END ╌╌