The Exterior Derivative

Chapter 6: Differential Forms and the Generalized Stokes Theorem

Learning objectives

  • Compute dΟ‰d\omega for 0-, 1-, and 2-forms in R3\mathbb{R}^3
  • Verify the structural identity d2=0d^2 = 0
  • Connect dd on 0-, 1-, 2-forms to gradient, curl, and divergence respectively
  • Distinguish closed forms (dΟ‰=0d\omega=0) from exact forms (Ο‰=dΞ±\omega=d\alpha)
1-form: dx + dy2-form: dx ∧ dydxdyoriented area element

The exterior derivative dd is a single operator that subsumes gradient, curl, and divergence under one definition. Where vector calculus offers three operators with three different output shapes, the language of forms offers one operator that increases form-degree by 1 and satisfies one beautiful identity: d2=0d^2 = 0. This is the algebraic engine behind the generalised Stokes' Theorem. Once you can compute dd on forms of low degree, you have what you need to read modern geometric physics.

Definition on 0-forms (the gradient)

A 0-form is a smooth function ff. Its exterior derivative is the 1-form

df=βˆ‚fβˆ‚x dx+βˆ‚fβˆ‚y dy+βˆ‚fβˆ‚z dz.df = \dfrac{\partial f}{\partial x}\,dx + \dfrac{\partial f}{\partial y}\,dy + \dfrac{\partial f}{\partial z}\,dz.

Up to the dictionary dx↔e1dx \leftrightarrow \mathbf{e}_1 etc., this is the gradient.

Definition on 1-forms (the curl)

For a 1-form Ο‰=P dx+Q dy+R dz\omega = P,dx + Q,dy + R,dz, the exterior derivative is the 2-form

dΟ‰=dP∧dx+dQ∧dy+dR∧dz,d\omega = dP\wedge dx + dQ\wedge dy + dR\wedge dz,

which after expanding and simplifying becomes

dΟ‰=(Ryβˆ’Qz) dy∧dz+(Pzβˆ’Rx) dz∧dx+(Qxβˆ’Py) dx∧dy.d\omega = (R_y - Q_z)\,dy\wedge dz + (P_z - R_x)\,dz\wedge dx + (Q_x - P_y)\,dx\wedge dy.

The three coefficients are the components of βˆ‡Γ—(P,Q,R)\nabla\times(P, Q, R). So dd on 1-forms IS the curl.

Definition on 2-forms (the divergence)

For a 2-form Ξ·=A dy∧dz+B dz∧dx+C dx∧dy\eta = A,dy\wedge dz + B,dz\wedge dx + C,dx\wedge dy,

dΞ·=(Ax+By+Cz) dx∧dy∧dz.d\eta = (A_x + B_y + C_z)\,dx\wedge dy\wedge dz.

The coefficient is βˆ‡β‹…(A,B,C)\nabla\cdot(A, B, C). So dd on 2-forms IS the divergence.

The headline identity: d2=0d^2 = 0

For any smooth form Ο‰\omega, applying dd twice gives zero. The proof is two lines: d2f=βˆ‘i,jfxixj dxi∧dxjd^2 f = \sum_{i,j} f_{x_i x_j},dx_i\wedge dx_j; mixed partials are symmetric in i,ji, j, the wedge product is antisymmetric, so the whole sum cancels in pairs and vanishes. Geometrically d2=0d^2=0 corresponds to β€œthe boundary of a boundary is empty”. It implies βˆ‡Γ—(βˆ‡f)=0\nabla\times(\nabla f) = \mathbf{0} and βˆ‡β‹…(βˆ‡Γ—F)=0\nabla\cdot(\nabla\times\mathbf{F}) = 0 at once.

Closed and exact

A form is closed if dΟ‰=0d\omega = 0. A form is exact if Ο‰=dΞ±\omega = d\alpha for some Ξ±\alpha. Since d2=0d^2 = 0, every exact form is closed. The converse holds on contractible (e.g., star-shaped) domains by the PoincarΓ© lemma, but fails in general, the gap measures the topology of the domain (de Rham cohomology). On R2βˆ–{0}\mathbb{R}^2\setminus{0}, the form Ο‰=(βˆ’y dx+x dy)/(x2+y2)\omega = (-y,dx + x,dy)/(x^2+y^2) is closed but not exact; its integral around the origin is 2Ο€2\pi, witnessing the hole.

(Computing dd symbolically is a pencil-and-paper exercise; widget visualisation of forms is rare and not yet in lang-core. The references include online tools.)

Pause and think: If Ο‰=dΞ±\omega = d\alpha is exact, what is ∫MΟ‰\int_M \omega for a closed manifold MM (one with βˆ‚M=βˆ…\partial M = \emptyset)? Use Stokes' Theorem to argue this without computing.

Try it

  • Compute dfdf for f=xy+z2f = xy + z^2. Then compute d(df)d(df) and confirm it equals zero.
  • For Ο‰=y dx+x dy\omega = y,dx + x,dy, compute dΟ‰d\omega. Is Ο‰\omega closed? Find an ff such that Ο‰=df\omega = df.
  • Predict first: is Ο‰=x dy\omega = x,dy closed? Compute dΟ‰d\omega to verify. If not closed, can it possibly be exact?
  • Compute dΞ·d\eta for the 2-form Ξ·=x dy∧dz+y dz∧dx+z dx∧dy\eta = x,dy\wedge dz + y,dz\wedge dx + z,dx\wedge dy. The result should be a multiple of the volume form.

A trap to watch for

When computing d(P dx+Q dy+R dz)d(P,dx + Q,dy + R,dz), beginners often forget the wedge-product sign: dy∧dx=βˆ’β€‰dx∧dydy\wedge dx = -,dx\wedge dy. Re-order systematically to the canonical basis (dx∧dy, dy∧dz, dz∧dxdx\wedge dy,,dy\wedge dz,,dz\wedge dx) and track the sign each time. Skipping this is the most common error in form calculations.

What you now know

You can compute dd on low-degree forms in R3\mathbb{R}^3, verify d2=0d^2 = 0, and distinguish closed from exact. Section 6.3 makes the form-vector-field dictionary explicit, so you can move freely between the two languages.

References

  • Garrity, T. (2002). All the Mathematics You Missed. Cambridge University Press, ch. 6.
  • Bachman, D. (2012). A Geometric Approach to Differential Forms (2nd ed.). BirkhΓ€user.
  • Spivak, M. (1965). Calculus on Manifolds. W. A. Benjamin, ch. 4.
  • Lee, J. M. (2012). Introduction to Smooth Manifolds (2nd ed.). Springer, ch. 14.
  • Hubbard, J. H., Hubbard, B. B. (2015). Vector Calculus, Linear Algebra, and Differential Forms (5th ed.). Matrix Editions.

This page is prerendered for SEO and accessibility. The interactive widgets above hydrate on JavaScript load.