Sections 8.6–8.7 — x and y as separate functions of time t
MAT 172 — Final Prep
Parametric equations describe x and y separately using a third variable t — usually time. A regular equation tells you the shape of a path. Parametric equations tell you the shape AND how something moves along it — direction, speed, position at any moment.
The key ideaInstead of y = f(x), you have x = f(t) AND y = g(t). Both x and y depend on a third variable t. As t increases, you get a sequence of (x, y) points that trace a path — with direction built in.
x = f(t) y = g(t) t ∈ [a, b]
The point at time t is (f(t), g(t)). t is the parameter. As t increases, the point traces a path with direction.
Live animation — watch the point trace the path
t = 0.00
· x = —
· y = —
Why parametric vs regular equations?Some curves aren't functions of x — a circle, for example, fails the vertical line test. Parametric equations describe any curve including ones that loop back on themselves or go left and right freely. They also encode direction: which way does the curve trace as t increases?
Building a t-table
x = t + 1, y = t² − 2, for t ∈ [−2, 2]
1
Choose t values in the interval, evaluate both equations
t
x = t + 1
y = t² − 2
Point (x, y)
−2
−1
2
(−1, 2)
−1
0
−1
(0, −1)
0
1
−2
(1, −2)
1
2
−1
(2, −1)
2
3
2
(3, 2)
2
Plot the points in order and draw arrows showing direction of increasing t
Curve traces left-to-right as t increases. Shape: parabola opening upward.
🔑
Orientation — arrows are everything
▼
The orientation of a parametric curve is the direction it traces as t increases. Always mark this with arrows on your graph.
Two parametric equations can produce the same rectangular curve but with opposite orientations — they look identical on paper but are different parametrizations. The exam will ask about this.
Example: x = cos(t), y = sin(t) traces the unit circle counterclockwise. x = cos(−t), y = sin(−t) traces it clockwise. Same circle, opposite direction.
Vocabulary
Parameter
The variable t that both x and y depend on. Often represents time but not always.
Parametric equations
A pair x = f(t), y = g(t) that together describe a curve.
Orientation
The direction the curve traces as t increases. Shown with arrows on the graph.
t-table
A table of t, x(t), y(t) values used to plot parametric curves manually.
Eliminating the parameter
Solving for t in one equation and substituting into the other to get y = f(x).
Key patterns
x = t, y = t² → vertical parabola y = x²
x = t², y = t → horizontal parabola x = y²
x = cos(t), y = sin(t) → unit circle x²+y²=1
x = a·cos(t), y = b·sin(t) → ellipse x²/a²+y²/b²=1
Arrows show orientation — always draw them.
Eliminating the parameterConverting parametric equations to a rectangular equation (y in terms of x). Solve one equation for t, substitute into the other. Always carry over domain restrictions — the rectangular equation may look familiar but only covers part of it.
Method 1 — Solve and substitute
x = t + 2, y = t² — eliminate t
1
Solve x equation for t: x = t + 2 → t = x − 2
2
Substitute into y: y = t² = (x − 2)²
3
Check restrictions: if t ∈ [−2, 2], then x = t+2 ∈ [0, 4]. So restrict x to [0, 4].
y = (x − 2)², x ∈ [0, 4] — a parabola but only the portion for x between 0 and 4
x² + y² = 1 — the unit circle, traced counterclockwise
⚠️
The restriction trap — most common exam mistake
▼
When you eliminate t, the rectangular equation may look like a familiar full curve — but parametric equations usually only trace PART of it.
x = t², y = t for t ≥ 0 eliminates to x = y², but only for y ≥ 0. The full parabola goes both up and down; this version only traces the top half.
Always ask: what values does x take as t varies over its interval? Those are your x-restrictions on the rectangular equation.
🔗
Connection to conics — the big picture
▼
Every conic section has a parametric form:
Circle: x = r·cos(t), y = r·sin(t) Ellipse: x = a·cos(t), y = b·sin(t) Parabola: x = t, y = t² (or x = t², y = t) Hyperbola: x = a·sec(t), y = b·tan(t)
This is why parametric equations and conics appear in the same chapter — they're two ways of describing the same curves.
Elimination methods
Solve & substitute
Isolate t in one equation, plug into the other. Works when t appears linearly or as a power.
Trig identity
When x and y involve sin and cos of the same t, use sin²t + cos²t = 1. Isolate each trig function first.
Domain restriction
After eliminating t, restrict x to the values it actually takes over the t interval.
Exam reminders
Always carry restrictions from t to x when eliminating.
sin²t + cos²t = 1 is the key for circular/elliptic parametrics.
The rectangular form may be a full parabola; the parametric version might only be half.
Check: does the rectangular curve match the parametric by plugging in a few t values?
Common parametric shapesKnow these cold. On the exam you'll likely see one of these or a variation. The key is recognizing the form and knowing how the orientation works.
The four most common forms
Line: x = at + h, y = bt + k
→
Linear in t → straight line. Slope = b/a. Point at t = 0: (h, k). Direction: moving in direction (a, b) as t increases.
Eliminate: y − k = (b/a)(x − h) — slope-intercept form
Parabola: x = t, y = at² + bt + c (or x and y swapped)
→
x = t → just substitute: y = at² + bt + c becomes y = ax² + bx + c (vertical parabola)
→
y = t, x = at² → x = ay² (horizontal parabola)
The squared variable determines which way it opens
Circle/Ellipse: x = a·cos(t), y = b·sin(t)
→
a = b: circle of radius a, centered at origin
→
a ≠ b: ellipse with semi-axes a (horizontal) and b (vertical)
→
Orientation: counterclockwise as t goes from 0 to 2π
Reversed orientation: x = a·cos(−t), y = b·sin(−t)
→
cos(−t) = cos(t) (even), sin(−t) = −sin(t) (odd)
→
Same ellipse/circle shape, but traced clockwise instead
Same rectangular equation x²/a² + y²/b² = 1, opposite orientation
📋
How to identify shape from parametric form
▼
Both linear in t? → Line One linear, one quadratic? → Parabola (squared one determines direction) Both trig (cos/sin)? → Circle or ellipse sec and tan? → Hyperbola
Quick check: eliminate t and see what you get. The rectangular form is the shape without direction.
Shape cheat sheet
x=at+h, y=bt+k
Line, slope b/a, through (h,k) at t=0
x=t, y=t²
Vertical parabola y=x², left to right orientation
x=t², y=t
Horizontal parabola x=y², bottom to top orientation
x=r·cos t, y=r·sin t
Circle radius r, CCW orientation
x=a·cos t, y=b·sin t
Ellipse x²/a²+y²/b²=1, CCW orientation
x=a·sec t, y=b·tan t
Hyperbola x²/a²−y²/b²=1
Orientation rules
t increases left→right for x=t forms.
cos/sin traces counterclockwise (CCW) as t: 0→2π.
Negative t or reversed cos/sin → clockwise (CW).
Same shape + different speed = different parametrization.
Projectile motionThe biggest real-world application of parametric equations. Horizontal and vertical motion are independent — gravity only affects vertical. x and y each get their own equation, both depending on time t.
x(t) = (v₀ cos θ) t y(t) = −½gt² + (v₀ sin θ)t + h₀