Surface integrals extend the idea of integrating a function over an interval or a planar region to integrating over a two-dimensional surface embedded in three-dimensional space. They come in two closely related forms: integrals of scalar fields (which accumulate a quantity distributed across the surface, such as mass or area-weighted density) and integrals of vector fields (most often interpreted as flux through the surface). A surface integral can be thought of as a double integral over a curved sheet, and it requires a description of the surface and a rule for measuring the area of infinitesimal patches.

Basic description and parametrization

To compute a surface integral one generally parametrizes the surface by a smooth map r(u,v) from a domain D in the plane to three-dimensional space. For a scalar function f defined on the surface, the surface integral is written in parametric form as a double integral over D of f(r(u,v)) times the local area element, which is the magnitude of the cross product of the partial derivatives: |r_u × r_v|. For a vector field F the surface integral measuring flux is ∬_S F · n dS, where n is a unit normal and dS is the area element. In parametric coordinates this becomes ∬_D F(r(u,v)) · (r_u × r_v) dudv, with the sign depending on the chosen orientation.

Characteristics and computational steps

  • Choose a parametrization r(u,v) of the surface and determine the parameter domain D.
  • For scalar integrals: evaluate f(r(u,v)) and multiply by |r_u × r_v|, then integrate over D.
  • For flux integrals: evaluate the vector field at points on the surface and take the dot product with r_u × r_v (or with the unit normal), then integrate over D.
  • Pay attention to orientation: reversing the normal flips the sign of a vector (flux) integral but does not affect a scalar surface integral of area or mass.

Applications and examples

Surface integrals appear throughout mathematics, physics and engineering. Typical uses include computing the surface area of a curved object, the total mass of a thin shell with surface density, and the flux of a vector field (such as an electric or fluid flow) through a surface. In electromagnetism the flux of the electric field through a closed surface relates to enclosed charge (Gauss's law). In fluid mechanics the flux across a surface describes the rate at which fluid crosses a boundary. In differential geometry surface integrals are central to defining integrals of differential forms on manifolds.

Surface integrals developed as part of the 19th-century extension of calculus to higher dimensions and curved domains. They are closely connected with fundamental integral theorems: Green's theorem in the plane, Stokes' theorem (relating a surface integral of the curl of a vector field to a line integral around the boundary), and the divergence theorem (relating flux through a closed surface to a volume integral of divergence). These theorems organize many computations and provide deep relationships between local differential properties and global integral quantities.

Practical distinctions and notable facts

Not all surfaces are orientable: on a nonorientable surface (for example, a Möbius strip) a global choice of continuous normal vector field is impossible, so vector-field flux integrals require care and are typically defined only locally or with additional structure. Closed surfaces (those without boundary) are often used when discussing total flux, while open surfaces require specification of an orientation and may have boundary integrals associated via Stokes' theorem. Numerically, surface integrals are approximated by discretizing the surface into small panels and summing contributions; in analytic problems, symmetry and clever parametrizations simplify the calculation.

Further reading