Fiveable

Calculus IV Unit 22 Review

QR code for Calculus IV practice questions

22.1 Parametric representations of surfaces

22.1 Parametric representations of surfaces

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

Parametric Surfaces

Parametric Equations and Surface Patches

A parametric surface works by using two parameters to trace out a surface in 3D space. You define a vector-valued function r(u,v)=x(u,v),y(u,v),z(u,v)\vec{r}(u,v) = \langle x(u,v),\, y(u,v),\, z(u,v) \rangle that takes each point (u,v)(u,v) in a 2D domain and maps it to a point in R3\mathbb{R}^3.

Each point on the surface corresponds to a pair of parameter values (u,v)(u,v) within a specified domain. A surface patch is the portion of the surface you get by restricting uu and vv to a bounded range. Think of it as cutting out a piece of the full surface by limiting the parameter window.

Example (unit sphere): Set x=cosusinvx = \cos u \sin v, y=sinusinvy = \sin u \sin v, z=cosvz = \cos v, with 0u<2π0 \leq u < 2\pi and 0vπ0 \leq v \leq \pi. Here uu sweeps around the equator (longitude) and vv sweeps from the north pole to the south pole (colatitude). Fixing vv and varying uu traces out a circle of latitude; fixing uu and varying vv traces a meridian.

One thing to watch: parametric representations aren't always one-to-one everywhere. The sphere parametrization above collapses to a single point at v=0v = 0 (north pole) and v=πv = \pi (south pole) regardless of uu. These are not defects of the sphere itself, just artifacts of the parametrization.

Parameter Space and Coordinate Functions

The parameter space (or parameter domain) is the region DD in the uvuv-plane over which uu and vv range. It's typically a rectangle, but it can be any connected region.

The three coordinate functions x(u,v)x(u,v), y(u,v)y(u,v), z(u,v)z(u,v) are the scalar components of r\vec{r}. They do the actual work of placing each (u,v)(u,v) pair at a specific location in space.

Example (torus): A torus with major radius RR (center of the tube to the center of the torus) and minor radius rr (radius of the tube) has the parametrization:

  • x=(R+rcosv)cosux = (R + r\cos v)\cos u
  • y=(R+rcosv)sinuy = (R + r\cos v)\sin u
  • z=rsinvz = r\sin v

with 0u<2π0 \leq u < 2\pi and 0v<2π0 \leq v < 2\pi. The parameter uu controls rotation around the central axis of the torus, while vv controls rotation around the tube itself. The parameter domain is a rectangle in the uvuv-plane, but opposite edges get identified, which is why the torus is topologically a "rolled-up" rectangle.

Parametric Equations and Surface Patches, Quadric Surfaces · Calculus

Coordinate Systems

Cartesian, Cylindrical, and Spherical Coordinates

Different coordinate systems make certain parametrizations much easier to write down. Choosing the right system for a given surface can save significant work.

Cartesian coordinates (x,y,z)(x, y, z) use three perpendicular axes. They're the default, but they aren't always the most natural choice for curved surfaces.

Cylindrical coordinates (r,θ,z)(r, \theta, z) use a radial distance rr from the zz-axis, an angle θ\theta in the xyxy-plane measured from the positive xx-axis, and the usual height zz.

  • Conversion to Cartesian: x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, z=zz = z

Cylindrical coordinates are the natural choice for surfaces with axial symmetry about the zz-axis, such as cylinders and cones. For instance, the cylinder x2+y2=4x^2 + y^2 = 4 is simply r=2r = 2 in cylindrical coordinates, giving the parametrization r(θ,z)=2cosθ,2sinθ,z\vec{r}(\theta, z) = \langle 2\cos\theta,\, 2\sin\theta,\, z \rangle.

Spherical coordinates (ρ,θ,ϕ)(\rho, \theta, \phi) use a distance ρ\rho from the origin, an azimuthal angle θ\theta in the xyxy-plane, and a polar angle ϕ\phi measured from the positive zz-axis.

  • Conversion to Cartesian: x=ρsinϕcosθx = \rho\sin\phi\cos\theta, y=ρsinϕsinθy = \rho\sin\phi\sin\theta, z=ρcosϕz = \rho\cos\phi

Spherical coordinates are ideal for surfaces centered at the origin, like spheres and cones defined by a fixed polar angle.

Convention warning: Some textbooks swap the roles of θ\theta and ϕ\phi, or use ϕ\phi for the azimuthal angle and θ\theta for the polar angle. Always check which convention your course uses before plugging into formulas.

Worked example: Convert the spherical point (ρ,θ,ϕ)=(1,π4,π3)(\rho, \theta, \phi) = \left(1, \frac{\pi}{4}, \frac{\pi}{3}\right) to Cartesian.

  1. x=1sin ⁣(π3)cos ⁣(π4)=3222=64x = 1 \cdot \sin\!\left(\frac{\pi}{3}\right)\cos\!\left(\frac{\pi}{4}\right) = \frac{\sqrt{3}}{2} \cdot \frac{\sqrt{2}}{2} = \frac{\sqrt{6}}{4}
  2. y=1sin ⁣(π3)sin ⁣(π4)=3222=64y = 1 \cdot \sin\!\left(\frac{\pi}{3}\right)\sin\!\left(\frac{\pi}{4}\right) = \frac{\sqrt{3}}{2} \cdot \frac{\sqrt{2}}{2} = \frac{\sqrt{6}}{4}
  3. z=1cos ⁣(π3)=12z = 1 \cdot \cos\!\left(\frac{\pi}{3}\right) = \frac{1}{2}

So the Cartesian point is (64,64,12)\left(\frac{\sqrt{6}}{4},\, \frac{\sqrt{6}}{4},\, \frac{1}{2}\right).

Parametric Equations and Surface Patches, Parametric Equations · Calculus

Surface Representations

Level Surfaces and Implicit Equations

Not every surface starts life as a parametric equation. A level surface is defined implicitly by an equation f(x,y,z)=cf(x,y,z) = c, where cc is a constant. Every point (x,y,z)(x,y,z) satisfying that equation lies on the surface.

Example: The equation x2+y2+z2=1x^2 + y^2 + z^2 = 1 defines the unit sphere. Here f(x,y,z)=x2+y2+z2f(x,y,z) = x^2 + y^2 + z^2, and the sphere is the level surface at c=1c = 1. Choosing different values of cc gives concentric spheres of radius c\sqrt{c}.

Implicit equations define surfaces without giving you an explicit parametrization. This is useful for visualization (plotting several level surfaces of ff at different cc-values reveals the structure of a scalar field), but for computing surface integrals or areas you'll usually need to convert to a parametric form.

Example: The level surfaces of f(x,y,z)=x2+y2zf(x,y,z) = x^2 + y^2 - z are the surfaces z=x2+y2cz = x^2 + y^2 - c. Each one is a circular paraboloid (bowl opening upward) shifted vertically by c-c. Stacking several of these for different cc-values shows how the function varies through space.

Going between representations: You can often convert an implicit surface to a parametric one. For the paraboloid z=x2+y2z = x^2 + y^2, set u=xu = x and v=yv = y to get r(u,v)=u,v,u2+v2\vec{r}(u,v) = \langle u,\, v,\, u^2 + v^2 \rangle. Alternatively, using cylindrical coordinates gives r(r,θ)=rcosθ,rsinθ,r2\vec{r}(r,\theta) = \langle r\cos\theta,\, r\sin\theta,\, r^2 \rangle, which is often cleaner for integration because it exploits the surface's rotational symmetry.