5.4 Surface Integrals, Stokes' Theorem, and the Divergence Theorem
Key Takeaways
- A parametric surface \mathbf{r}(u, v) has normal vector \mathbf{r}_u \times \mathbf{r}_v, area element dS = \|\mathbf{r}_u \times \mathbf{r}_v\| \, du \, dv, and for explicit graphs z = g(x, y), this reduces to dS = \sqrt{1 + g_x^2 + g_y^2} \, dx \, dy.
- The flux of a vector field F across an oriented surface S is \iint_S F \cdot d\mathbf{S} = \iint_D F(\mathbf{r}(u, v)) \cdot (\mathbf{r}_u \times \mathbf{r}_v) \, du \, dv, where the norm \|\mathbf{r}_u \times \mathbf{r}_v\| cancels identically.
- Stokes' Theorem equates boundary circulation to surface curl flux: \oint_{\partial S} F \cdot d\mathbf{r} = \iint_S (\operatorname{curl} F) \cdot \mathbf{n} \, dS, allowing arbitrary deformation of S to any simpler surface sharing the same oriented boundary \partial S.
- Gauss's Divergence Theorem converts closed-surface outward flux into an interior volume integral: \iint_{\partial E} F \cdot \mathbf{n} \, dS = \iiint_E (\operatorname{div} F) \, dV, simplifying piecewise boundary evaluations into trivial volume computations.
- For open surfaces, the capping technique attaches a simple planar cap to close the solid, computes the total divergence integral, and subtracts the cap flux to evaluate the open-surface flux.
5.4 Surface Integrals, Stokes' Theorem, and the Divergence Theorem
Surface integrals and the classical integral theorems of Stokes and Gauss represent the culmination of multivariable calculus. On the GRE Subject Test in Mathematics, questions frequently evaluate your ability to simplify intractable surface flux calculations into trivial volume integrals or loop circulations, exploiting topological boundary relationships and vector identities.
Parametric Surfaces and Surface Area
A two-dimensional surface $S \subset \mathbb{R}^3$ can be parametrized by a vector-valued function of two parameters:
Tangent Vectors and the Fundamental Normal
The tangent vectors along the coordinate grid lines are: The surface is regular (smooth) at points where the cross product $\mathbf{r}_u \times \mathbf{r}_v \neq \mathbf{0}$. The vector $\mathbf{N} = \mathbf{r}_u \times \mathbf{r}_v$ is the standard upward normal vector.
Surface Area Element
The differential surface area element is the area of the infinitesimal tangent parallelogram:
Explicit Surfaces $z = g(x, y)$
When $S$ is given as the graph of a function $z = g(x, y)$, choose parameters $u = x$ and $v = y$: The norm yields the standard graph area formula:
Spherical Parameterization
For a sphere of fixed radius $R$ parametrized by colatitude $\varphi$ and azimuth $\theta$: Hence $dS = R^2 \sin \varphi , d\varphi , d\theta$.
Surface Integrals of Scalar and Vector Fields (Flux)
Scalar Surface Integrals
For a continuous scalar field $f(x, y, z)$ on $S$:
Oriented Surfaces and Flux Integrals
A surface $S$ is orientable if there exists a continuous unit normal vector field $\mathbf{n}(x, y, z)$ defined over all of $S$ (excluding one-sided non-orientable surfaces such as the Möbius strip). The flux of a vector field $\mathbf{F}$ through an oriented surface $S$ is: Substituting $\mathbf{n} = \frac{\mathbf{r}_u \times \mathbf{r}_v}{|\mathbf{r}_u \times \mathbf{r}_v|}$ and $dS = |\mathbf{r}_u \times \mathbf{r}_v| , du , dv$, the norms cancel identically: For an explicit surface $z = g(x, y)$ oriented upward (normal with positive $z$-component):
Stokes' Theorem
Stokes' Theorem equates the circulation of a vector field around the boundary of a surface to the flux of its curl across the surface.
Formal Statement
Let $S$ be an oriented, piecewise-smooth surface bounded by a simple, closed, piecewise-smooth boundary curve $C = \partial S$. Let the orientation of $C$ be compatible with that of $S$ via the right-hand rule (if the fingers of your right hand curl in the direction of traversal along $C$, your thumb points in the direction of the normal $\mathbf{n}$). If $\mathbf{F}$ is a $C^1$ vector field:
Surface Independence of Curl Flux
A paramount consequence on the GRE: The flux $\iint_S (\nabla \times \mathbf{F}) \cdot d\mathbf{S}$ depends solely on the boundary curve $\partial S$, not on the interior shape of the surface $S$! If $S_1$ and $S_2$ share the same oriented boundary curve $\partial S_1 = \partial S_2$: Whenever faced with an intractable surface (e.g., a wavy paraboloid or high-degree polynomial dome), replace it with the flat planar disk or polygon spanning the same boundary!
Closed Surfaces
If $S$ is a closed surface (such as a full sphere or torus), it has no boundary ($\partial S = \emptyset$). Therefore:
Gauss's Divergence Theorem
The Divergence Theorem (Gauss's Theorem) relates the outward flux of a vector field across a closed surface to the volume integral of its divergence over the enclosed region.
Formal Statement
Let $E \subset \mathbb{R}^3$ be a bounded solid region whose boundary $S = \partial E$ is a closed, piecewise-smooth surface oriented with outward-pointing unit normal vectors $\mathbf{n}$. If $\mathbf{F}$ is a $C^1$ vector field on an open region containing $E$:
The Capping Technique for Open Surfaces
When asked for the flux through an open surface $S$ (e.g., an open cylinder, paraboloid bowl, or hemisphere without a base):
- The Divergence Theorem requires a closed surface. Create one by attaching a simple planar "cap" $S_{\text{cap}}$ (typically a flat disk on a coordinate plane) such that $S \cup S_{\text{cap}} = \partial E$.
- Apply the Divergence Theorem to the combined closed boundary:
- Solve for the desired flux: Because $\mathbf{n}_{\text{cap}}$ is typically a constant coordinate unit vector (such as $-\mathbf{k}$) and a coordinate is constant on the cap (such as $z = 0$), the cap flux integral is almost always trivial.
Unified Hierarchy of Integral Theorems
All fundamental theorems of multivariable calculus are specific incarnations of the Generalized Stokes' Theorem for differential forms: $\int_\Omega d\omega = \int_{\partial \Omega} \omega$.
| Theorem | Manifold $\Omega$ | Boundary $\partial \Omega$ | Integrand Relation |
|---|---|---|---|
| Fundamental Theorem of Calculus | Interval $[a, b] \subset \mathbb{R}^1$ | Endpoints ${a, b}$ | $\int_a^b F'(x) , dx = F(b) - F(a)$ |
| Fundamental Theorem for Line Integrals | Curve $C \subset \mathbb{R}^n$ | Endpoints ${\mathbf{r}(a), \mathbf{r}(b)}$ | $\int_C \nabla f \cdot d\mathbf{r} = f(\mathbf{r}(b)) - f(\mathbf{r}(a))$ |
| Green's Theorem | Planar region $D \subset \mathbb{R}^2$ | Boundary loop $\partial D$ | $\iint_D (Q_x - P_y) , dA = \oint_{\partial D} (P , dx + Q , dy)$ |
| Stokes' Theorem | Surface $S \subset \mathbb{R}^3$ | Boundary loop $\partial S$ | $\iint_S (\nabla \times \mathbf{F}) \cdot d\mathbf{S} = \oint_{\partial S} \mathbf{F} \cdot d\mathbf{r}$ |
| Divergence Theorem | Solid $E \subset \mathbb{R}^3$ | Closed surface $\partial E$ | $\iiint_E (\nabla \cdot \mathbf{F}) , dV = \iint_{\partial E} \mathbf{F} \cdot d\mathbf{S}$ |
Step-by-Step Worked Problems
Problem 1: Stokes' Theorem Surface Replacement
Let $C$ be the circle $x^2 + y^2 = 4$ in the plane $z = 3$, oriented counterclockwise when viewed from above. Evaluate $\oint_C \mathbf{F} \cdot d\mathbf{r}$ for $\mathbf{F} = \langle -y^3, ; x^3, ; z^3 \rangle$.
Solution:
- By Stokes' Theorem, $\oint_C \mathbf{F} \cdot d\mathbf{r} = \iint_S (\nabla \times \mathbf{F}) \cdot \mathbf{n} , dS$, where $S$ is any oriented surface bounded by $C$.
- Choose the flat circular disk $S = {(x, y, 3) : x^2 + y^2 \le 4}$ lying in the plane $z = 3$. The upward normal is $\mathbf{n} = \mathbf{k} = \langle 0, 0, 1 \rangle$.
- Compute $\nabla \times \mathbf{F}$:
- Dot with normal: $(\nabla \times \mathbf{F}) \cdot \mathbf{n} = 3(x^2 + y^2)$.
- Convert the double integral over the disk of radius 2 to polar coordinates:
Problem 2: Divergence Theorem with Polynomial Vector Field
Compute the outward flux of $\mathbf{F} = \langle x^3, ; y^3, ; z^3 \rangle$ across the sphere $S: x^2 + y^2 + z^2 = R^2$.
Solution:
- $S$ is the closed boundary of the solid ball $E = {\mathbf{x} : |\mathbf{x}| \le R}$.
- Compute the divergence of $\mathbf{F}$:
- By the Divergence Theorem:
- Evaluate in spherical coordinates, where $x^2 + y^2 + z^2 = \rho^2$ and $dV = \rho^2 \sin \varphi , d\rho , d\varphi , d\theta$:
- Multiply the components:
GRE Exam Traps & Pitfalls
Trap 1: Forgetting to Check if Surface is Closed in Divergence Theorem The Divergence Theorem applies exclusively to CLOSED surfaces. Applying it directly to an open hemisphere or cylinder without including the base cap is an immediate point loss.
Trap 2: Normal Orientation and Boundary Consistency in Stokes' Theorem Ensure the boundary traversal matches the surface normal via the right-hand rule. If your thumb points along $\mathbf{n}$, your fingers define the positive direction of $\partial S$. If the problem specifies the opposite traversal, multiply the flux by $-1$.
Trap 3: Inward vs. Outward Flux in Gauss's Theorem By convention, Gauss's Divergence Theorem assumes outward-pointing unit normal vectors. If a question requests "inward flux", the result is $-\iiint_E (\nabla \cdot \mathbf{F}) , dV$.
Let S be the portion of the paraboloid z = 4 - x^2 - y^2 that lies above the xy-plane (z \ge 0), oriented with upward normal. Let \mathbf{F}(x, y, z) = \langle y + \sin(x^2), z + e^{y^2}, x + \cos(z^2) \rangle. What is the value of the flux integral \iint_S (\nabla \times \mathbf{F}) \cdot \mathbf{n} , dS?
Let S be the closed surface of the solid cylinder x^2 + y^2 \le 1 bounded by the planes z = 0 and z = 3, oriented with outward pointing normals. What is the outward flux \iint_S \mathbf{F} \cdot \mathbf{n} , dS of the vector field \mathbf{F}(x, y, z) = \langle 2x + \cos(yz), y^2 z - 3y, 5z - y z^2 \rangle?
Let S be the upper hemisphere x^2 + y^2 + z^2 = 1 with z \ge 0, oriented with upward unit normal \mathbf{n}. Consider the vector field \mathbf{F}(x, y, z) = \langle x, y, 3z \rangle. What is the value of the flux integral \iint_S \mathbf{F} \cdot \mathbf{n} , dS?