Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

The Classical Integral Theorems

The first summit of the spine (analysis spine). We state and prove the three theorems of vector calculus — Green's, Stokes', and the divergence (Gauss) theorem — using the operators and integrals of vector-calculus.md and the multiple-integral machinery of multiple-integrals.md. All three share one shape,

which stokes-general.md reveals as a single theorem about differential forms.

References: Spivak, Calculus on Manifolds, ch. 5; Marsden & Tromba; Rudin ch. 10.

1. Orientation Conventions

The theorems are statements about signed quantities, so orientation must be pinned down:

  • A region has its boundary curve oriented counterclockwise (region on the left as you walk).
  • A surface with chosen unit normal induces a boundary orientation on by the right-hand rule (fingers curl along , thumb along ).
  • A solid has its boundary surface oriented by the outward normal.

These are the conventions that make all signs in the theorems below consistent; differential-forms.md §5 derives them from a single notion of induced boundary orientation.

2. Green's Theorem

Green's Theorem. Let be a region whose boundary is a piecewise- simple closed curve, positively (CCW) oriented, and let be on a neighbourhood of . Then

Here and are the components of a vector field — equivalently the coefficients of the -form — so the left side is the circulation and the right side integrates the scalar curl . They are the integrand, defined at every point of the plane; the figure below shows only the domain and its oriented boundary, which is why do not appear in it.

x y D y = φ(x) (bottom) y = ψ(x) (top) ∂D a b
Type-I region for the proof: D = {a ≤ x ≤ b, φ(x) ≤ y ≤ ψ(x)}. The boundary ∂D is traversed counterclockwise (red arrows) — the region stays on the left — split into the bottom graph y = φ(x), the right side x = b, the top graph y = ψ(x), and the left side x = a.

2.1 Proof on a simple region

Take of "type I", . By Fubini (multiple-integrals.md §3) and the one-variable FTC (riemann-integral.md §5),

the last equality by matching the top/bottom boundary pieces with their orientations (vertical sides contribute nothing to ). The symmetric computation on a "type II" region gives . Adding proves the theorem for regions that are both types.

2.2 General regions

A region with a more complicated boundary is partitioned into simple pieces by auxiliary cuts. Each cut is traversed twice in opposite directions, so the interior line integrals cancel and only survives, while the area integrals add. This decomposition argument — cut into standard pieces, sum, cancel interior boundaries — recurs in every proof on this page and in stokes-general.md.

2.3 Two readings

Green's theorem is simultaneously the 2-D Stokes (, circulation form) and the 2-D divergence theorem (, flux form), obtained by taking or its rotation. Setting gives the area formula .

3. The Divergence (Gauss) Theorem

Divergence Theorem. Let be a compact region whose boundary is a piecewise- surface with outward unit normal , and let be on a neighbourhood of . Then

Proof. By linearity treat . For a region , Fubini + FTC give

which matches the flux of through the top and bottom faces (the outward normal supplies the signs; side walls have , contributing nothing). Summing the three coordinate contributions and decomposing a general into such pieces (interior faces cancel) completes the proof.

Meaning. Divergence is source density: the theorem says the total source strength inside equals the net flux out through its surface — conservation made precise. This is the form of Gauss's law in electromagnetism: integrates to .

3.1 Green's identities

Applying the divergence theorem to and using the product rule (vector-calculus.md §2.2) gives Green's first identity

and subtracting the swapped version gives the second identity. These are the multivariable integration-by-parts formulas (riemann-integral.md §6) and are foundational for PDE theory (uniqueness for Laplace/Poisson, Green's functions).

4. Stokes' Theorem (Curl Theorem)

Stokes' Theorem. Let be a piecewise- oriented surface with unit normal , bounded by a piecewise- simple closed curve oriented by the right-hand rule, and let be near . Then

Proof. For a surface given as a graph over a region , pull both sides back to via the parametrization . A direct computation (chain rule for the -dependence) turns the flux of through into a planar line/area integral over to which Green's theorem (§2) applies, and the planar matches under the parametrization. General surfaces follow by the usual decomposition into graph pieces.

Meaning. The circulation of around the boundary loop equals the total curl (microscopic circulation) threading the surface. With the magnetic field this is Ampère's law; it is the integral form of . Note Stokes' theorem depends only on : any two surfaces with the same boundary give the same flux of — a consequence of plus the divergence theorem.

5. One Pattern, Three Theorems

Lining up the gradient theorem (vector-calculus.md §3.1) with the three above:

Read top to bottom these are the cases of

for a -, -, -form . The operators grad, curl, div are one operator acting on forms of degree ; the orientation rules of §1 are one rule of induced boundary orientation. Assembling this unification is the job of the final two pages.

6. Where this page is used


Next: Differential Forms and Exterior Calculus.