Parametric Equations Formula

Parametric equations are a way of defining a curve by expressing both x and y as separate functions of a third variable (parameter), typically t: x =.

The Formula

x=f(t),y=g(t),t∈[a,b]x = f(t), \quad y = g(t), \quad t \in [a, b]
Slope of tangent: dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt} (when dx/dt≠0dx/dt \neq 0).

When to use: Instead of saying 'yy depends on xx,' parametric equations say 'both xx and yy depend on time tt.' Imagine an ant walking on a tableβ€”at each moment tt, the ant has an xx-position and a yy-position. The path it traces is the parametric curve, and tt is the clock ticking forward.

Quick Example

A circle: x=cos⁑tx = \cos t, y=sin⁑ty = \sin t, for t∈[0,2Ο€]t \in [0, 2\pi].
A line: x=1+2tx = 1 + 2t, y=3βˆ’ty = 3 - t.
A parabola: x=tx = t, y=t2y = t^2.

Notation

The parameter is usually tt (for time) but can be any variable. The curve is described by the pair (x(t),y(t))(x(t), y(t)).

What This Formula Means

A way of defining a curve by expressing both xx and yy as separate functions of a third variable (parameter), typically tt: x=f(t)x = f(t), y=g(t)y = g(t).

Instead of saying 'yy depends on xx,' parametric equations say 'both xx and yy depend on time tt.' Imagine an ant walking on a tableβ€”at each moment tt, the ant has an xx-position and a yy-position. The path it traces is the parametric curve, and tt is the clock ticking forward.

Formal View

γ ⁣:[a,b]β†’R2\gamma\colon [a,b] \to \mathbb{R}^2 defined by Ξ³(t)=(f(t), g(t))\gamma(t) = (f(t),\, g(t)); slope dydx=gβ€²(t)fβ€²(t)\frac{dy}{dx} = \frac{g'(t)}{f'(t)} when fβ€²(t)β‰ 0f'(t) \neq 0

Worked Examples

Example 1

easy
Eliminate the parameter from x=2t+1x = 2t + 1 and y=tβˆ’3y = t - 3 to find the rectangular equation.

Answer

y=xβˆ’72y = \frac{x - 7}{2}

First step

1
Solve the xx-equation for tt: t=xβˆ’12t = \frac{x - 1}{2}.

Full solution

  1. 2
    Substitute into the yy-equation: y=xβˆ’12βˆ’3y = \frac{x - 1}{2} - 3.
  2. 3
    Simplify: y=xβˆ’12βˆ’3=xβˆ’1βˆ’62=xβˆ’72y = \frac{x - 1}{2} - 3 = \frac{x - 1 - 6}{2} = \frac{x - 7}{2}.
Eliminating the parameter converts parametric equations back to a single rectangular equation. Solve one equation for tt and substitute into the other. The result here is a line with slope 12\frac{1}{2} and yy-intercept βˆ’72-\frac{7}{2}.

Example 2

medium
Eliminate the parameter from x=3cos⁑(t)x = 3\cos(t) and y=3sin⁑(t)y = 3\sin(t).

Example 3

medium
Eliminate the parameter from x=tx = \sqrt{t} and y=t+1y = t + 1, stating any domain restriction.

Common Mistakes

  • Believing eliminating tt keeps everything - the resulting xyxy-equation drops direction and speed.
  • Forcing the curve to be a function - parametric paths can loop or cross, failing the vertical-line test.
  • Treating tt as xx - tt is an independent clock that drives both xx and yy, not the horizontal axis.

Why This Formula Matters

Projectile flight, orbital motion, and animation all need the WHEN and the WHICH-WAY that a plain y=f(x)y=f(x) throws away; parametric form keeps both. It also lets a single curve loop back on itself, which an ordinary function cannot represent. Recognizing it by "Are xx and yy each written as a function of a separate parameter that drives both together?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from cartesian function y=f(x)y=f(x) and polar coordinates and vector-valued function in a mixed problem set.

Frequently Asked Questions

What is the Parametric Equations formula?

A way of defining a curve by expressing both xx and yy as separate functions of a third variable (parameter), typically tt: x=f(t)x = f(t), y=g(t)y = g(t).

How do you use the Parametric Equations formula?

Instead of saying 'yy depends on xx,' parametric equations say 'both xx and yy depend on time tt.' Imagine an ant walking on a tableβ€”at each moment tt, the ant has an xx-position and a yy-position. The path it traces is the parametric curve, and tt is the clock ticking forward.

What do the symbols mean in the Parametric Equations formula?

The parameter is usually tt (for time) but can be any variable. The curve is described by the pair (x(t),y(t))(x(t), y(t)).

Why is the Parametric Equations formula important in Math?

Projectile flight, orbital motion, and animation all need the WHEN and the WHICH-WAY that a plain y=f(x)y=f(x) throws away; parametric form keeps both. It also lets a single curve loop back on itself, which an ordinary function cannot represent. Recognizing it by "Are xx and yy each written as a function of a separate parameter that drives both together?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from cartesian function y=f(x)y=f(x) and polar coordinates and vector-valued function in a mixed problem set.

What do students get wrong about Parametric Equations?

The procedure for parametric equations is the easy part; the trap is believing eliminating tt keeps everything. Asking "Are xx and yy each written as a function of a separate parameter that drives both together?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Parametric Equations formula?

Before studying the Parametric Equations formula, you should understand: function definition, trigonometric functions.