Fiveable

5๏ธโƒฃMultivariable Calculus Unit 6 Review

QR code for Multivariable Calculus practice questions

6.3 Surface Area and Parametric Surfaces

6.3 Surface Area and Parametric Surfaces

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025

Parameterization and Surface Area

Parameterization lets you describe a 3D surface using just two parameters, essentially mapping a flat region in the uvuv-plane onto a curved surface in space. This is the foundation for computing surface area, because once you have a parameterization, you can use partial derivatives and cross products to measure how much the surface stretches and bends. These ideas connect directly to line integrals and set the stage for surface integrals and flux later in the course.

Parameterization of 3D Surfaces

A parametric surface is defined by a vector-valued function that takes two inputs and produces a point in 3D:

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

The parameters uu and vv range over some domain DD in the uvuv-plane. As (u,v)(u,v) varies across DD, the function r\mathbf{r} traces out the surface in space.

Common parameterizations you should know:

  • Planes: r(u,v)=p+uโ€‰a+vโ€‰b\mathbf{r}(u,v) = \mathbf{p} + u\,\mathbf{a} + v\,\mathbf{b}, where p\mathbf{p} is a point on the plane and a\mathbf{a}, b\mathbf{b} are two non-parallel vectors lying in the plane. This is the surface analog of a parametric line.
  • Spheres (radius aa): r(ฮธ,ฯ•)=โŸจasinโกฯ•cosโกฮธ,โ€…โ€Šasinโกฯ•sinโกฮธ,โ€…โ€Šacosโกฯ•โŸฉ\mathbf{r}(\theta,\phi) = \langle a\sin\phi\cos\theta,\; a\sin\phi\sin\theta,\; a\cos\phi \rangle, where ฯ•โˆˆ[0,ฯ€]\phi \in [0,\pi] is the polar angle (measured from the positive zz-axis) and ฮธโˆˆ[0,2ฯ€)\theta \in [0,2\pi) is the azimuthal angle. Be careful: some textbooks swap the roles of ฮธ\theta and ฯ•\phi, so always check your convention.
  • Cylinders (radius aa): r(ฮธ,z)=โŸจacosโกฮธ,โ€…โ€Šasinโกฮธ,โ€…โ€ŠzโŸฉ\mathbf{r}(\theta,z) = \langle a\cos\theta,\; a\sin\theta,\; z \rangle. Here ฮธ\theta wraps around the cylinder and zz runs along its height.
  • Cones (half-angle ฮฑ\alpha): r(ฮธ,z)=โŸจztanโกฮฑcosโกฮธ,โ€…โ€Šztanโกฮฑsinโกฮธ,โ€…โ€ŠzโŸฉ\mathbf{r}(\theta,z) = \langle z\tan\alpha\cos\theta,\; z\tan\alpha\sin\theta,\; z \rangle. The radius of each circular cross-section grows linearly with zz.

When choosing a parameterization, look for the surface's natural symmetry. Spherical symmetry suggests using angles ฮธ\theta and ฯ•\phi; cylindrical symmetry suggests ฮธ\theta and zz. For a surface given explicitly as z=f(x,y)z = f(x,y), the simplest choice is to use xx and yy themselves as parameters.

Parameterization of 3D surfaces, Vector Functions | Boundless Calculus

Surface Area of Parametric Surfaces

The key idea: at each point on the surface, the partial derivatives ru\mathbf{r}_u and rv\mathbf{r}_v are tangent vectors. Their cross product ruร—rv\mathbf{r}_u \times \mathbf{r}_v is normal to the surface, and its magnitude tells you how much area a tiny rectangle duร—dvdu \times dv in the parameter domain gets stretched into on the surface.

The surface area formula is:

SA=โˆฌDโˆฃruร—rvโˆฃโ€‰duโ€‰dvSA = \iint_D |\mathbf{r}_u \times \mathbf{r}_v| \, du \, dv

Step-by-step process for computing surface area:

  1. Write down the parameterization r(u,v)\mathbf{r}(u,v) and identify the parameter domain DD.
  2. Compute the partial derivatives ru=โˆ‚rโˆ‚u\mathbf{r}_u = \frac{\partial \mathbf{r}}{\partial u} and rv=โˆ‚rโˆ‚v\mathbf{r}_v = \frac{\partial \mathbf{r}}{\partial v}, differentiating each component separately.
  3. Take the cross product ruร—rv\mathbf{r}_u \times \mathbf{r}_v. This gives a vector normal to the surface at each point.
  4. Find the magnitude โˆฃruร—rvโˆฃ|\mathbf{r}_u \times \mathbf{r}_v|. Simplify before integrating if possible; algebraic cleanup here saves a lot of pain in the integral.
  5. Evaluate the double integral over DD. Choose an integration order that matches the domain's shape, and use substitution or symmetry to simplify.
Parameterization of 3D surfaces, Quadric Surfaces ยท Calculus

Surface Area Formula Derivation

The formula comes from approximating the surface with tiny parallelograms.

  1. Fix a point (u0,v0)(u_0, v_0). A small change ฮ”u\Delta u in the first parameter moves you along the surface by approximately ruโ€‰ฮ”u\mathbf{r}_u \,\Delta u. Similarly, ฮ”v\Delta v moves you by rvโ€‰ฮ”v\mathbf{r}_v \,\Delta v.
  2. These two vectors span a small parallelogram on the surface. The area of a parallelogram with sides A\mathbf{A} and B\mathbf{B} is โˆฃAร—Bโˆฃ|\mathbf{A} \times \mathbf{B}|, so the patch has area approximately โˆฃruร—rvโˆฃโ€‰ฮ”uโ€‰ฮ”v|\mathbf{r}_u \times \mathbf{r}_v|\,\Delta u\,\Delta v.
  3. Summing over all patches and taking the limit as ฮ”u,ฮ”vโ†’0\Delta u, \Delta v \to 0 gives the integral โˆฌDโˆฃruร—rvโˆฃโ€‰duโ€‰dv\iint_D |\mathbf{r}_u \times \mathbf{r}_v|\,du\,dv.

There's a more general way to express this using the Jacobian matrix:

J=[โˆ‚xโˆ‚uโˆ‚xโˆ‚v$4pt]โˆ‚yโˆ‚uโˆ‚yโˆ‚v$4pt]โˆ‚zโˆ‚uโˆ‚zโˆ‚v]J = \begin{bmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \$4pt] \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \$4pt] \frac{\partial z}{\partial u} & \frac{\partial z}{\partial v} \end{bmatrix}

This is a 3ร—23 \times 2 matrix (not square), so it doesn't have a traditional determinant. Instead, the area element is:

dA=detโก(JTJ)โ€‰duโ€‰dvdA = \sqrt{\det(J^T J)}\, du\, dv

You can verify that detโก(JTJ)=โˆฃruร—rvโˆฃ2\det(J^T J) = |\mathbf{r}_u \times \mathbf{r}_v|^2, so this is equivalent to the cross product formula. The JTJJ^T J form is the more general version (it works in any dimension), but for surfaces in R3\mathbb{R}^3, the cross product approach is usually more practical.

Note: The original guide stated ruร—rv=detโก(J)\mathbf{r}_u \times \mathbf{r}_v = \det(J). That's not quite right since JJ is 3ร—23 \times 2 and doesn't have a determinant. The correct relationship is โˆฃruร—rvโˆฃ=detโก(JTJ)|\mathbf{r}_u \times \mathbf{r}_v| = \sqrt{\det(J^T J)}.

Surface Area in Different Coordinate Systems

Choosing coordinates that match the surface's symmetry can dramatically simplify the integral.

Cartesian coordinates work best for surfaces given as z=f(x,y)z = f(x,y). Use the parameterization r(x,y)=โŸจx,โ€…โ€Šy,โ€…โ€Šf(x,y)โŸฉ\mathbf{r}(x,y) = \langle x,\; y,\; f(x,y) \rangle, which gives:

SA=โˆฌD1+(โˆ‚fโˆ‚x)2+(โˆ‚fโˆ‚y)2โ€…โ€Šdxโ€‰dySA = \iint_D \sqrt{1 + \left(\frac{\partial f}{\partial x}\right)^2 + \left(\frac{\partial f}{\partial y}\right)^2}\; dx\, dy

This follows directly from the general formula. Compute rx=โŸจ1,0,fxโŸฉ\mathbf{r}_x = \langle 1, 0, f_x \rangle and ry=โŸจ0,1,fyโŸฉ\mathbf{r}_y = \langle 0, 1, f_y \rangle, take their cross product, and you get โŸจโˆ’fx,โˆ’fy,1โŸฉ\langle -f_x, -f_y, 1 \rangle with magnitude 1+fx2+fy2\sqrt{1 + f_x^2 + f_y^2}.

Spherical coordinates are natural for surfaces with spherical symmetry (spheres, caps, portions of spheres). On a sphere of radius ฯ\rho:

  • Conversion: x=ฯsinโกฯ•cosโกฮธx = \rho\sin\phi\cos\theta, y=ฯsinโกฯ•sinโกฮธy = \rho\sin\phi\sin\theta, z=ฯcosโกฯ•z = \rho\cos\phi
  • Surface area element: dS=ฯ2sinโกฯ•โ€…โ€Šdฮธโ€‰dฯ•dS = \rho^2 \sin\phi\; d\theta\, d\phi

For example, the full sphere has SA=โˆซ02ฯ€โˆซ0ฯ€ฯ2sinโกฯ•โ€…โ€Šdฯ•โ€‰dฮธ=4ฯ€ฯ2SA = \int_0^{2\pi}\int_0^{\pi} \rho^2 \sin\phi\; d\phi\, d\theta = 4\pi\rho^2, which is a good sanity check.

Cylindrical coordinates simplify calculations for cylinders and surfaces of revolution. On a cylinder of radius rr:

  • Conversion: x=rcosโกฮธx = r\cos\theta, y=rsinโกฮธy = r\sin\theta, z=zz = z
  • Surface area element: dS=rโ€…โ€Šdฮธโ€‰dzdS = r\; d\theta\, dz

The lateral surface area of a cylinder of radius rr and height hh is then SA=โˆซ02ฯ€โˆซ0hrโ€…โ€Šdzโ€‰dฮธ=2ฯ€rhSA = \int_0^{2\pi}\int_0^h r\; dz\, d\theta = 2\pi r h, matching the familiar formula.

When deciding which coordinate system to use, ask yourself: does the surface have a natural axis of symmetry? If it's round in cross-section, cylindrical or spherical coordinates will likely make the cross product and the resulting integral much cleaner than Cartesian.