Surface Integrals and Scalar Fields
Surface integrals of scalar fields extend the idea of single-variable integration to curved surfaces in 3D. Just as you can integrate a function along a curve (a line integral), you can integrate a scalar field over a surface to accumulate quantities like mass, charge, or total heat across that surface.
Definition and Components
A scalar field assigns a single number to each point in space. Think of temperature at every point in a room, or mass density across a thin shell.
A surface integral of a scalar field adds up the values of that field over every point on a surface :
The key pieces you need:
- A surface in , described by a parametrization
- A scalar field defined on that surface
- The differential area element , which accounts for how the surface stretches and curves
How to Compute a Surface Integral
Here's the process, step by step:
-
Parametrize the surface. Write and identify the parameter domain in the -plane.
-
Compute the partial derivatives and .
-
Take their cross product and find its magnitude . This magnitude is the area distortion factor that converts in parameter space into actual surface area .
-
Substitute the parametrization into . Replace with their expressions in and so that becomes a function of and .
-
Evaluate the double integral over the parameter domain:

Applications
- Mass of a thin shell: If is the surface mass density (mass per unit area), then gives the total mass.
- Average value: The average of over is .
- Total heat or charge: Any quantity distributed over a surface can be totaled this way.
Parametrization and Surface Area

Parametrizing Surfaces
The parametrization maps a flat region in the -plane onto the curved surface in 3D. Choosing a good parametrization makes the integral much easier.
Common examples:
- Sphere of radius : Use with and .
- Cylinder of radius : Use .
- Graph surface : Use . This is often the simplest option when the surface is given explicitly.
Surface Area Calculation
The total surface area of is the special case where :
For the common case of a graph surface , this simplifies nicely. The partial derivatives are and , so:
This means , a formula worth memorizing.
Watch out: The choice of parametrization doesn't change the value of the integral, but a poor choice can make the computation far harder. Always look for symmetry in the surface before picking coordinates.
Flux (Preview)
This topic (23.1) focuses on scalar field surface integrals, but it's worth seeing how they connect to flux integrals, which you'll study in depth soon.
Flux measures the flow of a vector field through a surface. The integral looks different:
Here is the unit outward normal to the surface. Notice that the scalar surface integral uses (the magnitude), while the flux integral uses the cross product vector itself (via the dot product with ). That distinction matters.
Key differences at a glance:
- Scalar integral : integrates a scalar field, result is a scalar, surface orientation doesn't matter.
- Flux integral : integrates a vector field, result is a scalar, surface orientation does matter (flipping the normal flips the sign).
Flux shows up in Gauss's Law (electric flux through a closed surface), fluid dynamics (volume flow rate through a pipe cross-section), and Faraday's Law (magnetic flux through a loop). You'll need the scalar surface integral machinery from this section to handle all of those.