Topic 17 / 17advanced
Surface Parameterization & Area
Parameterize surfaces $\mathbf r(u, v)$, find a normal vector $\mathbf r_u \times \mathbf r_v$, and compute surface area for parametric and explicit surfaces.
A parametric surface is the image of a 2D parameter region under a map . Two tangent vectors span the tangent plane; their cross product is normal. The magnitude of the cross product gives the surface area element.
Parameterizing surfaces
for . Common cases:
- Graph : .
- Sphere of radius : .
- Cylinder of radius along : .
- Cone: .
- Surface of revolution about the -axis with profile : .
Normal vector via cross product
Tangent vectors: . Normal: . The direction depends on the order of partials and the parameterization. To match a desired orientation (e.g., outward), reverse the order if needed.
Strategy tips
- Always check the sign of the normal against the desired orientation.
- Reverse the order to flip.
Surface area
. For graphs :
The square root factor comes from for the parameterization .
Choosing parameter bounds
should match the **piece** of surface you want, no more, no less. Sphere: . Cylinder slice: pick the range you want. Surface of revolution: pick the angular sweep.
Worked examples
Example 1
Find the area of the part of the surface above the triangle with vertices .
- 1Use the explicit formula.
- 2Region: .
- 3, .
Answer
.Example 2
Parameterize the upper hemisphere and find a normal vector.
- 1Use spherical with .
- 2Partials.
- 3Cross product.
- 4This points inward; flip to outward by reversing.
Answer
Normal , magnitude — surface area element .Example 3
Find the surface area of the part of the paraboloid below .
- 1.
- 2Polar: is the disk .
- 3.
Answer
.Interactive visualizations
Loading visualization…
Sphere: r(θ, φ) = ⟨sin φ cos θ, sin φ sin θ, cos φ⟩
Drag and : red dot moves on the sphere; red vector is the normal (or its negative). Sign depends on orientation choice.
Loading visualization…
Cone: r(θ, r) = ⟨r cos θ, r sin θ, r⟩
Upper cone parameterization. Vary along the slant, around.
Formulas in this topic
Surface area (parametric)
Magnitude of normal integrated over parameter domain.
Surface area (graph)
For surfaces z = f(x,y).
Normal vector
Direction depends on order of partials.
Sphere parametrization
Use spherical coordinates with fixed ρ = a.
Cylinder parametrization
Polar in xy plus free z.