← back to calculus

Fundamental Theorems

Active Calculus · CC BY-SA · activecalculus.org

Green's theorem, Stokes' theorem, and the divergence theorem are all the same idea at different dimensions: the integral of a derivative over a region equals the integral of the original over the boundary. This is the generalized Stokes' theorem. It connects everything in vector calculus back to the fundamental theorem of calculus.

The pattern: interior derivative = boundary value

In one dimension: ∫_a^b f'(x) dx = f(b) − f(a). The integral of the derivative on the interior equals the function on the boundary. Every theorem in this chapter is this same sentence, spoken in a higher dimension.

1D a b ∫f'dx = f(b)−f(a) 2D R ∂R ∫∫(curl F)dA = ∮F·dr 3D V ∂V ∭(div F)dV = ∯F·dS

Green's theorem (2D)

For a vector field F = (P, Q) and a region R with boundary curve ∂R: the circulation around the boundary equals the integral of the curl over the interior. ∮ P dx + Q dy = ∫∫ (∂Q/∂x − ∂P/∂y) dA.

Scheme

Stokes' theorem (3D surfaces)

Stokes' theorem generalizes Green's to 3D: for a surface S bounded by curve ∂S, ∫∫_S (curl F) · dS = ∮_(∂S) F · dr. The curl integrated over the surface equals the circulation around its boundary.

Scheme

Divergence theorem (3D volumes)

For a solid region V bounded by closed surface ∂V: ∫∫∫_V (div F) dV = &oiint;_(∂V) F · dS. The divergence integrated over the volume equals the net flux out through the boundary.

Scheme

One theorem, three dimensions

The generalized Stokes' theorem says: ∫_M dω = ∫_(∂M) ω. In 1D, ω is a function and dω is its derivative. In 2D, ω is a 1-form and dω is the curl. In 3D, ω is a 2-form and dω is the divergence. The boundary operator ∂ and the exterior derivative d are dual: integration translates between them.

Scheme

Notation reference

Symbol Meaning
∇ × F (curl F)Rotation/circulation density
∇ · F (div F)Source/sink density
∮ F · drCirculation around closed curve
&oiint; F · dSFlux through closed surface
Exterior derivative of differential form
∂MBoundary of manifold M
Neighbors

Calculus sequence

  • Milewski Ch.10 — natural transformations. Stokes' theorem is a naturality condition: the boundary operator commutes with integration.
  • 🍞 Milewski Ch.7 Functors — functors preserve structure across categories, as Stokes preserves the boundary-to-interior relationship across dimensions
  • 🐱 Category Theory Ch.14 — Yoneda lemma as a duality theorem analogous to Stokes
  • △ Geometry Ch.6 — differential geometry is calculus on manifolds
  • ⚛ Physics Ch.8 — Maxwell's equations use the divergence theorem

Foundations (Wikipedia)