Manifolds

Chapter 6: Differential Forms and the Generalized Stokes Theorem

Learning objectives

  • Define a smooth manifold via charts and an atlas
  • Recognise standard examples (SnS^n, TnT^n, projective spaces) and non-examples
  • Explain orientability and identify non-orientable surfaces
  • Anticipate how differential forms and integration extend to manifolds
Differential Form VisualizerInteractive figure — enable JavaScript to interact.

A manifold is a space that looks locally like Rn\mathbb{R}^n but may be wildly different globally. The 2-sphere is a manifold — flat to an ant walking on it, curved when viewed from space. So is the torus, the cylinder, and the surface of every smooth solid you can imagine. Manifolds are the natural domain for differential forms, integration, and the generalised Stokes' Theorem. The definition is technical, but the intuition is direct: a manifold is something you could cover with overlapping flat coordinate charts (an atlas), where adjacent charts agree smoothly on overlaps.

Definition

A topological space MM is an nn-dimensional smooth manifold if it is locally Euclidean of dimension nn and equipped with an atlas: a collection of charts {(Uα,ϕα)}{(U_\alpha, \phi_\alpha)} where each UαMU_\alpha \subset M is open, each ϕα:UαRn\phi_\alpha: U_\alpha \to \mathbb{R}^n is a homeomorphism onto an open subset, and where two charts overlap, the transition map ϕβϕα1\phi_\beta \circ \phi_\alpha^{-1} is smooth (CC^\infty). The charts must cover MM.

Concrete examples

  • Rn\mathbb{R}^n: trivially a manifold — one chart, the identity, covers everything.
  • The circle S1S^1: 1-manifold. Two charts suffice: parametrise by angle θ(π,π)\theta\in(-\pi,\pi) and θ(0,2π)\theta\in(0,2\pi).
  • The 2-sphere S2S^2: 2-manifold. Stereographic projection from the north pole and from the south pole gives two charts that cover S2S^2.
  • The torus T2=S1×S1T^2 = S^1\times S^1: 2-manifold. Use a product of two circle atlases.
  • Real projective space RPn\mathbb{RP}^n: nn-manifold (lines through the origin in Rn+1\mathbb{R}^{n+1}).

Non-examples

The figure-eight curve is NOT a 1-manifold: at the crossing point, no neighbourhood looks like an interval (locally it looks like four half-lines meeting). A cone tip is NOT a smooth point of a manifold (no smooth chart). The boundary of a half-disk is a 1-manifold, but the half-disk including the boundary is a manifold with boundary, a slightly more general object.

Orientability

A manifold is orientable if the transition maps all have positive Jacobian determinant (a consistent “handedness”). Orientability is what makes integration of nn-forms over nn-manifolds well-defined. The most famous non-orientable surface is the Möbius strip: a normal vector slid once around the strip comes back pointing the other way. The Klein bottle and RP2\mathbb{RP}^2 are non-orientable closed surfaces.

Why manifolds are the natural setting for forms

Differential forms transform predictably under smooth coordinate changes (via pullback). On a manifold, a kk-form is defined locally in each chart, and the agreement on overlaps is automatic because of how forms pull back. This lets us integrate an nn-form on an nn-manifold by pulling back to Rn\mathbb{R}^n via each chart and summing with a partition of unity. The result is independent of the chart choice.

(Manifolds are inherently global geometric objects; a 2D widget cannot do them justice. The references include excellent visualisations of S2S^2, the torus, and the Möbius strip.)

Pause and think: The torus T2T^2 is a closed orientable 2-manifold. Imagine integrating a 2-form over it. What constraint does Stokes' Theorem impose on the integral of an exact form dαd\alpha? (Hint: the torus has no boundary.)

Try it

  • Sketch two stereographic-projection charts covering the sphere S2S^2. What is the transition map on the overlap?
  • Explain why the figure-eight (two intersecting circles) is NOT a 1-manifold but two disjoint circles ARE.
  • True or false: every closed orientable 2-manifold is homeomorphic to a sphere with gg handles attached, for some g0g \ge 0 (the genus). Look up the classification theorem for surfaces.
  • Identify the dimension and the boundary (if any) of: a closed disc, an open disc, an open Möbius strip, a torus, a circle.

A trap to watch for

Charts and their parametrisations: a chart is a map ϕ:URn\phi: U\to\mathbb{R}^n, NOT a map RnU\mathbb{R}^n\to U. A parametrisation is ϕ1\phi^{-1}. Confusing the two reverses the direction of arrows everywhere — pullback becomes pushforward, etc. Garrity uses both, so read the direction of each map carefully.

What you now know

You can recognise manifolds and their dimensions, identify atlases of standard examples, and distinguish orientable from non-orientable surfaces. You know that manifolds are the natural setting for differential forms and integration. Section 6.5 puts everything together: the generalised Stokes' Theorem on manifolds.

References

  • Garrity, T. (2002). All the Mathematics You Missed. Cambridge University Press, ch. 6.
  • Lee, J. M. (2012). Introduction to Smooth Manifolds (2nd ed.). Springer, ch. 1-4.
  • Spivak, M. (1965). Calculus on Manifolds. W. A. Benjamin.
  • Bachman, D. (2012). A Geometric Approach to Differential Forms (2nd ed.). Birkhäuser.
  • 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.