Fundamentals of Parametric Equations: Learn It 2

Eliminating the Parameter

Sometimes you’ll want to convert parametric equations back into a single equation relating [latex]x[/latex] and [latex]y[/latex]. This process is called eliminating the parameter, and it helps you identify what type of curve you’re working with. The basic strategy is to solve one parametric equation for the parameter [latex]t[/latex], then substitute this expression into the other equation.

Given the parametric equations: [latex]x(t) = t^2 - 3, \quad y(t) = 2t + 1, \quad -2 \leq t \leq 3[/latex]

  • Step 1: Solve the simpler equation for [latex]t[/latex] from [latex]y = 2t + 1[/latex]:
    [latex]t = \frac{y - 1}{2}[/latex]
  • Step 2: Substitute into the other equation
    [latex]x = \left(\frac{y - 1}{2}\right)^2 - 3[/latex]
  • Step 3: Simplify
    [latex]x = \frac{(y - 1)^2}{4} - 3 = \frac{y^2 - 2y + 1}{4} - 3 = \frac{y^2 - 2y - 11}{4}[/latex]

Result: This is a parabola opening to the right with [latex]x[/latex] as a function of [latex]y[/latex].

When you eliminate the parameter, don’t forget about the original restrictions on [latex]t[/latex]. In the example above, [latex]-2 \leq t \leq 3[/latex] means the curve only exists between specific endpoints, not as an infinite parabola.

Before working through more examples, recall these essential relationships.

Key Identities

  • Pythagorean Identity: For any angle [latex]t[/latex], [latex]\sin^2 t + \cos^2 t = 1[/latex]
  • Circle Equation: A circle of radius [latex]a[/latex] centered at the origin has equation [latex]x^2 + y^2 = a^2[/latex]

These identities are particularly useful when your parametric equations involve trigonometric functions, which often describe circular or elliptical curves.

Eliminate the parameter for each of the plane curves described by the following parametric equations and describe the resulting graph.

  1. [latex]x\left(t\right)=\sqrt{2t+4},y\left(t\right)=2t+1,-2\le t\le 6[/latex]
  2. [latex]x\left(t\right)=4\cos{t},y\left(t\right)=3\sin{t},0\le t\le 2\pi[/latex]

Watch the following video to see the worked solution to the example above.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.1 Parametric Equations” here (opens in new window).

So far we have seen the method of eliminating the parameter, assuming we know a set of parametric equations that describe a plane curve. What if we would like to start with the equation of a curve and determine a pair of parametric equations for that curve? This is certainly possible, and in fact it is possible to do so in many different ways for a given curve. The process is known as parameterization of a curve.

Find two different pairs of parametric equations to represent the graph of [latex]y=2{x}^{2}-3[/latex].

Watch the following video to see the worked solution to the example above.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.1 Parametric Equations” here (opens in new window).