We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

Study Guides > Precalculus II

Parametric Equations

Learning Objectives

By the end of this section, you will be able to:
  • 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)x\left(t\right) and y(t)y\left(t\right) where tt 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 tt, 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 xx and yy vary over time and so are functions of time. For this reason, we add another variable, the parameter, upon which both xx and yy are dependent functions. In the example in the section opener, the parameter is time, tt. The xx position of the moon at time, tt, is represented as the function x(t)x\left(t\right), and the yy position of the moon at time, tt, is represented as the function y(t)y\left(t\right). Together, x(t)x\left(t\right) and y(t)y\left(t\right) are called parametric equations, and generate an ordered pair (x(t),y(t))\left(x\left(t\right),y\left(t\right)\right). Parametric equations primarily describe motion and direction. When we parameterize a curve, we are translating a single equation in two variables, such as xx and yy , into an equivalent pair of equations in three variables, x,yx,y, and tt. 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 xx and of yy. There are a number of shapes that cannot be represented in the form y=f(x)y=f\left(x\right), meaning that they are not functions. For example, consider the graph of a circle, given as r2=x2+y2{r}^{2}={x}^{2}+{y}^{2}. Solving for yy gives y=±r2x2y=\pm \sqrt{{r}^{2}-{x}^{2}}, or two equations: y1=r2x2{y}_{1}=\sqrt{{r}^{2}-{x}^{2}} and y2=r2x2{y}_{2}=-\sqrt{{r}^{2}-{x}^{2}}. If we graph y1{y}_{1} and y2{y}_{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.

A General Note: Parametric Equations

Suppose tt is a number on an interval, II. The set of ordered pairs, (x(t),y(t))\left(x\left(t\right),y\left(t\right)\right), where x=f(t)x=f\left(t\right) and y=g(t)y=g\left(t\right), forms a plane curve based on the parameter tt. The equations x=f(t)x=f\left(t\right) and y=g(t)y=g\left(t\right) are the parametric equations.

Example 1: Parameterizing a Curve

Parameterize the curve y=x21y={x}^{2}-1 letting x(t)=tx\left(t\right)=t. Graph both equations.

Solution

If x(t)=tx\left(t\right)=t, then to find y(t)y\left(t\right) we replace the variable xx with the expression given in x(t)x\left(t\right). In other words, y(t)=t21y\left(t\right)={t}^{2}-1. Make a table of values similar to the table below, and sketch the graph.
tt x(t)x\left(t\right) y(t)y\left(t\right)
4-4 4-4 y(4)=(4)21=15y\left(-4\right)={\left(-4\right)}^{2}-1=15
3-3 3-3 y(3)=(3)21=8y\left(-3\right)={\left(-3\right)}^{2}-1=8
2-2 2-2 y(2)=(2)21=3y\left(-2\right)={\left(-2\right)}^{2}-1=3
1-1 1-1 y(1)=(1)21=0y\left(-1\right)={\left(-1\right)}^{2}-1=0
00 00 y(0)=(0)21=1y\left(0\right)={\left(0\right)}^{2}-1=-1
11 11 y(1)=(1)21=0y\left(1\right)={\left(1\right)}^{2}-1=0
22 22 y(2)=(2)21=3y\left(2\right)={\left(2\right)}^{2}-1=3
33 33 y(3)=(3)21=8y\left(3\right)={\left(3\right)}^{2}-1=8
44 44 y(4)=(4)21=15y\left(4\right)={\left(4\right)}^{2}-1=15
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 tt 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)=t21y\left(t\right)={t}^{2}-1 (b) Rectangular y=x21y={x}^{2}-1

Analysis of the Solution

The arrows indicate the direction in which the curve is generated. Notice the curve is identical to the curve of y=x21y={x}^{2}-1.

Try It 1

Construct a table of values and plot the parametric equations: x(t)=t3,y(t)=2t+4;1t2x\left(t\right)=t - 3,y\left(t\right)=2t+4;-1\le t\le 2. Solution

Example 2: Finding a Pair of Parametric Equations

Find a pair of parametric equations that models the graph of y=1x2y=1-{x}^{2}, using the parameter x(t)=tx\left(t\right)=t. Plot some points and sketch the graph.

Solution

If x(t)=tx\left(t\right)=t and we substitute tt for xx into the yy equation, then y(t)=1t2y\left(t\right)=1-{t}^{2}. Our pair of parametric equations is
x(t)=ty(t)=1t2\begin{array}{l}x\left(t\right)=t\\ y\left(t\right)=1-{t}^{2}\end{array}
To graph the equations, first we construct a table of values like that in the table below. We can choose values around t=0t=0, from t=3t=-3 to t=3t=3. The values in the x(t)x\left(t\right) column will be the same as those in the tt column because x(t)=tx\left(t\right)=t. Calculate values for the column y(t)y\left(t\right).
tt x(t)=tx\left(t\right)=t y(t)=1t2y\left(t\right)=1-{t}^{2}
3-3 3-3 y(3)=1(3)2=8y\left(-3\right)=1-{\left(-3\right)}^{2}=-8
2-2 2-2 y(2)=1(2)2=3y\left(-2\right)=1-{\left(-2\right)}^{2}=-3
1-1 1-1 y(1)=1(1)2=0y\left(-1\right)=1-{\left(-1\right)}^{2}=0
00 00 y(0)=10=1y\left(0\right)=1 - 0=1
11 11 y(1)=1(1)2=0y\left(1\right)=1-{\left(1\right)}^{2}=0
22 22 y(2)=1(2)2=3y\left(2\right)=1-{\left(2\right)}^{2}=-3
33 33 y(3)=1(3)2=8y\left(3\right)=1-{\left(3\right)}^{2}=-8
The graph of y=1t2y=1-{t}^{2} is a parabola facing downward, as shown in Figure 4. We have mapped the curve over the interval [3,3]\left[-3,3\right], shown as a solid line with arrows indicating the orientation of the curve according to tt. Orientation refers to the path traced along the curve in terms of increasing values of tt. As this parabola is symmetric with respect to the line x=0x=0, the values of xx are reflected across the y-axis.
Graph of given downward facing parabola. Figure 4

Try It 2

Parameterize the curve given by x=y32yx={y}^{3}-2y. Solution

Example 3: Finding Parametric Equations That Model Given Criteria

An object travels at a steady rate along a straight path (5,3)\left(-5,3\right) to (3,1)\left(3,-1\right) 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\frac{\text{8 m}}{4\text{ s}}, or 2m/s2\text{m}/\text{s}. We can write the x-coordinate as a linear function with respect to time as x(t)=2t5x\left(t\right)=2t - 5. In the linear function template y=mx+b,2t=mxy=mx+b,2t=mx and 5=b-5=b. 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\frac{-4\text{ m}}{4\text{ s}}, or 1m/s-1\text{m}/\text{s}. We can also write the y-coordinate as the linear function y(t)=t+3y\left(t\right)=-t+3. Together, these are the parametric equations for the position of the object, where xx and yy are expressed in meters and tt represents time:
x(t)=2t5y(t)=t+3\begin{array}{l}x\left(t\right)=2t - 5\hfill \\ y\left(t\right)=-t+3\hfill \end{array}
Using these equations, we can build a table of values for t,xt,x, and yy. In this example, we limited values of tt to non-negative numbers. In general, any value of tt can be used.
tt x(t)=2t5x\left(t\right)=2t - 5 y(t)=t+3y\left(t\right)=-t+3
00 x=2(0)5=5x=2\left(0\right)-5=-5 y=(0)+3=3y=-\left(0\right)+3=3
11 x=2(1)5=3x=2\left(1\right)-5=-3 y=(1)+3=2y=-\left(1\right)+3=2
22 x=2(2)5=1x=2\left(2\right)-5=-1 y=(2)+3=1y=-\left(2\right)+3=1
33 x=2(3)5=1x=2\left(3\right)-5=1 y=(3)+3=0y=-\left(3\right)+3=0
44 x=2(4)5=3x=2\left(4\right)-5=3 y=(4)+3=1y=-\left(4\right)+3=-1
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 xx vs. tt, representing the horizontal position over time. (b) A graph of yy vs. tt, representing the vertical position over time. (c) A graph of yy vs. xx, representing the position of the object in the plane at time tt.

Analysis of the Solution

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.

Methods for Finding Cartesian and Polar Equations from Curves

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 xx and yy. 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 tt 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 tt. We substitute the resulting expression for tt into the second equation. This gives one equation in xx and yy.

Example 4: Eliminating the Parameter in Polynomials

Given x(t)=t2+1x\left(t\right)={t}^{2}+1 and y(t)=2+ty\left(t\right)=2+t, eliminate the parameter, and write the parametric equations as a Cartesian equation.

Solution

We will begin with the equation for yy because the linear equation is easier to solve for tt.
y=2+ty2=t\begin{array}{l}y=2+t\hfill \\ y - 2=t\hfill \end{array}
Next, substitute y2y - 2 for tt in x(t)x\left(t\right).
x=t2+1x=(y2)2+1Substitute the expression for t into x.x=y24y+4+1x=y24y+5x=y24y+5\begin{array}{ll}x={t}^{2}+1\hfill & \hfill \\ x={\left(y - 2\right)}^{2}+1\hfill & \text{Substitute the expression for }t\text{ into }x.\hfill \\ x={y}^{2}-4y+4+1\hfill & \hfill \\ x={y}^{2}-4y+5\hfill & \hfill \\ x={y}^{2}-4y+5\hfill & \hfill \end{array}
The Cartesian form is x=y24y+5x={y}^{2}-4y+5.

Analysis of the Solution

This is an equation for a parabola in which, in rectangular terms, xx is dependent on yy. From the curve’s vertex at (1,2)\left(1,2\right), the graph sweeps out to the right. See Figure 6. In this section, we consider sets of equations given by the functions x(t)x\left(t\right) and y(t)y\left(t\right), where tt is the independent variable of time. Notice, both xx and yy are functions of time; so in general yy is not a function of xx.
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 yy as a function of xx.
x(t)=2t2+6y(t)=5t\begin{array}{l}\\ \begin{array}{l}x\left(t\right)=2{t}^{2}+6\hfill \\ y\left(t\right)=5-t\hfill \end{array}\end{array}

Example 5: Eliminating the Parameter in Exponential Equations

Eliminate the parameter and write as a Cartesian equation: x(t)=etx\left(t\right)={e}^{-t} and y(t)=3et,t>0y\left(t\right)=3{e}^{t},t>0.

Solution

Isolate et{e}^{t}.
x=etet=1x\begin{array}{l}x={e}^{-t}\hfill \\ {e}^{t}=\frac{1}{x}\hfill \end{array}
Substitute the expression into y(t)y\left(t\right).
y=3ety=3(1x)y=3x\begin{array}{l}y=3{e}^{t}\hfill \\ y=3\left(\frac{1}{x}\right)\hfill \\ y=\frac{3}{x}\hfill \end{array}
The Cartesian form is y=3xy=\frac{3}{x}.

Analysis of the Solution

The graph of the parametric equation is shown in Figure 7(a). The domain is restricted to t>0t>0. The Cartesian equation, y=3xy=\frac{3}{x} is shown in Figure 7(b) and has only one restriction on the domain, x0x\ne 0.

Example 6: Eliminating the Parameter in Logarithmic Equations

Eliminate the parameter and write as a Cartesian equation: x(t)=t+2x\left(t\right)=\sqrt{t}+2 and y(t)=log(t)y\left(t\right)=\mathrm{log}\left(t\right).

Solution

Solve the first equation for tt.
 x=t+2 x2=t(x2)2=tSquare both sides.\begin{array}{ll}\text{ }x=\sqrt{t}+2\hfill & \hfill \\ \text{ }x - 2=\sqrt{t}\hfill & \hfill \\ {\left(x - 2\right)}^{2}=t\hfill & \text{Square both sides}.\hfill \end{array}
Then, substitute the expression for tt into the yy equation.
y=log(t)y=log(x2)2\begin{array}{l}y=\mathrm{log}\left(t\right)\\ y=\mathrm{log}{\left(x - 2\right)}^{2}\end{array}
The Cartesian form is y=log(x2)2y=\mathrm{log}{\left(x - 2\right)}^{2}.

Analysis of the Solution

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+2x=\sqrt{t}+2 to t>0t>0; we restrict the domain on xx to x>2x>2. The domain for the parametric equation y=log(t)y=\mathrm{log}\left(t\right) is restricted to t>0t>0; we limit the domain on y=log(x2)2y=\mathrm{log}{\left(x - 2\right)}^{2} to x>2x>2.

Try It 4

Eliminate the parameter and write as a rectangular equation.
x(t)=t2y(t)=lntt>0\begin{array}{l}\\ \begin{array}{l}x\left(t\right)={t}^{2}\hfill \\ y\left(t\right)=\mathrm{ln}tt>0\hfill \end{array}\end{array}

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\begin{array}{l}x\left(t\right)=a\cos t\\ y\left(t\right)=b\sin t\end{array}
Solving for cost\cos t and sint\sin t, we have
xa=costyb=sint\begin{array}{l}\frac{x}{a}=\cos t\\ \frac{y}{b}=\sin t\end{array}
Then, use the Pythagorean Theorem:
cos2t+sin2t=1{\cos }^{2}t+{\sin }^{2}t=1
Substituting gives
cos2t+sin2t=(xa)2+(yb)2=1{\cos }^{2}t+{\sin }^{2}t={\left(\frac{x}{a}\right)}^{2}+{\left(\frac{y}{b}\right)}^{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 0t2π0\le t\le 2\pi and sketch the graph.
x(t)=4costy(t)=3sint\begin{array}{l}x\left(t\right)=4\cos t\\ y\left(t\right)=3\sin t\end{array}

Solution

Solving for cost\cos t and sint\sin t, we have
x=4costx4=costy=3sinty3=sint\begin{array}{l}x=4\cos t\hfill \\ \frac{x}{4}=\cos t\hfill \\ y=3\sin t\hfill \\ \frac{y}{3}=\sin t\hfill \end{array}
Next, use the Pythagorean identity and make the substitutions.
cos2t+sin2t=1(x4)2+(y3)2=1x216+y29=1\begin{array}{r}\hfill {\cos }^{2}t+{\sin }^{2}t=1\\ \hfill {\left(\frac{x}{4}\right)}^{2}+{\left(\frac{y}{3}\right)}^{2}=1\\ \hfill \frac{{x}^{2}}{16}+\frac{{y}^{2}}{9}=1\end{array}
The graph for the equation is shown in Figure 8.
Graph of given ellipse centered at (0,0). Figure 8

Analysis of the Solution

Applying the general equations for conic sections, we can identify x216+y29=1\frac{{x}^{2}}{16}+\frac{{y}^{2}}{9}=1 as an ellipse centered at (0,0)\left(0,0\right). Notice that when t=0t=0 the coordinates are (4,0)\left(4,0\right), and when t=π2t=\frac{\pi }{2} the coordinates are (0,3)\left(0,3\right). This shows the orientation of the curve with increasing values of tt.

Try It 5

Eliminate the parameter from the given pair of parametric equations and write as a Cartesian equation:

x(t)=2costx\left(t\right)=2\cos t and y(t)=3sinty\left(t\right)=3\sin t.

Solution
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)=tx\left(t\right)=t. In this case, y(t)y\left(t\right) can be any expression. For example, consider the following pair of equations.
x(t)=ty(t)=t23\begin{array}{l}x\left(t\right)=t\\ y\left(t\right)={t}^{2}-3\end{array}
Rewriting this set of parametric equations is a matter of substituting xx for tt. Thus, the Cartesian equation is y=x23y={x}^{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)=3t2y(t)=t+1\begin{array}{l}\\ \begin{array}{l}x\left(t\right)=3t - 2\hfill \\ y\left(t\right)=t+1\hfill \end{array}\end{array}

Solution

Method 1. First, let’s solve the xx equation for tt. Then we can substitute the result into the yy equation.
 x=3t2 x+2=3tx+23=t\begin{array}{l}\text{ }x=3t - 2\hfill \\ \text{ }x+2=3t\hfill \\ \frac{x+2}{3}=t\hfill \end{array}
Now substitute the expression for tt into the yy equation.
y=t+1y=(x+23)+1y=x3+23+1y=13x+53\begin{array}{l}y=t+1\hfill \\ y=\left(\frac{x+2}{3}\right)+1\hfill \\ y=\frac{x}{3}+\frac{2}{3}+1\hfill \\ y=\frac{1}{3}x+\frac{5}{3}\hfill \end{array}
Method 2. Solve the yy equation for tt and substitute this expression in the xx equation.
 y=t+1y1=t\begin{array}{l}\text{ }y=t+1\hfill \\ y - 1=t\hfill \end{array}
Make the substitution and then solve for yy.
 x=3(y1)2 x=3y32 x=3y5x+5=3yx+53=y y=13x+53\begin{array}{l}\text{ }x=3\left(y - 1\right)-2\hfill \\ \text{ }x=3y - 3-2\hfill \\ \text{ }x=3y - 5\hfill \\ x+5=3y\hfill \\ \frac{x+5}{3}=y\hfill \\ \text{ }y=\frac{1}{3}x+\frac{5}{3}\hfill \end{array}

Try It 6

Write the given parametric equations as a Cartesian equation: x(t)=t3x\left(t\right)={t}^{3} and y(t)=t6y\left(t\right)={t}^{6}. Solution

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 xx, and then substitute it into the yy 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 xx as the domain of the rectangular equation, then the graphs will be different. The following video shows examples of how to find Cartesian representations of parametric equations of different kinds. https://youtu.be/tW6N7DFTvrM

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+1y={\left(x+3\right)}^{2}+1.

Solution

An obvious choice would be to let x(t)=tx\left(t\right)=t. Then y(t)=(t+3)2+1y\left(t\right)={\left(t+3\right)}^{2}+1. But let’s try something more interesting. What if we let x=t+3?x=t+3? Then we have
y=(x+3)2+1y=((t+3)+3)2+1y=(t+6)2+1\begin{array}{l}y={\left(x+3\right)}^{2}+1\hfill \\ y={\left(\left(t+3\right)+3\right)}^{2}+1\hfill \\ y={\left(t+6\right)}^{2}+1\hfill \end{array}
The set of parametric equations is
x(t)=t+3y(t)=(t+6)2+1\begin{array}{l}\hfill \\ x\left(t\right)=t+3\hfill \\ y\left(t\right)={\left(t+6\right)}^{2}+1\hfill \end{array}
Graph of parametric and rectangular coordinate versions of the same parabola - they are the same! Figure 9
 

Key Concepts

  • Parameterizing a curve involves translating a rectangular equation in two variables, xx and yy, into two equations in three variables, x, y, and t. Often, more information is obtained from a set of parametric equations.
  • Sometimes equations are simpler to graph when written in rectangular form. By eliminating tt, an equation in xx and yy is the result.
  • To eliminate tt, solve one of the equations for tt, and substitute the expression into the second equation.
  • Finding the rectangular equation for a curve defined parametrically is basically the same as eliminating the parameter. Solve for tt in one of the equations, and substitute the expression into the second equation.
  • There are an infinite number of ways to choose a set of parametric equations for a curve defined as a rectangular equation.
  • Find an expression for xx such that the domain of the set of parametric equations remains the same as the original rectangular equation.

Glossary

parameter
a variable, often representing time, upon which xx and yy are both dependent

Section Exercises

1. What is a system of parametric equations? 2. Some examples of a third parameter are time, length, speed, and scale. Explain when time is used as a parameter. 3. Explain how to eliminate a parameter given a set of parametric equations. 4. What is a benefit of writing a system of parametric equations as a Cartesian equation? 5. What is a benefit of using parametric equations? 6. Why are there many sets of parametric equations to represent on Cartesian function? For the following exercises, eliminate the parameter tt to rewrite the parametric equation as a Cartesian equation. 7. {x(t)=5ty(t)=82t\begin{cases}x\left(t\right)=5-t\hfill \\ y\left(t\right)=8 - 2t\hfill \end{cases} 8. {x(t)=63ty(t)=10t\begin{cases}x\left(t\right)=6 - 3t\hfill \\ y\left(t\right)=10-t\hfill \end{cases} 9. {x(t)=2t+1y(t)=3t\begin{cases}x\left(t\right)=2t+1\hfill \\ y\left(t\right)=3\sqrt{t}\hfill \end{cases} 10. {x(t)=3t1y(t)=2t2\begin{cases}x\left(t\right)=3t - 1\hfill \\ y\left(t\right)=2{t}^{2}\hfill \end{cases} 11. {x(t)=2ety(t)=15t\begin{cases}x\left(t\right)=2{e}^{t}\hfill \\ y\left(t\right)=1 - 5t\hfill \end{cases} 12. {x(t)=e2ty(t)=2et\begin{cases}x\left(t\right)={e}^{-2t}\hfill \\ y\left(t\right)=2{e}^{-t}\hfill \end{cases} 13. {x(t)=4log(t)y(t)=3+2t\begin{cases}x\left(t\right)=4\text{log}\left(t\right)\hfill \\ y\left(t\right)=3+2t\hfill \end{cases} 14. {x(t)=log(2t)y(t)=t1\begin{cases}x\left(t\right)=\text{log}\left(2t\right)\hfill \\ y\left(t\right)=\sqrt{t - 1}\hfill \end{cases} 15. {x(t)=t3ty(t)=2t\begin{cases}x\left(t\right)={t}^{3}-t\hfill \\ y\left(t\right)=2t\hfill \end{cases} 16. {x(t)=tt4y(t)=t+2\begin{cases}x\left(t\right)=t-{t}^{4}\hfill \\ y\left(t\right)=t+2\hfill \end{cases} 17. {x(t)=e2ty(t)=e6t\begin{cases}x\left(t\right)={e}^{2t}\hfill \\ y\left(t\right)={e}^{6t}\hfill \end{cases} 18. {x(t)=t5y(t)=t10\begin{cases}x\left(t\right)={t}^{5}\hfill \\ y\left(t\right)={t}^{10}\hfill \end{cases} 19. {x(t)=4costy(t)=5sint\begin{cases}x\left(t\right)=4\text{cos}t\hfill \\ y\left(t\right)=5\sin t \hfill \end{cases} 20. {x(t)=3sinty(t)=6cost\begin{cases}x\left(t\right)=3\sin t\hfill \\ y\left(t\right)=6\cos t\hfill \end{cases} 21. {x(t)=2cos2ty(t)=sint\begin{cases}x\left(t\right)=2{\text{cos}}^{2}t\hfill \\ y\left(t\right)=-\sin t \hfill \end{cases} 22. {x(t)=cost+4y(t)=2sin2t\begin{cases}x\left(t\right)=\cos t+4\\ y\left(t\right)=2{\sin }^{2}t\end{cases} 23. {x(t)=t1y(t)=t2\begin{cases}x\left(t\right)=t - 1\\ y\left(t\right)={t}^{2}\end{cases} 24. {x(t)=ty(t)=t3+1\begin{cases}x\left(t\right)=-t\\ y\left(t\right)={t}^{3}+1\end{cases} 25. {x(t)=2t1y(t)=t32\begin{cases}x\left(t\right)=2t - 1\\ y\left(t\right)={t}^{3}-2\end{cases} For the following exercises, rewrite the parametric equation as a Cartesian equation by building an x-yx\text{-}y table. 26. {x(t)=2t1y(t)=t+4\begin{cases}x\left(t\right)=2t - 1\\ y\left(t\right)=t+4\end{cases} 27. {x(t)=4ty(t)=3t+2\begin{cases}x\left(t\right)=4-t\\ y\left(t\right)=3t+2\end{cases} 28. {x(t)=2t1y(t)=5t\begin{cases}x\left(t\right)=2t - 1\\ y\left(t\right)=5t\end{cases} 29. {x(t)=4t1y(t)=4t+2\begin{cases}x\left(t\right)=4t - 1\\ y\left(t\right)=4t+2\end{cases} For the following exercises, parameterize (write parametric equations for) each Cartesian equation by setting x(t)=tx\left(t\right)=t or by setting y(t)=ty\left(t\right)=t. 30. y(x)=3x2+3y\left(x\right)=3{x}^{2}+3 31. y(x)=2sinx+1y\left(x\right)=2\sin x+1 32. x(y)=3log(y)+yx\left(y\right)=3\mathrm{log}\left(y\right)+y 33. x(y)=y+2yx\left(y\right)=\sqrt{y}+2y For the following exercises, parameterize (write parametric equations for) each Cartesian equation by using x(t)=acostx\left(t\right)=a\cos t and y(t)=bsinty\left(t\right)=b\sin t. Identify the curve. 34. x24+y29=1\frac{{x}^{2}}{4}+\frac{{y}^{2}}{9}=1 35. x216+y236=1\frac{{x}^{2}}{16}+\frac{{y}^{2}}{36}=1 36. x2+y2=16{x}^{2}+{y}^{2}=16 37. x2+y2=10{x}^{2}+{y}^{2}=10 38. Parameterize the line from (3,0)\left(3,0\right) to (2,5)\left(-2,-5\right) so that the line is at (3,0)\left(3,0\right) at t=0t=0, and at (2,5)\left(-2,-5\right) at t=1t=1. 39. Parameterize the line from (1,0)\left(-1,0\right) to (3,2)\left(3,-2\right) so that the line is at (1,0)\left(-1,0\right) at t=0t=0, and at (3,2)\left(3,-2\right) at t=1t=1. 40. Parameterize the line from (1,5)\left(-1,5\right) to (2,3)\left(2,3\right) so that the line is at (1,5)\left(-1,5\right) at t=0t=0, and at (2,3)\left(2,3\right) at t=1t=1. 41. Parameterize the line from (4,1)\left(4,1\right) to (6,2)\left(6,-2\right) so that the line is at (4,1)\left(4,1\right) at t=0t=0, and at (6,2)\left(6,-2\right) at t=1t=1. For the following exercises, use the table feature in the graphing calculator to determine whether the graphs intersect. 42. {x1(t)=3ty1(t)=2t1 and {x2(t)=t+3y2(t)=4t4\begin{cases}{x}_{1}\left(t\right)=3t\hfill \\ {y}_{1}\left(t\right)=2t - 1\hfill \end{cases}\text{ and }\begin{cases}{x}_{2}\left(t\right)=t+3\hfill \\ {y}_{2}\left(t\right)=4t - 4\hfill \end{cases} 43. {x1(t)=t2y1(t)=2t1 and {x2(t)=t+6y2(t)=t+1\begin{cases}{x}_{1}\left(t\right)={t}^{2}\hfill \\ {y}_{1}\left(t\right)=2t - 1\hfill \end{cases}\text{ and }\begin{cases}{x}_{2}\left(t\right)=-t+6\hfill \\ {y}_{2}\left(t\right)=t+1\hfill \end{cases} For the following exercises, use a graphing calculator to complete the table of values for each set of parametric equations. 44. {x1(t)=3t23t+7y1(t)=2t+3\begin{cases}{x}_{1}\left(t\right)=3{t}^{2}-3t+7\hfill \\ {y}_{1}\left(t\right)=2t+3\hfill \end{cases}
tt xx yy
–1
0
1
45. {x1(t)=t24y1(t)=2t21\begin{cases}{x}_{1}\left(t\right)={t}^{2}-4\hfill \\ {y}_{1}\left(t\right)=2{t}^{2}-1\hfill \end{cases}
tt xx yy
1
2
3
46. {x1(t)=t4y1(t)=t3+4\begin{cases}{x}_{1}\left(t\right)={t}^{4}\hfill \\ {y}_{1}\left(t\right)={t}^{3}+4\hfill \end{cases}
tt xx yy
-1
0
1
2
47. Find two different sets of parametric equations for y=(x+1)2y={\left(x+1\right)}^{2}. 48. Find two different sets of parametric equations for y=3x2y=3x - 2. 49. Find two different sets of parametric equations for y=x24x+4y={x}^{2}-4x+4.

Licenses & Attributions