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 over a surface is written as:
Think of it this way: you're chopping the surface into tiny patches, evaluating 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 represents density, the integral gives you total mass. If represents temperature, you can find total heat content. Setting just gives you the surface area itself.

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 over some region in the -plane, follow these steps:
- Substitute the parameterization into the integrand so that becomes , a function of and only.
- Compute the partial derivatives and , then take their cross product .
- Find the magnitude . This factor accounts for how much the parameterization stretches or compresses area.
- Set up and evaluate the double integral:
Method 2: Graph surfaces. When the surface is given explicitly as over a region in the -plane, you can project directly without a separate parameterization. The surface element becomes:
This is really just a special case of Method 1 where , but it's common enough that it's worth memorizing on its own.

Applications of Surface Integrals
- Surface area: Set and evaluate . 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 over is , where is the surface area.
- Mass and center of mass: If a thin shell has density , its total mass is . The center of mass coordinates use weighted integrals like .
Surface Integrals for Vector Fields (Flux Integrals)
When you have a vector field 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:
where 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 already points normal to the surface (though not necessarily unit length), so the flux integral simplifies to:
Notice there's no absolute value here. The direction of 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 with upward orientation:
The vector always has a positive -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 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 over the enclosed volume, which often makes these calculations much easier.