Learning

open
close

Parametric Equations

June 15, 2024 | by Bloom Code Studio

Learning Objectives

In this section, you will:

  • Parameterize a curve.
  • Eliminate the parameter.
  • Find a rectangular equation for a curve defined parametrically.
  • Find parametric equations for curves defined by rectangular equations.

Consider the path a moon follows as it orbits a planet, which simultaneously rotates around the sun, as seen in Figure 1. At any moment, the moon is located at a particular spot relative to the planet. But how do we write and solve the equation for the position of the moon when the distance from the planet, the speed of the moon’s orbit around the planet, and the speed of rotation around the sun are all unknowns? We can solve only for one variable at a time.

Illustration of a planet's circular orbit around the sun.

Figure 1

In this section, we will consider sets of equations given by x(t)𝑥(𝑡) and y(t)𝑦(𝑡) where t𝑡 is the independent variable of time. We can use these parametric equations in a number of applications when we are looking for not only a particular position but also the direction of the movement. As we trace out successive values of t,𝑡, the orientation of the curve becomes clear. This is one of the primary advantages of using parametric equations: we are able to trace the movement of an object along a path according to time. We begin this section with a look at the basic components of parametric equations and what it means to parameterize a curve. Then we will learn how to eliminate the parameter, translate the equations of a curve defined parametrically into rectangular equations, and find the parametric equations for curves defined by rectangular equations.

Parameterizing a Curve

When an object moves along a curve—or curvilinear path—in a given direction and in a given amount of time, the position of the object in the plane is given by the x-coordinate and the y-coordinate. However, both x𝑥 and y𝑦 vary over time and so are functions of time. For this reason, we add another variable, the parameter, upon which both x𝑥 and y𝑦 are dependent functions. In the example in the section opener, the parameter is time, t.𝑡. The x𝑥 position of the moon at time, t,𝑡, is represented as the function x(t),𝑥(𝑡), and the y𝑦 position of the moon at time, t,𝑡, is represented as the function y(t).𝑦(𝑡). Together, x(t)𝑥(𝑡) and y(t)𝑦(𝑡) are called parametric equations, and generate an ordered pair (x(t),y(t)).(𝑥(𝑡),𝑦(𝑡)). Parametric equations primarily describe motion and direction.

When we parameterize a curve, we are translating a single equation in two variables, such as x𝑥 and y ,𝑦 , into an equivalent pair of equations in three variables, x,y,𝑥,𝑦, and t.𝑡. One of the reasons we parameterize a curve is because the parametric equations yield more information: specifically, the direction of the object’s motion over time.

When we graph parametric equations, we can observe the individual behaviors of x𝑥 and of y.𝑦. There are a number of shapes that cannot be represented in the form y=f(x),𝑦=𝑓(𝑥), meaning that they are not functions. For example, consider the graph of a circle, given as r2=x2+y2.𝑟2=𝑥2+𝑦2. Solving for y𝑦 gives y=±r2−x2−−−−−−√,𝑦=±𝑟2−𝑥2, or two equations: y1=r2−x2−−−−−−√𝑦1=𝑟2−𝑥2 and y2=−r2−x2−−−−−−√.𝑦2=−𝑟2−𝑥2. If we graph y1𝑦1 and y2𝑦2 together, the graph will not pass the vertical line test, as shown in Figure 2. Thus, the equation for the graph of a circle is not a function.

Graph of a circle in the rectangular coordinate system - the vertical line test shows that the circle r^2 = x^2 + y^2 is not a function. The dotted red vertical line intersects the function in two places - it should only intersect in one place to be a function.

Figure 2

However, if we were to graph each equation on its own, each one would pass the vertical line test and therefore would represent a function. In some instances, the concept of breaking up the equation for a circle into two functions is similar to the concept of creating parametric equations, as we use two functions to produce a non-function. This will become clearer as we move forward.

PARAMETRIC EQUATIONS

Suppose t𝑡 is a number on an interval, I.𝐼. The set of ordered pairs, (x(t),(𝑥(𝑡), y(t)),𝑦(𝑡)), where x=f(t)𝑥=𝑓(𝑡) and y=g(t),𝑦=𝑔(𝑡), forms a plane curve based on the parameter t.𝑡. The equations x=f(t)𝑥=𝑓(𝑡) and y=g(t)𝑦=𝑔(𝑡) are the parametric equations.

EXAMPLE 1

Parameterizing a Curve

Parameterize the curve y=x2−1𝑦=𝑥2−1 letting x(t)=t.𝑥(𝑡)=𝑡. Graph both equations.

Solution

If x(t)=t,𝑥(𝑡)=𝑡, then to find y(t)𝑦(𝑡) we replace the variable x𝑥 with the expression given in x(t).𝑥(𝑡). In other words, y(t)=t2−1.𝑦(𝑡)=𝑡2−1. Make a table of values similar to Table 1, and sketch the graph.

t𝑡x(t)𝑥(𝑡)y(t)𝑦(𝑡)
−4−4−4−4y(−4)=(−4)2−1=15𝑦(−4)=(−4)2−1=15
−3−3−3−3y(−3)=(−3)2−1=8𝑦(−3)=(−3)2−1=8
−2−2−2−2y(−2)=(−2)2−1=3𝑦(−2)=(−2)2−1=3
−1−1−1−1y(−1)=(−1)2−1=0𝑦(−1)=(−1)2−1=0
0000y(0)=(0)2−1=−1𝑦(0)=(0)2−1=−1
1111y(1)=(1)2−1=0𝑦(1)=(1)2−1=0
2222y(2)=(2)2−1=3𝑦(2)=(2)2−1=3
3333y(3)=(3)2−1=8𝑦(3)=(3)2−1=8
4444y(4)=(4)2−1=15𝑦(4)=(4)2−1=15
Table 1

See the graphs in Figure 3. It may be helpful to use the TRACE feature of a graphing calculator to see how the points are generated as t𝑡 increases.

Graph of a parabola in two forms: a parametric equation and rectangular coordinates. It is the same function, just different ways of writing it.

Figure 3 (a) Parametric y(t)=t2−1𝑦(𝑡)=𝑡2−1 (b) Rectangular y=x2−1𝑦=𝑥2−1

Analysis

The arrows indicate the direction in which the curve is generated. Notice the curve is identical to the curve of y=x2−1.𝑦=𝑥2−1.

TRY IT #1

Construct a table of values and plot the parametric equations: x(t)=t−3,𝑥(𝑡)=𝑡−3, y(t)=2t+4;−1≤t≤2.𝑦(𝑡)=2𝑡+4;−1≤𝑡≤2.

EXAMPLE 2

Finding a Pair of Parametric Equations

Find a pair of parametric equations that models the graph of y=1−x2,𝑦=1−𝑥2, using the parameter x(t)=t.𝑥(𝑡)=𝑡. Plot some points and sketch the graph.

Solution

If x(t)=t𝑥(𝑡)=𝑡 and we substitute t𝑡 for x𝑥 into the y𝑦 equation, then y(t)=1−t2.𝑦(𝑡)=1−𝑡2. Our pair of parametric equations is

x(t)=ty(t)=1−t2𝑥(𝑡)=𝑡𝑦(𝑡)=1−𝑡2

To graph the equations, first we construct a table of values like that in Table 2. We can choose values around t=0,𝑡=0, from t=−3𝑡=−3 to t=3.𝑡=3. The values in the x(t)𝑥(𝑡) column will be the same as those in the t𝑡 column because x(t)=t.𝑥(𝑡)=𝑡. Calculate values for the column y(t).𝑦(𝑡).

t𝑡x(t)=t𝑥(𝑡)=𝑡y(t)=1−t2𝑦(𝑡)=1−𝑡2
−3−3−3−3y(−3)=1−(−3)2=−8𝑦(−3)=1−(−3)2=−8
−2−2−2−2y(−2)=1−(−2)2=−3𝑦(−2)=1−(−2)2=−3
−1−1−1−1y(−1)=1−(−1)2=0𝑦(−1)=1−(−1)2=0
0000y(0)=1−0=1𝑦(0)=1−0=1
1111y(1)=1−(1)2=0𝑦(1)=1−(1)2=0
2222y(2)=1−(2)2=−3𝑦(2)=1−(2)2=−3
3333y(3)=1−(3)2=−8𝑦(3)=1−(3)2=−8
Table 2

The graph of y=1−t2𝑦=1−𝑡2 is a parabola facing downward, as shown in Figure 4. We have mapped the curve over the interval [−3,3],[−3,3], shown as a solid line with arrows indicating the orientation of the curve according to t.𝑡. Orientation refers to the path traced along the curve in terms of increasing values of t.𝑡. As this parabola is symmetric with respect to the line x=0,𝑥=0, the values of x𝑥 are reflected across the y-axis.

Graph of given downward facing parabola.

Figure 4

TRY IT #2

Parameterize the curve given by x=y3−2y.𝑥=𝑦3−2𝑦.

EXAMPLE 3

Finding Parametric Equations That Model Given Criteria

An object travels at a steady rate along a straight path (−5,3)(−5,3) to (3,−1)(3,−1) in the same plane in four seconds. The coordinates are measured in meters. Find parametric equations for the position of the object.

Solution

The parametric equations are simple linear expressions, but we need to view this problem in a step-by-step fashion. The x-value of the object starts at −5−5 meters and goes to 3 meters. This means the distance x has changed by 8 meters in 4 seconds, which is a rate of 8 m4 s,8 m4 s, or 2m/s.2m/s. We can write the x-coordinate as a linear function with respect to time as x(t)=2t−5.𝑥(𝑡)=2𝑡−5. In the linear function template y=mx+b,2t=mx𝑦=𝑚𝑥+𝑏,2𝑡=𝑚𝑥 and −5=b.−5=𝑏.

Similarly, the y-value of the object starts at 3 and goes to −1,−1, which is a change in the distance y of −4 meters in 4 seconds, which is a rate of −4 m4 s,−4 m4 s, or −1m/s.−1m/s. We can also write the y-coordinate as the linear function y(t)=−t+3.𝑦(𝑡)=−𝑡+3. Together, these are the parametric equations for the position of the object, where x𝑥 and y𝑦 are expressed in meters and t𝑡 represents time:

x(t)=2t−5y(t)=−t+3𝑥(𝑡)=2𝑡−5𝑦(𝑡)=−𝑡+3

Using these equations, we can build a table of values for t,x,𝑡,𝑥, and y𝑦 (see Table 3). In this example, we limited values of t𝑡 to non-negative numbers. In general, any value of t𝑡 can be used.

t𝑡x(t)=2t−5𝑥(𝑡)=2𝑡−5y(t)=−t+3𝑦(𝑡)=−𝑡+3
00x=2(0)−5=−5𝑥=2(0)−5=−5y=−(0)+3=3𝑦=−(0)+3=3
11x=2(1)−5=−3𝑥=2(1)−5=−3y=−(1)+3=2𝑦=−(1)+3=2
22x=2(2)−5=−1𝑥=2(2)−5=−1y=−(2)+3=1𝑦=−(2)+3=1
33x=2(3)−5=1𝑥=2(3)−5=1y=−(3)+3=0𝑦=−(3)+3=0
44x=2(4)−5=3𝑥=2(4)−5=3y=−(4)+3=−1𝑦=−(4)+3=−1
Table 3

From this table, we can create three graphs, as shown in Figure 5.

Three graphs side by side. (A) has the horizontal position over time, (B) has the vertical position over time, and (C) has the position of the object in the plane at time t. See caption for more information.

Figure 5 (a) A graph of x𝑥 vs. t,𝑡, representing the horizontal position over time. (b) A graph of y𝑦 vs. t,𝑡, representing the vertical position over time. (c) A graph of y𝑦 vs. x,𝑥, representing the position of the object in the plane at time t.𝑡.

Analysis

Again, we see that, in Figure 5(c), when the parameter represents time, we can indicate the movement of the object along the path with arrows.

Eliminating the Parameter

In many cases, we may have a pair of parametric equations but find that it is simpler to draw a curve if the equation involves only two variables, such as x𝑥 and y.𝑦. Eliminating the parameter is a method that may make graphing some curves easier. However, if we are concerned with the mapping of the equation according to time, then it will be necessary to indicate the orientation of the curve as well. There are various methods for eliminating the parameter t𝑡 from a set of parametric equations; not every method works for every type of equation. Here we will review the methods for the most common types of equations.

Eliminating the Parameter from Polynomial, Exponential, and Logarithmic Equations

For polynomial, exponential, or logarithmic equations expressed as two parametric equations, we choose the equation that is most easily manipulated and solve for t.𝑡. We substitute the resulting expression for t𝑡 into the second equation. This gives one equation in x𝑥 and y.𝑦.

EXAMPLE 4

Eliminating the Parameter in Polynomials

Given x(t)=t2+1𝑥(𝑡)=𝑡2+1 and y(t)=2+t,𝑦(𝑡)=2+𝑡, eliminate the parameter, and write the parametric equations as a Cartesian equation.

Solution

We will begin with the equation for y𝑦 because the linear equation is easier to solve for t.𝑡.

y=2+ty−2=t𝑦=2+𝑡𝑦−2=𝑡

Next, substitute y−2𝑦−2 for t𝑡 in x(t).𝑥(𝑡).

x=t2+1x=(y−2)2+1x=y2−4y+4+1x=y2−4y+5x=y2−4y+5Substitute the expression for t into x.𝑥=𝑡2+1𝑥=(𝑦−2)2+1Substitute the expression for 𝑡 into 𝑥.𝑥=𝑦2−4𝑦+4+1𝑥=𝑦2−4𝑦+5𝑥=𝑦2−4𝑦+5

The Cartesian form is x=y2−4y+5.𝑥=𝑦2−4𝑦+5.

Analysis

This is an equation for a parabola in which, in rectangular terms, x𝑥 is dependent on y.𝑦. From the curve’s vertex at (1,2),(1,2), the graph sweeps out to the right. See Figure 6. In this section, we consider sets of equations given by the functions x(t)𝑥(𝑡) and y(t),𝑦(𝑡), where t𝑡 is the independent variable of time. Notice, both x𝑥 and y𝑦 are functions of time; so in general y𝑦 is not a function of x.𝑥.

Graph of given sideways (extending to the right) parabola.

Figure 6

TRY IT #3

Given the equations below, eliminate the parameter and write as a rectangular equation for y𝑦 as a function of x.𝑥.

x(t)=2t2+6y(t)=5−t𝑥(𝑡)=2𝑡2+6𝑦(𝑡)=5−𝑡

EXAMPLE 5

Eliminating the Parameter in Exponential Equations

Eliminate the parameter and write as a Cartesian equation: x(t)=e−t𝑥(𝑡)=𝑒−𝑡 and y(t)=3et,𝑦(𝑡)=3𝑒𝑡, t>0.𝑡>0.

Solution

Isolate et.𝑒𝑡.

x=e−tet=1x𝑥=𝑒−𝑡𝑒𝑡=1𝑥

Substitute the expression into y(t).𝑦(𝑡).

y=3ety=3(1x)y=3x𝑦=3𝑒𝑡𝑦=3(1𝑥)𝑦=3𝑥

The Cartesian form is y=3x.𝑦=3𝑥.

Analysis

The graph of the parametric equation is shown in Figure 7(a). The domain is restricted to t>0.𝑡>0. The Cartesian equation, y=3x𝑦=3𝑥 is shown in Figure 7(b) and has only one restriction on the domain, x≠0.𝑥≠0.

Graph of the parametric equation with domain restricted to t>0, and a graph of that parametric equation in polar coordinates with domain only restricted to x not equal to 0. The Cartesian coordinate version has an extra reflection of the function across the origin in Q 3 (original was just in Q 1).

Figure 7

EXAMPLE 6

Eliminating the Parameter in Logarithmic Equations

Eliminate the parameter and write as a Cartesian equation: x(t)=t√+2𝑥(𝑡)=𝑡+2 and y(t)=log(t).𝑦(𝑡)=log(𝑡).

Solution

Solve the first equation for t.𝑡.

           x=t√+2    x−2=t√(x−2)2=tSquare both sides.           𝑥=𝑡+2    𝑥−2=𝑡(𝑥−2)2=𝑡Square both sides.

Then, substitute the expression for t𝑡 into the y𝑦 equation.

y=log(t)y=log(x−2)2𝑦=log(𝑡)𝑦=log(𝑥−2)2

The Cartesian form is y=log(x−2)2.𝑦=log(𝑥−2)2.

Analysis

To be sure that the parametric equations are equivalent to the Cartesian equation, check the domains. The parametric equations restrict the domain on x=t√+2𝑥=𝑡+2 to t>0;𝑡>0; we restrict the domain on x𝑥 to x>2.𝑥>2. The domain for the parametric equation y=log(t)𝑦=log(𝑡) is restricted to t>0;𝑡>0; we limit the domain on y=log(x−2)2𝑦=log(𝑥−2)2 to x>2.𝑥>2.

TRY IT #4

Eliminate the parameter and write as a rectangular equation.

x(t)=t2y(t)=lntt>0𝑥(𝑡)=𝑡2𝑦(𝑡)=ln𝑡𝑡>0

Eliminating the Parameter from Trigonometric Equations

Eliminating the parameter from trigonometric equations is a straightforward substitution. We can use a few of the familiar trigonometric identities and the Pythagorean Theorem.

First, we use the identities:

x(t)=acosty(t)=bsint𝑥(𝑡)=𝑎cos𝑡𝑦(𝑡)=𝑏sin𝑡

Solving for costcos𝑡 and sint,sin𝑡, we have

xa=costyb=sint𝑥𝑎=cos𝑡𝑦𝑏=sin𝑡

Then, use the Pythagorean Theorem:

cos2t+sin2t=1cos2𝑡+sin2𝑡=1

Substituting gives

cos2t+sin2t=(xa)2+(yb)2=1cos2𝑡+sin2𝑡=(𝑥𝑎)2+(𝑦𝑏)2=1

EXAMPLE 7

Eliminating the Parameter from a Pair of Trigonometric Parametric Equations

Eliminate the parameter from the given pair of trigonometric equations where 0≤t≤2π0≤𝑡≤2𝜋 and sketch the graph.

x(t)=4costy(t)=3sint𝑥(𝑡)=4cos𝑡𝑦(𝑡)=3sin𝑡

Solution

Solving for costcos𝑡 and sint,sin𝑡, we have

x=4costx4=costy=3sinty3=sint𝑥=4cos𝑡𝑥4=cos𝑡𝑦=3sin𝑡𝑦3=sin𝑡

Next, use the Pythagorean identity and make the substitutions.

cos2t+sin2t=1(x4)2+(y3)2=1×216+y29=1cos2𝑡+sin2𝑡=1(𝑥4)2+(𝑦3)2=1𝑥216+𝑦29=1

The graph for the equation is shown in Figure 8.

Graph of given ellipse centered at (0,0).

Figure 8

Analysis

Applying the general equations for conic sections (introduced in Analytic Geometry, we can identify x216+y29=1𝑥216+𝑦29=1 as an ellipse centered at (0,0).(0,0). Notice that when t=0𝑡=0 the coordinates are (4,0),(4,0), and when t=π2𝑡=𝜋2 the coordinates are (0,3).(0,3). This shows the orientation of the curve with increasing values of t.𝑡.

TRY IT #5

Eliminate the parameter from the given pair of parametric equations and write as a Cartesian equation: x(t)=2cost𝑥(𝑡)=2cos𝑡 and y(t)=3sint.𝑦(𝑡)=3sin𝑡.

Finding Cartesian Equations from Curves Defined Parametrically

When we are given a set of parametric equations and need to find an equivalent Cartesian equation, we are essentially “eliminating the parameter.” However, there are various methods we can use to rewrite a set of parametric equations as a Cartesian equation. The simplest method is to set one equation equal to the parameter, such as x(t)=t.𝑥(𝑡)=𝑡. In this case, y(t)𝑦(𝑡) can be any expression. For example, consider the following pair of equations.

x(t)=ty(t)=t2−3𝑥(𝑡)=𝑡𝑦(𝑡)=𝑡2−3

Rewriting this set of parametric equations is a matter of substituting x𝑥 for t.𝑡. Thus, the Cartesian equation is y=x2−3.𝑦=𝑥2−3.

EXAMPLE 8

Finding a Cartesian Equation Using Alternate Methods

Use two different methods to find the Cartesian equation equivalent to the given set of parametric equations.

x(t)=3t−2y(t)=t+1𝑥(𝑡)=3𝑡−2𝑦(𝑡)=𝑡+1

Solution

Method 1. First, let’s solve the x𝑥 equation for t.𝑡. Then we can substitute the result into the y𝑦 equation.

x=3t−2x+2=3tx+23=t𝑥=3𝑡−2𝑥+2=3𝑡𝑥+23=𝑡

Now substitute the expression for t𝑡 into the y𝑦 equation.

y=t+1y=(x+23)+1y=x3+23+1y=13x+53𝑦=𝑡+1𝑦=(𝑥+23)+1𝑦=𝑥3+23+1𝑦=13𝑥+53

Method 2. Solve the y𝑦 equation for t𝑡 and substitute this expression in the x𝑥 equation.

      y=t+1y−1=t      𝑦=𝑡+1𝑦−1=𝑡

Make the substitution and then solve for y.𝑦.

       x=3(y−1)−2       x=3y−3−2       x=3y−5x+5=3yx+53=y       y=13x+53       𝑥=3(𝑦−1)−2       𝑥=3𝑦−3−2       𝑥=3𝑦−5𝑥+5=3𝑦𝑥+53=𝑦       𝑦=13𝑥+53

TRY IT #6

Write the given parametric equations as a Cartesian equation: x(t)=t3𝑥(𝑡)=𝑡3 and y(t)=t6.𝑦(𝑡)=𝑡6.

Finding Parametric Equations for Curves Defined by Rectangular Equations

Although we have just shown that there is only one way to interpret a set of parametric equations as a rectangular equation, there are multiple ways to interpret a rectangular equation as a set of parametric equations. Any strategy we may use to find the parametric equations is valid if it produces equivalency. In other words, if we choose an expression to represent x,𝑥, and then substitute it into the y𝑦 equation, and it produces the same graph over the same domain as the rectangular equation, then the set of parametric equations is valid. If the domain becomes restricted in the set of parametric equations, and the function does not allow the same values for x𝑥 as the domain of the rectangular equation, then the graphs will be different.

EXAMPLE 9

Finding a Set of Parametric Equations for Curves Defined by Rectangular Equations

Find a set of equivalent parametric equations for y=(x+3)2+1.𝑦=(𝑥+3)2+1.

Solution

An obvious choice would be to let x(t)=t.𝑥(𝑡)=𝑡. Then y(t)=(t+3)2+1.𝑦(𝑡)=(𝑡+3)2+1. But let’s try something more interesting. What if we let x=t+3?𝑥=𝑡+3? Then we have

y=(x+3)2+1y=((t+3)+3)2+1y=(t+6)2+1𝑦=(𝑥+3)2+1𝑦=((𝑡+3)+3)2+1𝑦=(𝑡+6)2+1

The set of parametric equations is

x(t)=t+3y(t)=(t+6)2+1𝑥(𝑡)=𝑡+3𝑦(𝑡)=(𝑡+6)2+1

See Figure 9.

Graph of parametric and rectangular coordinate versions of the same parabola - they are the same!

Figure 9

RELATED POSTS

View all

view all