Fiveable

๐Ÿ“ˆCollege Algebra Unit 10 Review

QR code for College Algebra practice questions

10.7 Parametric Equations: Graphs

10.7 Parametric Equations: Graphs

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“ˆCollege Algebra
Unit & Topic Study Guides

Parametric equations let you describe curves by defining xx and yy separately as functions of an independent parameter, usually tt. This approach is especially useful when a curve can't be written as a single y=f(x)y = f(x) equation, or when you need to track how a point moves along a path over time. You'll see parametric equations used to model projectile motion, orbital paths, and any situation where position changes with time.

Parametric Equations and Their Graphs

Plotting parametric equation points

A parametric equation is actually a pair of equations that define the xx and yy coordinates of a point using an independent parameter tt:

  • x(t)x(t) gives the x-coordinate at a given value of tt
  • y(t)y(t) gives the y-coordinate at that same value of tt

Together, each value of tt produces a single point (x,y)(x, y) on the coordinate plane. As tt changes, the point traces out a curve.

How to plot a parametric curve:

  1. Choose a range of tt values (for example, t=โˆ’2,โˆ’1,0,1,2,3t = -2, -1, 0, 1, 2, 3).
  2. Substitute each tt value into both x(t)x(t) and y(t)y(t) to get coordinate pairs.
  3. Plot the resulting (x,y)(x, y) points on the Cartesian plane.
  4. Connect the points smoothly in order of increasing tt. The order matters because it shows the direction the curve is traced.

For example, take x(t)=2t+1x(t) = 2t + 1, y(t)=3tโˆ’2y(t) = 3t - 2. Plugging in t=0t = 0 gives the point (1,โˆ’2)(1, -2). Plugging in t=1t = 1 gives (3,1)(3, 1). Plugging in t=2t = 2 gives (5,4)(5, 4). These points fall on a straight line, which makes sense because both xx and yy are linear in tt.

For a circle, try x(t)=3cosโก(t)x(t) = 3\cos(t), y(t)=3sinโก(t)y(t) = 3\sin(t) with tt from 00 to 2ฯ€2\pi. At t=0t = 0 you get (3,0)(3, 0); at t=ฯ€/2t = \pi/2 you get (0,3)(0, 3); at t=ฯ€t = \pi you get (โˆ’3,0)(-3, 0). The curve traces a circle of radius 3, and the direction is counterclockwise.

Plotting parametric equation points, Parametric Equations: Graphs | Precalculus II

Shape analysis of parametric curves

Once you've plotted a few points, you'll want to understand the overall shape without plotting every single value. Here's how to analyze a parametric curve:

Examine each function separately:

  • Find the domain and range of x(t)x(t) and y(t)y(t). If both are bounded (like sine and cosine), the curve stays in a finite region.
  • Check for periodicity. If both x(t)x(t) and y(t)y(t) are periodic with the same period, the curve is closed (it loops back to where it started).

Look at the relationship between the two functions:

  • Can you eliminate tt to get a Cartesian equation? For example, with x(t)=3cosโก(t)x(t) = 3\cos(t) and y(t)=3sinโก(t)y(t) = 3\sin(t), squaring and adding gives x2+y2=9x^2 + y^2 = 9, confirming it's a circle.
  • Check whether the curve is open (extends indefinitely) or closed (forms a loop).

Track direction and behavior:

  • As tt increases, which way does the curve move? This is called the orientation of the curve.
  • As tt approaches very large or very small values, does the curve approach an asymptote, spiral outward, or do something else?

Common parametric curve types to recognize:

CurveParametric FormKey Feature
Linex(t)=at+bx(t) = at + b, y(t)=ct+dy(t) = ct + dStraight; extends infinitely in both directions
Circlex(t)=rcosโก(t)x(t) = r\cos(t), y(t)=rsinโก(t)y(t) = r\sin(t)Closed loop; radius rr
Ellipsex(t)=acosโก(t)x(t) = a\cos(t), y(t)=bsinโก(t)y(t) = b\sin(t)Closed loop; stretches aa horizontally, bb vertically
Cycloidx(t)=r(tโˆ’sinโก(t))x(t) = r(t - \sin(t)), y(t)=r(1โˆ’cosโก(t))y(t) = r(1 - \cos(t))Arch-shaped; traces a point on a rolling circle
For the ellipse, aa and bb are the semi-major and semi-minor axes. When a=ba = b, you just get a circle. The cycloid is trickier: imagine a point on the rim of a wheel rolling along a flat surface. That point traces out a series of arches, and the parametric equations above describe exactly that path.
Plotting parametric equation points, Parametric Equations: Graphs ยท Algebra and Trigonometry

Real-world applications of parametric equations

Parametric equations are natural for modeling motion because the parameter tt usually represents time.

Projectile motion is the classic example. An object launched at angle ฮธ\theta with initial velocity v0v_0 follows:

  • x(t)=v0cosโก(ฮธ)โ‹…tx(t) = v_0 \cos(\theta) \cdot t
  • y(t)=v0sinโก(ฮธ)โ‹…tโˆ’12gt2y(t) = v_0 \sin(\theta) \cdot t - \frac{1}{2}gt^2

Here gg is the acceleration due to gravity (about 9.8ย m/s29.8 \text{ m/s}^2). The xx-equation tracks horizontal distance (constant speed, no air resistance), while the yy-equation tracks height (gravity pulls the object down over time). You can't easily write this path as y=f(x)y = f(x) without first eliminating tt, which is why parametric form is so convenient.

Circular and orbital motion also fits naturally. A Ferris wheel with radius 20 feet and center 30 feet off the ground can be modeled as:

  • x(t)=20cosโก(t)x(t) = 20\cos(t)
  • y(t)=20sinโก(t)+30y(t) = 20\sin(t) + 30

The +30+30 shifts the entire circle up so the lowest point is 10 feet above the ground, not underground. Planetary orbits work similarly but use ellipses instead of circles.

Spirals appear when the "radius" grows with time. The equations x(t)=tcosโก(t)x(t) = t\cos(t), y(t)=tsinโก(t)y(t) = t\sin(t) produce a spiral that winds outward because the factor of tt in front makes the distance from the origin increase as tt grows.

Alternative Coordinate Systems and Functions

Parametric equations aren't the only way to describe curves beyond y=f(x)y = f(x). A few related tools you should be aware of:

  • Polar coordinates describe a point by its distance from the origin (rr) and angle from the positive x-axis (ฮธ\theta), rather than by (x,y)(x, y). Curves like spirals and roses are often simpler in polar form.
  • Vector-valued functions package the parametric equations into a single vector: rโƒ—(t)=โŸจx(t),y(t)โŸฉ\vec{r}(t) = \langle x(t), y(t) \rangle. This notation is especially useful when you extend to three dimensions.
  • Phase planes graph one variable against another (rather than against time) to visualize how a system evolves. You'll encounter these more in differential equations and dynamical systems courses.