Fiveable

5️⃣Multivariable Calculus Unit 7 Review

QR code for Multivariable Calculus practice questions

7.1 Surface Integrals

7.1 Surface Integrals

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025

Understanding Surface Integrals

Surface integrals extend the idea of line integrals from curves to surfaces in 3D space. They measure how a scalar function or vector field accumulates over a curved surface, which makes them essential for computing quantities like mass of a thin shell, heat flow through a boundary, or fluid flux across a membrane.

Definition of Surface Integrals

A surface integral of a scalar function f(x,y,z)f(x,y,z) over a surface SS is written as:

Sf(x,y,z)dS\iint_S f(x,y,z) \, dS

Think of it this way: you're chopping the surface into tiny patches, evaluating ff at each patch, multiplying by the patch's area, and summing everything up. This is directly analogous to how a single integral sums a function along a curve, but now you're summing over a 2D surface sitting in 3D space.

Physically, if f(x,y,z)f(x,y,z) represents density, the integral gives you total mass. If ff represents temperature, you can find total heat content. Setting f=1f = 1 just gives you the surface area itself.

Definition of surface integrals, HartleyMath - Surface Integrals

Evaluation of Surface Integrals

To actually compute a surface integral, you need to reduce it to a double integral over a flat parameter domain. There are two main approaches.

Method 1: Parametric surfaces. If the surface is given by a parameterization r(u,v)=x(u,v),y(u,v),z(u,v)\mathbf{r}(u,v) = \langle x(u,v),\, y(u,v),\, z(u,v) \rangle over some region DD in the uvuv-plane, follow these steps:

  1. Substitute the parameterization into the integrand so that f(x,y,z)f(x,y,z) becomes f(r(u,v))f(\mathbf{r}(u,v)), a function of uu and vv only.
  2. Compute the partial derivatives ru\mathbf{r}_u and rv\mathbf{r}_v, then take their cross product ru×rv\mathbf{r}_u \times \mathbf{r}_v.
  3. Find the magnitude ru×rv|\mathbf{r}_u \times \mathbf{r}_v|. This factor accounts for how much the parameterization stretches or compresses area.
  4. Set up and evaluate the double integral:

SfdS=Df(r(u,v))ru×rvdudv\iint_S f \, dS = \iint_D f(\mathbf{r}(u,v)) \, |\mathbf{r}_u \times \mathbf{r}_v| \, du \, dv

Method 2: Graph surfaces. When the surface is given explicitly as z=g(x,y)z = g(x,y) over a region RR in the xyxy-plane, you can project directly without a separate parameterization. The surface element becomes:

dS=1+(gx)2+(gy)2dAdS = \sqrt{1 + \left(\frac{\partial g}{\partial x}\right)^2 + \left(\frac{\partial g}{\partial y}\right)^2} \, dA

This is really just a special case of Method 1 where r(x,y)=x,y,g(x,y)\mathbf{r}(x,y) = \langle x,\, y,\, g(x,y) \rangle, but it's common enough that it's worth memorizing on its own.

Definition of surface integrals, HartleyMath - Surface Integrals

Applications of Surface Integrals

  • Surface area: Set f(x,y,z)=1f(x,y,z) = 1 and evaluate SdS\iint_S dS. This gives the total area of the surface, which for curved surfaces will be larger than the area of its projection onto a coordinate plane.
  • Average value: The average of ff over SS is 1ASfdS\frac{1}{A}\iint_S f \, dS, where A=SdSA = \iint_S dS is the surface area.
  • Mass and center of mass: If a thin shell has density ρ(x,y,z)\rho(x,y,z), its total mass is SρdS\iint_S \rho \, dS. The center of mass coordinates use weighted integrals like xˉ=1MSxρdS\bar{x} = \frac{1}{M}\iint_S x\,\rho \, dS.

Surface Integrals for Vector Fields (Flux Integrals)

When you have a vector field F\mathbf{F} instead of a scalar function, the surface integral measures flux: how much of the field passes through the surface. The flux integral is defined as:

SFndS\iint_S \mathbf{F} \cdot \mathbf{n} \, dS

where n\mathbf{n} is the unit outward normal to the surface. The choice of normal direction (which side is "outward") matters and determines the sign of the result.

Computing flux with a parameterization: The cross product ru×rv\mathbf{r}_u \times \mathbf{r}_v already points normal to the surface (though not necessarily unit length), so the flux integral simplifies to:

DF(r(u,v))(ru×rv)dudv\iint_D \mathbf{F}(\mathbf{r}(u,v)) \cdot (\mathbf{r}_u \times \mathbf{r}_v) \, du \, dv

Notice there's no absolute value here. The direction of ru×rv\mathbf{r}_u \times \mathbf{r}_v encodes the orientation, so you need to check that it points in the correct outward direction. If it doesn't, flip the sign (or swap the order of the cross product).

Computing flux for graph surfaces. For z=g(x,y)z = g(x,y) with upward orientation:

RFgx,gy,1dA\iint_R \mathbf{F} \cdot \langle -g_x,\, -g_y,\, 1 \rangle \, dA

The vector gx,gy,1\langle -g_x, -g_y, 1 \rangle always has a positive zz-component, so this formula gives the flux with the upward-pointing normal. For downward orientation, negate it.

Physical applications of flux integrals:

  • Fluid flow: if F\mathbf{F} is a velocity field, the flux gives the volume of fluid crossing the surface per unit time.
  • Electromagnetism: electric flux through a closed surface relates to enclosed charge via Gauss's law. Magnetic flux through a surface appears in Faraday's law of induction.
  • The Divergence Theorem (coming later in this unit) connects the flux through a closed surface to a triple integral of F\nabla \cdot \mathbf{F} over the enclosed volume, which often makes these calculations much easier.