Fiveable

โž—Calculus II Unit 7 Review

QR code for Calculus II practice questions

7.2 Calculus of Parametric Curves

7.2 Calculus of Parametric Curves

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โž—Calculus II
Unit & Topic Study Guides

Parametric Curves

Parametric curves describe paths in two dimensions by defining xx and yy as separate functions of a parameter tt. Instead of writing yy as a function of xx, you let both coordinates depend on tt, which makes it possible to represent motions and shapes that a single y=f(x)y = f(x) equation can't capture.

With this setup, the standard calculus toolkit extends naturally. You can find slopes, enclosed areas, arc lengths, and surface areas of revolution, all through formulas built around x(t)x(t) and y(t)y(t).

Derivatives of Parametric Curves

The slope of a parametric curve at a point isn't found by differentiating yy with respect to xx directly. Instead, you use the chain rule. Since both xx and yy depend on tt, the derivative dydx\frac{dy}{dx} comes from dividing the two rates:

dydx=dy/dtdx/dt=yโ€ฒ(t)xโ€ฒ(t)\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{y'(t)}{x'(t)}

This works whenever xโ€ฒ(t)โ‰ 0x'(t) \neq 0.

Once you have the slope at a specific parameter value t0t_0, the tangent line equation at the point (x(t0),โ€‰y(t0))(x(t_0),\, y(t_0)) is:

yโˆ’y(t0)=yโ€ฒ(t0)xโ€ฒ(t0)(xโˆ’x(t0))y - y(t_0) = \frac{y'(t_0)}{x'(t_0)}\big(x - x(t_0)\big)

Finding horizontal and vertical tangent lines:

  • Horizontal tangent: Set yโ€ฒ(t)=0y'(t) = 0 (the numerator is zero) while confirming xโ€ฒ(t)โ‰ 0x'(t) \neq 0. For example, a cycloid x=tโˆ’sinโกt,โ€…โ€Šy=1โˆ’cosโกtx = t - \sin t,\; y = 1 - \cos t has horizontal tangents where yโ€ฒ(t)=sinโกt=0y'(t) = \sin t = 0.
  • Vertical tangent: Set xโ€ฒ(t)=0x'(t) = 0 (the denominator is zero) while confirming yโ€ฒ(t)โ‰ 0y'(t) \neq 0.
  • If both xโ€ฒ(t)=0x'(t) = 0 and yโ€ฒ(t)=0y'(t) = 0 at the same tt, you have an indeterminate case and need to investigate further (often using L'Hรดpital's Rule on the ratio).

For the second derivative, which you'll need for concavity and curvature:

d2ydx2=ddtโ€‰โฃ(dydx)dx/dt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\!\left(\frac{dy}{dx}\right)}{dx/dt}

Differentiate dydx\frac{dy}{dx} with respect to tt first, then divide by xโ€ฒ(t)x'(t). A common mistake is to just compute yโ€ฒโ€ฒ(t)xโ€ฒโ€ฒ(t)\frac{y''(t)}{x''(t)}, which is not the same thing.

Area Within Parametric Curves

To find the area under a parametric curve (between the curve and the xx-axis), substitute the parametric equations into the standard area integral. The formula is:

A=โˆซt1t2y(t)โ€‰xโ€ฒ(t)โ€‰dtA = \int_{t_1}^{t_2} y(t)\, x'(t)\, dt

This comes from replacing yy with y(t)y(t) and dxdx with xโ€ฒ(t)โ€‰dtx'(t)\, dt in the integral โˆซyโ€‰dx\int y\, dx.

A few things to watch for:

  • Direction of tracing matters. The limits t1t_1 and t2t_2 should correspond to the curve being traced in the direction that keeps the enclosed region on the correct side. If the curve traces left to right as tt increases, you get positive area directly. If it traces right to left, you may need to negate the integral or swap limits.
  • Simple closed curves. The formula works cleanly when the curve is traced exactly once. If the parametrization traces the curve multiple times over your interval, you'll overcount the area.
  • Signed area. The integral can give a negative value depending on orientation. Take the absolute value if you need the geometric area.
Derivatives of parametric curves, Calculus of Parametric Curves ยท Calculus

Arc Length of Parametric Curves

The arc length of a parametric curve from t=at = a to t=bt = b is:

L=โˆซab(xโ€ฒ(t))2+(yโ€ฒ(t))2โ€‰dtL = \int_a^b \sqrt{\big(x'(t)\big)^2 + \big(y'(t)\big)^2}\, dt

The intuition here is the Pythagorean theorem applied to infinitesimal pieces of the curve. Over a tiny change dtdt, the curve moves xโ€ฒ(t)โ€‰dtx'(t)\, dt horizontally and yโ€ฒ(t)โ€‰dty'(t)\, dt vertically, so the tiny arc length is (xโ€ฒโ€‰dt)2+(yโ€ฒโ€‰dt)2=xโ€ฒ2+yโ€ฒ2โ€‰dt\sqrt{(x'\, dt)^2 + (y'\, dt)^2} = \sqrt{x'^2 + y'^2}\, dt.

Steps to compute arc length:

  1. Find xโ€ฒ(t)x'(t) and yโ€ฒ(t)y'(t).
  2. Square each, add them, and simplify the expression under the radical. (Algebraic simplification here can save you a lot of pain in the integration step.)
  3. Integrate from aa to bb.

Many arc length integrals don't simplify to elementary functions, so don't be surprised if a problem asks you to set up the integral without evaluating it, or to use numerical methods.

Surface Area from Parametric Revolution

When you revolve a parametric curve around an axis, the surface area formulas mirror the arc length formula but include a factor for the radius of revolution.

Revolution around the xx-axis (radius of revolution is y(t)y(t)):

S=2ฯ€โˆซaby(t)โ€‰(xโ€ฒ(t))2+(yโ€ฒ(t))2โ€‰dtS = 2\pi \int_a^b y(t)\,\sqrt{\big(x'(t)\big)^2 + \big(y'(t)\big)^2}\, dt

Revolution around the yy-axis (radius of revolution is x(t)x(t)):

S=2ฯ€โˆซabx(t)โ€‰(xโ€ฒ(t))2+(yโ€ฒ(t))2โ€‰dtS = 2\pi \int_a^b x(t)\,\sqrt{\big(x'(t)\big)^2 + \big(y'(t)\big)^2}\, dt

The structure is the same in both cases: 2ฯ€ร—(radius)ร—(arcย lengthย element)2\pi \times (\text{radius}) \times (\text{arc length element}). The only difference is whether y(t)y(t) or x(t)x(t) serves as the distance from the axis.

Steps to set up a surface area integral:

  1. Identify which axis the curve revolves around.
  2. Write down the appropriate radius function (y(t)y(t) for xx-axis, x(t)x(t) for yy-axis). Make sure this quantity is non-negative over the interval.
  3. Compute xโ€ฒ(t)x'(t) and yโ€ฒ(t)y'(t), then form the arc length element xโ€ฒ2+yโ€ฒ2\sqrt{x'^2 + y'^2}.
  4. Determine the correct limits of integration from the parametrization.
  5. Assemble and evaluate the integral.
Derivatives of parametric curves, Parametric Equations ยท Calculus

Vector-Valued Functions and Curvature

A parametric curve x(t),โ€‰y(t)x(t),\, y(t) can be written as a vector-valued function:

r(t)=โŸจx(t),โ€‰y(t)โŸฉ\mathbf{r}(t) = \langle x(t),\, y(t) \rangle

This notation is compact and connects directly to the ideas of velocity and acceleration. The derivative rโ€ฒ(t)=โŸจxโ€ฒ(t),โ€‰yโ€ฒ(t)โŸฉ\mathbf{r}'(t) = \langle x'(t),\, y'(t) \rangle gives the tangent (velocity) vector at each point.

Curvature measures how sharply a curve bends at a given point. For a parametric curve, the formula is:

ฮบ=โˆฃxโ€ฒ(t)โ€‰yโ€ฒโ€ฒ(t)โˆ’yโ€ฒ(t)โ€‰xโ€ฒโ€ฒ(t)โˆฃ(xโ€ฒ(t)2+yโ€ฒ(t)2)3/2\kappa = \frac{|x'(t)\, y''(t) - y'(t)\, x''(t)|}{\big(x'(t)^2 + y'(t)^2\big)^{3/2}}

  • A straight line has ฮบ=0\kappa = 0 everywhere (no bending).
  • A circle of radius rr has constant curvature ฮบ=1/r\kappa = 1/r. Smaller circles curve more sharply.

The unit normal vector N\mathbf{N} is perpendicular to the tangent vector and points toward the center of curvature (the center of the "best-fit circle" at that point). You find it by first computing the unit tangent vector T=rโ€ฒ(t)โˆฃrโ€ฒ(t)โˆฃ\mathbf{T} = \frac{\mathbf{r}'(t)}{|\mathbf{r}'(t)|}, then taking N=Tโ€ฒ(t)โˆฃTโ€ฒ(t)โˆฃ\mathbf{N} = \frac{\mathbf{T}'(t)}{|\mathbf{T}'(t)|}.

Applications and Examples

Parametric equations show up whenever position depends on time or another independent variable.

  • Projectile motion: A projectile launched at speed v0v_0 and angle ฮธ\theta has x(t)=v0cosโกฮธโ€‰tx(t) = v_0 \cos\theta\, t and y(t)=v0sinโกฮธโ€‰tโˆ’12gt2y(t) = v_0 \sin\theta\, t - \frac{1}{2}g t^2. The arc length formula gives the total distance along the trajectory, which is longer than the horizontal range.
  • Planetary orbits: An elliptical orbit can be parametrized as x(t)=acosโกt,โ€…โ€Šy(t)=bsinโกtx(t) = a\cos t,\; y(t) = b\sin t. The area formula lets you compute the area swept out over a portion of the orbit, connecting to Kepler's second law.
  • Cycloids: The path traced by a point on the rim of a rolling circle is x(t)=r(tโˆ’sinโกt),โ€…โ€Šy(t)=r(1โˆ’cosโกt)x(t) = r(t - \sin t),\; y(t) = r(1 - \cos t). This classic curve has interesting properties: its arc length over one full arch works out to exactly 8r8r.

General problem-solving approach:

  1. Write down (or identify) the parametric equations x(t)x(t) and y(t)y(t).
  2. Determine what the problem asks for: slope, area, arc length, or surface area.
  3. Choose the corresponding formula.
  4. Compute the necessary derivatives xโ€ฒ(t)x'(t) and yโ€ฒ(t)y'(t).
  5. Set up the integral with correct limits (check what values of tt correspond to the portion of the curve you care about).
  6. Evaluate the integral, simplifying the integrand first when possible.

Some curves have natural connections to polar coordinates. For instance, a spiral r=eฮธr = e^{\theta} in polar form can be converted to parametric form via x(ฮธ)=eฮธcosโกฮธ,โ€…โ€Šy(ฮธ)=eฮธsinโกฮธx(\theta) = e^{\theta}\cos\theta,\; y(\theta) = e^{\theta}\sin\theta, and then all the parametric calculus tools apply.