02.10.05 · analysis / harmonic

Surface integral and parametric surfaces

shipped3 tiersLean: none

Anchor (Master): Gauss 1813; Ostrogradsky 1826; Spivak Calculus on Manifolds Ch. 5

Intuition [Beginner]

A parametric surface is a curved sheet in 3D space described by a function that takes two parameters and outputs a point in . Think of it as a map from a flat region (the -plane) onto a curved surface.

The surface area of a parametric surface comes from the cross product of the two tangent vectors and . The cross product gives a vector perpendicular to the surface whose length is the area of the tiny parallelogram spanned by the two tangent vectors.

The surface integral adds up a function over the surface, weighted by area. It generalises the line integral from curves to surfaces. If is the density of a thin shell, the surface integral gives the total mass.

Visual [Beginner]

A parametric surface shown as a curved grid in 3D. The grid lines come from fixing and varying (and vice versa). At one grid point, two tangent arrows and form a tiny parallelogram whose area is .

A curved parametric surface in R^3 with a grid. At one point, two tangent vectors du and dv form a parallelogram. The area of the parallelogram is dS. The full surface is covered by summing these tiny parallelograms.

The surface integral: sum a function over tiny area patches of a curved surface.

Worked example [Beginner]

The sphere of radius can be parametrised by:

for and .

The tangent vectors are and . Their cross product has magnitude .

The surface area is computed by adding up over all from to and from to . The result is .

Check your understanding [Beginner]

Formal definition [Intermediate+]

Definition (Parametric surface). A parametric surface in is a smooth map from a domain such that the partial derivatives and are linearly independent at each point (the surface is regular).

Definition (Surface area element). The surface area element is:

Definition (Surface integral). The surface integral of a scalar function over the surface is:

For a vector field , the flux integral through with unit normal is:

Key theorem with proof [Intermediate+]

Theorem (Surface area formula). If is a regular parametric surface, then the surface area is:

Proof. Partition into small rectangles . Each rectangle maps to a tiny patch on the surface. The image of the rectangle at is approximately the parallelogram spanned by and .

The area of this parallelogram is . Summing over all patches and taking the limit gives the integral. The linear independence of and ensures the cross product is nonzero, so the area element is well-defined.

Bridge. This formula generalises the arc-length integral from curves to surfaces; the foundational reason it works is that the cross product encodes the area distortion of the parametrisation. This pattern appears again in the divergence theorem where the surface integral of a vector field is related to the volume integral of its divergence. The bridge is that the surface area element is the 2-dimensional analogue of the arc-length element — both measure how the parametrisation stretches area or length.

Exercises [Intermediate+]

Advanced results [Master]

The divergence theorem (Gauss). Let be a solid region in with boundary surface oriented outward, and let be a smooth vector field on . Then:

This connects the flux through the boundary to the divergence inside the volume. It is the 3-dimensional case of Stokes' theorem and one of the four Maxwell equations in integral form.

The first fundamental form. For a parametric surface , the first fundamental form is the symmetric matrix:

The surface area element is , since .

Area formula (geometric measure theory). The surface area is independent of the parametrisation: if and are two parametrisations of the same surface, they give the same area. This follows from the change-of-variables theorem and the Jacobian of the reparametrisation.

Synthesis. Surface integrals are the 2-dimensional generalisation of line integrals; the central insight is that the cross product provides the area distortion factor, just as the tangent vector provides the length distortion factor for curves. This pattern appears again in differential forms where is defined on any -dimensional surface for a -form . The bridge is that surface integrals build toward the general Stokes theorem which unifies the divergence theorem, Green's theorem, and the classical Stokes theorem into one result.

Full proof set [Master]

Proposition (Reparametrisation invariance). If and are two parametrisations of the same oriented surface , then:

Proof sketch. The reparametrisation where is a diffeomorphism. By the chain rule, . Then the change-of-variables theorem gives equality, with cancelling between the area element and the Jacobian of the substitution.

Connections [Master]

Line integrals generalise integration from intervals to curves; surface integrals extend this to 2-dimensional surfaces, and both are unified by integration on manifolds.

The divergence theorem relates the surface integral of a vector field to the volume integral of its divergence — it is the fundamental theorem of calculus for flux.

Stokes' theorem (the general form on manifolds) unifies the divergence theorem, Green's theorem, and the classical Stokes theorem into the single identity .

Bibliography [Master]

@book{stewart-calculus,
  author = {Stewart, James},
  title = {Calculus: Early Transcendentals},
  edition = {9},
  publisher = {Cengage},
  year = {2020}
}

@book{apostol-calculus-v2,
  author = {Apostol, Tom M.},
  title = {Calculus},
  volume = {2},
  edition = {2},
  publisher = {Wiley},
  year = {1969}
}

@book{spivak-calculus-manifolds,
  author = {Spivak, Michael},
  title = {Calculus on Manifolds},
  publisher = {Benjamin},
  year = {1965}
}

Historical & philosophical context [Master]

The surface integral was developed in the early 19th century by Gauss [Gauss 1813], who needed to compute gravitational flux through closed surfaces. The divergence theorem (also called Gauss's theorem or the Ostrogradsky-Gauss theorem) was proved independently by Gauss in 1813 and Ostrogradsky in 1826.

The general theory of integration on manifolds was completed by Elie Cartan in the 1890s using differential forms. The surface integral is the special case of integrating a 2-form over a 2-dimensional surface. The modern treatment via parametric surfaces follows the exposition in Spivak's Calculus on Manifolds (1965), which made the theory accessible to undergraduates.