ConceptComplete

Differential Forms - Examples and Constructions

Differential forms connect classical vector calculus to modern differential geometry through a unified language. The gradient, curl, and divergence become manifestations of the exterior derivative in different degrees.

ExampleVector Calculus via Forms

On R3\mathbb{R}^3 with standard coordinates, identify:

  • Vector field F=(F1,F2,F3)\mathbf{F} = (F_1, F_2, F_3) with 1-form ωF=F1dx+F2dy+F3dz\omega_F = F_1 dx + F_2 dy + F_3 dz
  • Gradient: f\nabla f corresponds to dfdf
  • Curl: ×F\nabla \times \mathbf{F} corresponds to dωF=(xF3zF1)dxdz+d\omega_F = (\partial_x F_3 - \partial_z F_1) dx \wedge dz + \cdots
  • Divergence: F\nabla \cdot \mathbf{F} appears in d(F1dydz+F2dzdx+F3dxdy)d(F_1 dy \wedge dz + F_2 dz \wedge dx + F_3 dx \wedge dy)

The classical theorems of vector calculus (Green, Stokes, Divergence) all become special cases of the generalized Stokes theorem for differential forms.

DefinitionSymplectic Form

A symplectic form on a 2n2n-dimensional manifold MM is a closed, non-degenerate 2-form ω\omega. Non-degenerate means that for each pMp \in M and each nonzero vTpMv \in T_pM, there exists wTpMw \in T_pM with ωp(v,w)0\omega_p(v,w) \neq 0.

ExampleStandard Symplectic Form

On R2n\mathbb{R}^{2n} with coordinates (p1,,pn,q1,,qn)(p_1, \ldots, p_n, q_1, \ldots, q_n), the standard symplectic form is

ω0=i=1ndpidqi\omega_0 = \sum_{i=1}^n dp_i \wedge dq_i

This is the foundation of Hamiltonian mechanics: phase space carries a natural symplectic structure.

Remark

Symplectic manifolds are always even-dimensional and orientable (since ωn0\omega^n \neq 0 is a volume form). They provide the geometric framework for classical mechanics, where Hamilton's equations describe flow along a Hamiltonian vector field.

DefinitionContact Form

A contact form on a (2n+1)(2n+1)-dimensional manifold MM is a 1-form α\alpha such that α(dα)n\alpha \wedge (d\alpha)^n is nowhere zero. The hyperplane distribution kerαTM\ker \alpha \subset TM is called a contact structure.

ExampleStandard Contact Form

On R2n+1\mathbb{R}^{2n+1} with coordinates (p1,,pn,q1,,qn,z)(p_1, \ldots, p_n, q_1, \ldots, q_n, z):

α0=dzi=1npidqi\alpha_0 = dz - \sum_{i=1}^n p_i dq_i

This satisfies α0(dα0)n=dz(dp1dq1)(dpndqn)0\alpha_0 \wedge (d\alpha_0)^n = dz \wedge (dp_1 \wedge dq_1) \wedge \cdots \wedge (dp_n \wedge dq_n) \neq 0.

DefinitionHodge Star

On an oriented Riemannian nn-manifold, the Hodge star operator :Ωk(M)Ωnk(M)\star: \Omega^k(M) \to \Omega^{n-k}(M) is defined so that for any ω,ηΩk(M)\omega, \eta \in \Omega^k(M):

ωη=ω,ηvolg\omega \wedge \star \eta = \langle \omega, \eta \rangle \text{vol}_g

where ,\langle \cdot, \cdot \rangle is the metric-induced inner product on forms.

ExampleHodge Star in $\mathbb{R}^3$

With standard metric and orientation:

  • dx=dydz\star dx = dy \wedge dz, dy=dzdx\star dy = dz \wedge dx, dz=dxdy\star dz = dx \wedge dy
  • (dxdy)=dz\star (dx \wedge dy) = dz, and so on
  • 1=dxdydz\star 1 = dx \wedge dy \wedge dz, (dxdydz)=1\star (dx \wedge dy \wedge dz) = 1
  • ω=(1)k(nk)ω\star \star \omega = (-1)^{k(n-k)} \omega for kk-forms

The Hodge star allows us to define the codifferential δ=(1)nk+n+1d\delta = (-1)^{nk+n+1} \star d \star and the Laplacian Δ=dδ+δd\Delta = d\delta + \delta d, fundamental to Hodge theory.