Relationship to Stokes' Theorem and Green's Theorem
The Divergence Theorem, Stokes' Theorem, and Green's Theorem all express the same core idea: an integral over a region equals an integral over that region's boundary. Understanding how these three theorems relate to each other reveals a unified structure running through all of vector calculus.
This section connects the three theorems, shows how each is a special case of one general principle, and clarifies when to use which.
How the Three Theorems Relate
The Shared Structure
Every one of these theorems converts between two types of integrals: one over a region's interior and one over its boundary. The pattern looks like this:
| Theorem | Interior Integral | Boundary Integral | Dimension |
|---|---|---|---|
| Green's | Double integral over a region | Line integral over | 2D → 1D |
| Stokes' | Surface integral over | Line integral over | 2D surface → 1D curve |
| Divergence | Triple integral over | Surface integral over | 3D → 2D |
Notice the progression: each theorem steps up one dimension in the interior while the boundary is always one dimension lower.
Green's Theorem as a Special Case
Green's Theorem is actually Stokes' Theorem restricted to a flat surface in the -plane. If you take a surface in Stokes' Theorem and make it a planar region , the surface integral of collapses to a double integral of the scalar quantity , and you recover Green's Theorem:
Green's Theorem can also be written in a "flux form" that directly parallels the Divergence Theorem in two dimensions:
This 2D Divergence Theorem is the bridge between Green's Theorem and the full 3D Divergence Theorem.

Stokes' Theorem
Stokes' Theorem relates the surface integral of the curl of a vector field over an oriented surface to the line integral of the field around the boundary curve :
The key operator here is the curl (), which measures infinitesimal rotation of the field. Stokes' Theorem says: the total circulation around the boundary equals the net curl flowing through the surface.
The Divergence Theorem
The Divergence Theorem relates the triple integral of the divergence of a vector field over a solid region to the flux through the closed boundary surface :
The key operator here is the divergence (), which measures how much the field spreads out from a point. The theorem says: the total "source strength" inside equals the net flux leaving through the boundary.
The Generalized Stokes' Theorem
All three theorems are special cases of a single result from differential geometry:
Here is an oriented manifold, is its boundary, is a differential form, and is its exterior derivative. You don't need to master differential forms for this course, but recognizing this unification is valuable:
- When is a 0-form (a function) and is a curve, you get the Fundamental Theorem of Calculus.
- When is a 1-form and is a surface in , you get Green's Theorem.
- When is a 1-form and is a surface in , you get Stokes' Theorem.
- When is a 2-form and is a solid region in , you get the Divergence Theorem.
The deep point: "boundary" and "derivative" are dual operations across all dimensions.

Key Concepts to Keep Straight
Orientation Matters
For all three theorems, the orientation of the boundary must be compatible with the orientation of the interior:
- Green's / Stokes': The boundary curve must be traversed so that the interior is on the left (right-hand rule). Reversing orientation flips the sign of the integral.
- Divergence Theorem: The boundary surface must have outward-pointing normals. Inward normals introduce a sign error.
A common mistake is forgetting to check orientation consistency. If your answer has the wrong sign, this is often why.
Which Operator, Which Theorem
- Curl () → Stokes' Theorem (and Green's in 2D). Measures rotation.
- Divergence () → Divergence Theorem (and Green's flux form in 2D). Measures expansion/compression.
If a problem gives you curl, think Stokes'. If it gives you divergence, think Divergence Theorem. If you're in the plane, Green's Theorem handles both through its two forms (circulation and flux).
Applications and Physical Meaning
Stokes' Theorem in electromagnetism: Faraday's Law states that the circulation of the electric field around a closed loop equals the negative rate of change of magnetic flux through the loop. This is Stokes' Theorem applied to :
Divergence Theorem in fluid dynamics: The net outward flux of a velocity field through a closed surface equals the total divergence (source/sink strength) inside. If everywhere inside , the fluid is incompressible there, and the net flux through any closed surface is zero.
Green's Theorem for area computation: Setting and in Green's Theorem gives a line-integral formula for the area of a region:
This is how planimeters and some computational geometry algorithms calculate areas from boundary data alone.