Surface Area Formula and Double Integral
The surface area formula lets you measure how much area a curved surface occupies in three-dimensional space. This extends the idea of double integrals beyond volume and mass to geometry of surfaces themselves.
Calculating Surface Area Using the Surface Area Formula
For a surface defined over a region in the -plane, the surface area is:
The intuition here: you're summing up the areas of tiny surface patches across the entire region . Each patch is a small piece of the actual curved surface, not just its flat projection onto the -plane.
The integrand acts as a correction factor. A flat surface (where both partial derivatives are zero) gives , so the surface area equals the area of itself. The steeper the surface, the larger the partial derivatives, and the more the integrand exceeds 1.
Step-by-step process for computing surface area:
- Identify the surface and the region over which you're integrating.
- Compute the partial derivatives and .
- Form the integrand: .
- Set up the double integral over with appropriate bounds.
- Evaluate the integral (switching to polar coordinates if is circular often simplifies things).
Example: Find the surface area of over the disk .
- ,
- Integrand:
- Switch to polar: , with ,
- Evaluate:
The Correction Factor in the Integrand
The factor is sometimes loosely called a "Jacobian-like" term, but it's more precisely the area magnification factor. It accounts for how much a small flat rectangle in the -plane gets stretched when you lift it onto the curved surface.
- It measures the ratio of actual surface area to projected area in the -plane at each point.
- Where the surface is nearly horizontal, this factor is close to 1. Where the surface is steep, it's much larger.
- Without this factor, you'd just be computing the area of itself, ignoring the curvature entirely.
This is analogous to the arc length factor from single-variable calculus. The surface area formula is its natural two-dimensional generalization.
_double_integral_formula_partial_derivatives_calculus_IV%22-CNX_Calc_Figure_16_06_006.jpg)
Parametric Surfaces
Representing Surfaces Using Parametric Equations
Not every surface can be written conveniently as . A sphere, for instance, fails the vertical line test. Parametric surfaces handle this by expressing all three coordinates as functions of two parameters and :
or equivalently as a position vector , where ranges over some domain in the -plane.
Common examples:
- Sphere of radius :
- Cylinder of radius :
- A function graph is itself a parametric surface with
_double_integral_formula_partial_derivatives_calculus_IV%22-CNX_Calc_Figure_15_01_007.jpg)
Surface Area of Parametric Surfaces
For a parametric surface , the surface area formula becomes:
The two partial derivatives and are tangent vectors to the surface. Their cross product produces a vector perpendicular to the surface, and the magnitude of that cross product gives the area of the infinitesimal parallelogram spanned by those tangent vectors.
Step-by-step process:
- Compute and (these are vectors with three components each).
- Take the cross product .
- Find its magnitude .
- Integrate this magnitude over the parameter domain .
You can verify that when , this cross product formula reduces to , recovering the formula from the first section.
Normal Vectors
Definition and Significance of Normal Vectors
A normal vector to a surface at a point is any vector perpendicular to the surface there. It's typically denoted . The direction of tells you which way the surface is "facing" at that point.
Normal vectors show up throughout multivariable calculus and physics:
- They define the orientation needed for surface integrals (flux integrals in particular).
- In physics, they determine the direction of force on a surface in fluid pressure or electromagnetic problems.
- They're essential for finding tangent planes: the tangent plane at a point has as its normal.
Calculating Normal Vectors for Parametric Surfaces
For a parametric surface , the normal vector comes directly from the cross product of the tangent vectors:
This works because and are both tangent to the surface, so their cross product is perpendicular to both, hence perpendicular to the surface.
To get a unit normal vector, divide by the magnitude:
A few things to keep in mind:
- The cross product and point in opposite directions. Your choice of ordering determines whether points "outward" or "inward" for a closed surface. Be consistent with whatever convention the problem uses.
- For a function graph , using gives . This always has a positive -component, so it points upward.
- The magnitude is exactly the integrand in the parametric surface area formula. So computing the normal vector and computing surface area are closely related tasks.