Fiveable

📏Honors Pre-Calculus Unit 8 Review

QR code for Honors Pre-Calculus practice questions

8.7 Parametric Equations: Graphs

8.7 Parametric Equations: Graphs

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Graphing Parametric Equations

Parametric equations describe curves by defining xx and yy separately as functions of a third variable, called a parameter (usually tt). Instead of writing yy directly in terms of xx, you let both coordinates depend on tt. This is especially useful for modeling motion, where tt often represents time, and for describing curves that can't be written as a single function y=f(x)y = f(x).

Pep mascot
more resources to help you study

Plotting Parametric Curves

In parametric form, every point on a curve comes from a pair of equations:

  • x=x(t)x = x(t)
  • y=y(t)y = y(t)

As tt changes, the point (x(t),y(t))(x(t), y(t)) traces out a path on the Cartesian plane. The direction the curve is traced (as tt increases) is called the orientation.

To graph a parametric curve by hand:

  1. Choose several values of tt across the given interval.
  2. Plug each tt into both x(t)x(t) and y(t)y(t) to get coordinate pairs.
  3. Plot the resulting (x,y)(x, y) points.
  4. Connect the points with a smooth curve, using arrows to show the direction of increasing tt.

For example, if x(t)=t+1x(t) = t + 1 and y(t)=t2y(t) = t^2 for 2t2-2 \leq t \leq 2, you'd build a table:

ttxxyy
2-21-144
1-10011
001100
112211
223344

Plotting these points and connecting them reveals a parabola opening upward, traced from left-to-right as tt increases.

Plotting parametric curves, Parametric Equations | Precalculus

Interpreting Common Parametric Graphs

Circles centered at the origin use the Pythagorean identity cos2(t)+sin2(t)=1\cos^2(t) + \sin^2(t) = 1:

  • x(t)=rcos(t)x(t) = r\cos(t), y(t)=rsin(t)y(t) = r\sin(t), where rr is the radius and 0t2π0 \leq t \leq 2\pi

The curve traces counterclockwise starting from (r,0)(r, 0). If you want a circle centered at (h,k)(h, k) instead, shift the equations: x(t)=h+rcos(t)x(t) = h + r\cos(t), y(t)=k+rsin(t)y(t) = k + r\sin(t).

Ellipses centered at the origin work the same way but with different stretches along each axis:

  • x(t)=acos(t)x(t) = a\cos(t), y(t)=bsin(t)y(t) = b\sin(t), where aa is the semi-major axis length and bb is the semi-minor axis length (assuming a>ba > b), with 0t2π0 \leq t \leq 2\pi

Projectile motion is a classic application where tt literally represents time:

  • x(t)=v0cos(θ)tx(t) = v_0 \cos(\theta)\, t
  • y(t)=v0sin(θ)t12gt2y(t) = v_0 \sin(\theta)\, t - \frac{1}{2}gt^2

Here v0v_0 is the initial speed, θ\theta is the launch angle above horizontal, and gg is gravitational acceleration (9.8 m/s29.8 \text{ m/s}^2). The xx-equation gives constant horizontal velocity, while the yy-equation accounts for gravity pulling the object down. The resulting path is a parabola.

Lissajous figures result from combining two sinusoidal functions with different frequencies, such as x(t)=sin(at)x(t) = \sin(at) and y(t)=sin(bt)y(t) = \sin(bt). Changing the ratio a:ba:b produces different looping patterns. These show up in physics when analyzing oscillations.

Plotting parametric curves, Parametric Equations: Graphs | Precalculus

Conversion Between Parametric and Cartesian Forms

Parametric → Cartesian:

  1. Solve one of the parametric equations for tt.
  2. Substitute that expression into the other equation.
  3. Simplify to get a single equation in xx and yy.

For trig-based parametric equations, a different strategy often works better: use a trig identity to eliminate tt. For instance, given x=rcos(t)x = r\cos(t) and y=rsin(t)y = r\sin(t), square both equations and add them to get x2+y2=r2x^2 + y^2 = r^2.

Be careful: converting to Cartesian form can lose information about the orientation and the portion of the curve that's actually traced. A parametric curve might only cover part of the Cartesian graph.

Cartesian → Parametric:

  1. Introduce a parameter tt.
  2. Express xx and yy each in terms of tt so that the original Cartesian equation is satisfied.

There's no single "right" answer here. For example, y=x2y = x^2 could become x=tx = t, y=t2y = t^2, or equally x=2tx = 2t, y=4t2y = 4t^2. Both are valid parametrizations of the same curve.

Advanced Parametric Concepts

These topics go beyond basic graphing but connect to ideas you'll see in calculus:

  • Tangent lines to parametric curves use the relationship dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}, provided dx/dt0dx/dt \neq 0. This gives the slope at any point along the curve.
  • Arc length of a parametric curve from t=at = a to t=bt = b is calculated with ab(dxdt)2+(dydt)2dt\int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}\, dt.
  • Vector-valued functions write parametric equations compactly as r(t)=x(t),y(t)\vec{r}(t) = \langle x(t), y(t) \rangle, which extends naturally to three dimensions.