๐Ÿ“šCalculus III

Key Concepts of Parametric Surfaces

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Parametric surfaces let you describe and analyze complex three-dimensional shapes that can't be captured with a single equation like z=f(x,y)z = f(x, y). In Calc III, you need to be able to set up parametrizations, compute tangent planes and normal vectors, and evaluate surface integrals, all of which depend on understanding how two parameters map to 3D space. These concepts connect directly to vector calculus applications like flux, surface area, and orientation.

Don't just memorize the formulas for spheres and cylinders. Know why each parametrization works and how the partial derivatives generate the geometric information you need. Exam questions will ask you to parametrize unfamiliar surfaces, find normal vectors, or set up surface integrals, so understanding the underlying mechanics matters far more than rote formulas.


Foundations: What Parametric Surfaces Are

A parametric surface maps a 2D parameter domain to 3D space, letting you trace out every point on a surface systematically. Think of it like a coordinate grid drawn on a rubber sheet that gets bent and stretched into a 3D shape.

Definition of Parametric Surfaces

  • Vector function r(u,v)\mathbf{r}(u, v) maps two parameters to a position vector (x(u,v),โ€…โ€Šy(u,v),โ€…โ€Šz(u,v))(x(u,v),\; y(u,v),\; z(u,v)) in three-dimensional space
  • Parameter domain DD is typically a rectangle or region in the uvuv-plane that gets "stretched" onto the surface
  • Key advantage: allows representation of surfaces that can't be written as z=f(x,y)z = f(x,y), like full spheres or Mรถbius strips

Partial Derivatives of Parametric Surfaces

The partial derivatives ru\mathbf{r}_u and rv\mathbf{r}_v are tangent vectors to the surface, pointing in the direction of increasing uu and vv respectively. These are the building blocks for everything else: tangent planes, normal vectors, and surface area all derive from them.

You compute them component-wise. If r(u,v)=(x(u,v),โ€…โ€Šy(u,v),โ€…โ€Šz(u,v))\mathbf{r}(u,v) = (x(u,v),\; y(u,v),\; z(u,v)), then:

ru=(โˆ‚xโˆ‚u,โ€…โ€Šโˆ‚yโˆ‚u,โ€…โ€Šโˆ‚zโˆ‚u),rv=(โˆ‚xโˆ‚v,โ€…โ€Šโˆ‚yโˆ‚v,โ€…โ€Šโˆ‚zโˆ‚v)\mathbf{r}_u = \left(\frac{\partial x}{\partial u},\; \frac{\partial y}{\partial u},\; \frac{\partial z}{\partial u}\right), \qquad \mathbf{r}_v = \left(\frac{\partial x}{\partial v},\; \frac{\partial y}{\partial v},\; \frac{\partial z}{\partial v}\right)

Compare: ru\mathbf{r}_u vs. rv\mathbf{r}_v: both are tangent vectors lying in the surface, but they point in different parameter directions. If a problem asks for "two independent tangent vectors," these are your answer.


Standard Surface Parametrizations

These are the surfaces you'll see repeatedly. Each uses a different coordinate system or geometric insight to map two parameters onto the shape.

Parametrization of a Plane

r(u,v)=p+uโ€‰a+vโ€‰b\mathbf{r}(u, v) = \mathbf{p} + u\,\mathbf{a} + v\,\mathbf{b}

Here p\mathbf{p} is a known point on the plane, and a\mathbf{a}, b\mathbf{b} are two non-parallel direction vectors that span the plane. This is the simplest parametric surface because the partial derivatives are constant: ru=a\mathbf{r}_u = \mathbf{a} and rv=b\mathbf{r}_v = \mathbf{b}, which makes all downstream calculations straightforward.

Parametrization of a Sphere

r(ฮธ,ฯ•)=(Rsinโกฯ•cosโกฮธ,โ€…โ€ŠRsinโกฯ•sinโกฮธ,โ€…โ€ŠRcosโกฯ•)\mathbf{r}(\theta, \phi) = (R\sin\phi\cos\theta,\; R\sin\phi\sin\theta,\; R\cos\phi)

This uses spherical coordinates with radius RR. The parameter ฮธโˆˆ[0,2ฯ€)\theta \in [0, 2\pi) sweeps around the equator (longitude), while ฯ•โˆˆ[0,ฯ€]\phi \in [0, \pi] sweeps from the north pole down to the south pole (colatitude).

Watch for singularities at the poles: when ฯ•=0\phi = 0 or ฯ•=ฯ€\phi = \pi, the tangent vector rฮธ\mathbf{r}_\theta becomes the zero vector because the "circle of latitude" has collapsed to a single point. The surface itself is fine there, but the parametrization breaks down.

Parametrization of a Cylinder

r(u,v)=(Rcosโกu,โ€…โ€ŠRsinโกu,โ€…โ€Šv)\mathbf{r}(u, v) = (R\cos u,\; R\sin u,\; v)

The parameter uโˆˆ[0,2ฯ€]u \in [0, 2\pi] wraps around the circular cross-section, and vv moves along the axis over whatever height range you need. The radius RR is constant, so every horizontal slice is the same circle.

Parametrization of a Cone

r(u,v)=(vcosโกu,โ€…โ€Švsinโกu,โ€…โ€Šv)\mathbf{r}(u, v) = (v\cos u,\; v\sin u,\; v)

Here uโˆˆ[0,2ฯ€]u \in [0, 2\pi] wraps around the axis just like the cylinder, but now vv controls both the radial distance from the axis and the height simultaneously. The radius grows linearly with height, which is what creates the sloped surface. To adjust the cone's steepness, you can scale the zz-component: replacing vv with kvkv in the third component gives a wider or narrower cone depending on kk.

Compare: Cylinder vs. Cone: both use an angular parameter uu to wrap around the axis, but the cylinder has fixed radius RR while the cone's radius varies with vv. Replacing the constant RR in the cylinder formula with the variable vv is exactly what transforms a cylinder into a cone.


Geometric Analysis Tools

Once you have a parametrization, these tools extract geometric information from it. The cross product of the partial derivatives is the central operation.

Tangent Planes to Parametric Surfaces

The tangent plane at a point (u0,v0)(u_0, v_0) is:

r(u0,v0)+sโ€‰ru(u0,v0)+tโ€‰rv(u0,v0)\mathbf{r}(u_0, v_0) + s\,\mathbf{r}_u(u_0, v_0) + t\,\mathbf{r}_v(u_0, v_0)

for scalars ss and tt. You evaluate both partial derivatives at the point of tangency; these two vectors span the plane. Geometrically, the tangent plane is the best flat approximation to the surface near that point.

To find the tangent plane at a specific point:

  1. Determine the (u0,v0)(u_0, v_0) values that correspond to your point on the surface
  2. Compute ru(u0,v0)\mathbf{r}_u(u_0, v_0) and rv(u0,v0)\mathbf{r}_v(u_0, v_0)
  3. The tangent plane passes through r(u0,v0)\mathbf{r}(u_0, v_0) and is spanned by those two vectors

Normal Vectors to Parametric Surfaces

N=ruร—rv\mathbf{N} = \mathbf{r}_u \times \mathbf{r}_v

Because ru\mathbf{r}_u and rv\mathbf{r}_v both lie in the tangent plane, their cross product is perpendicular to the surface. The order matters: swapping to rvร—ru\mathbf{r}_v \times \mathbf{r}_u flips the direction of N\mathbf{N}. This choice of direction becomes critical for flux integrals and orientation.

If you need the unit normal, divide by the magnitude: n^=ruร—rvโˆฅruร—rvโˆฅ\hat{\mathbf{n}} = \frac{\mathbf{r}_u \times \mathbf{r}_v}{\|\mathbf{r}_u \times \mathbf{r}_v\|}.

Compare: Tangent plane vs. Normal vector: the tangent plane contains all directions tangent to the surface at a point, while the normal vector is the single direction perpendicular to it. Problems often ask for the tangent plane equation, which requires computing the normal vector first (since the equation of a plane is Nโ‹…(xโˆ’r(u0,v0))=0\mathbf{N} \cdot (\mathbf{x} - \mathbf{r}(u_0,v_0)) = 0).


Surface Integrals and Orientation

These concepts connect parametric surfaces to integral calculus. Orientation determines the sign of your answer in flux integrals, so getting it wrong gives you the negative of the correct result.

Surface Area of Parametric Surfaces

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

The quantity โˆฅruร—rvโˆฅ\|\mathbf{r}_u \times \mathbf{r}_v\| is the area element (sometimes written dSdS). It measures how much the flat parameter domain gets stretched at each point as it maps onto the curved surface. Where the surface is more "stretched" or "tilted," this factor is larger.

To set up a surface area integral:

  1. Compute ru\mathbf{r}_u and rv\mathbf{r}_v
  2. Take their cross product ruร—rv\mathbf{r}_u \times \mathbf{r}_v
  3. Find the magnitude โˆฅruร—rvโˆฅ\|\mathbf{r}_u \times \mathbf{r}_v\|
  4. Integrate that magnitude over the parameter domain DD

Orientation of Parametric Surfaces

Orientation means choosing a consistent normal direction across the entire surface. The parametrization gives you a natural choice via ruร—rv\mathbf{r}_u \times \mathbf{r}_v, and swapping the parameter order reverses it:

rvร—ru=โˆ’(ruร—rv)\mathbf{r}_v \times \mathbf{r}_u = -(\mathbf{r}_u \times \mathbf{r}_v)

For closed surfaces (like a sphere), "outward" is the standard positive orientation. For open surfaces, the problem will typically specify which direction to use. Getting orientation wrong in a flux integral flips the sign of your answer.

Compare: Surface area vs. Flux integrals: surface area uses โˆฅruร—rvโˆฅ\|\mathbf{r}_u \times \mathbf{r}_v\| (magnitude only, always positive), while flux uses ruร—rv\mathbf{r}_u \times \mathbf{r}_v as a vector (direction matters). If a problem mentions "oriented surface," you need the vector form, not just the magnitude.


Quick Reference Table

ConceptBest Examples
Basic parametrization setupPlane, Cylinder, Sphere
Spherical coordinate parametrizationSphere, Hemisphere
Linear radius variationCone
Constant cross-sectionCylinder, Plane
Tangent vector computationru\mathbf{r}_u, rv\mathbf{r}_v for any surface
Normal vector via cross productN=ruร—rv\mathbf{N} = \mathbf{r}_u \times \mathbf{r}_v
Surface area integral setupโˆฌDโˆฅruร—rvโˆฅโ€‰duโ€‰dv\iint_D \|\mathbf{r}_u \times \mathbf{r}_v\| \, du \, dv
Orientation considerationsFlux integrals, Stokes' theorem applications

Self-Check Questions

  1. What do the sphere and cylinder parametrizations have in common, and how do their parameter bounds differ?

  2. Given a parametric surface r(u,v)\mathbf{r}(u,v), what two quantities do you need to compute before finding the surface area, and how do you combine them?

  3. If you switch the order from ruร—rv\mathbf{r}_u \times \mathbf{r}_v to rvร—ru\mathbf{r}_v \times \mathbf{r}_u, what happens to your normal vector, and why does this matter for flux integrals?

  4. Compare the parametrization of a cone versus a cylinder. What single change transforms one into the other?

  5. (Practice problem) A surface is given by r(u,v)=(ucosโกv,โ€…โ€Šusinโกv,โ€…โ€Šu2)\mathbf{r}(u,v) = (u\cos v,\; u\sin v,\; u^2). Describe the surface, find the normal vector at a general point, and set up (but don't evaluate) the integral for surface area over 0โ‰คuโ‰ค10 \leq u \leq 1, 0โ‰คvโ‰ค2ฯ€0 \leq v \leq 2\pi.