Mathwords logoMathwords

Eliminating the Parameter — Definition, Formula & Examples

Eliminating the parameter is the process of removing the parameter (usually tt) from a pair of parametric equations x(t)x(t) and y(t)y(t) to produce a single equation in xx and yy alone.

Given parametric equations x=f(t)x = f(t) and y=g(t)y = g(t), eliminating the parameter means solving one equation for tt (or using an identity to relate ff and gg) and substituting into the other to obtain an equivalent rectangular equation F(x,y)=0F(x, y) = 0.

How It Works

There are two main strategies. If one parametric equation can be solved for tt algebraically, substitute that expression into the other equation. When trigonometric parametric equations involve sint\sin t and cost\cos t, use the Pythagorean identity sin2t+cos2t=1\sin^2 t + \cos^2 t = 1 to eliminate tt without solving for it directly. After elimination, you may need to note any domain restrictions that the original parameter imposed on xx or yy.

Worked Example

Problem: Eliminate the parameter from the parametric equations x = 2cos(t) and y = 3sin(t).
Step 1: Isolate the trig functions by dividing each equation:
cost=x2,sint=y3\cos t = \frac{x}{2}, \quad \sin t = \frac{y}{3}
Step 2: Apply the Pythagorean identity cos2t+sin2t=1\cos^2 t + \sin^2 t = 1:
(x2)2+(y3)2=1\left(\frac{x}{2}\right)^2 + \left(\frac{y}{3}\right)^2 = 1
Step 3: Simplify to standard form:
x24+y29=1\frac{x^2}{4} + \frac{y^2}{9} = 1
Answer: The rectangular equation is x24+y29=1\dfrac{x^2}{4} + \dfrac{y^2}{9} = 1, an ellipse centered at the origin.

Why It Matters

Converting parametric curves to rectangular form lets you identify familiar shapes (circles, ellipses, parabolas) and graph them without a table of tt-values. This technique appears frequently in precalculus, AP Calculus BC, and physics courses whenever motion is described parametrically.

Common Mistakes

Mistake: Forgetting domain restrictions after eliminating the parameter.
Correction: The original parameter may restrict xx or yy to a subset of the rectangular curve. For example, if t0t \geq 0 and x=tx = t, then x0x \geq 0, so only part of the rectangular curve applies.

Related Terms