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.
Figure 1
In this section, we will consider sets of equations given by [latex]x\left(t\right)[/latex] and [latex]y\left(t\right)[/latex] where [latex]t[/latex] 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 [latex]t[/latex], 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 [latex]x[/latex] and [latex]y[/latex] vary over time and so are functions of time. For this reason, we add another variable, the parameter, upon which both [latex]x[/latex] and [latex]y[/latex] are dependent functions. In the example in the section opener, the parameter is time, [latex]t[/latex]. The [latex]x[/latex] position of the moon at time, [latex]t[/latex], is represented as the function [latex]x\left(t\right)[/latex], and the [latex]y[/latex] position of the moon at time, [latex]t[/latex], is represented as the function [latex]y\left(t\right)[/latex]. Together, [latex]x\left(t\right)[/latex] and [latex]y\left(t\right)[/latex] are called parametric equations, and generate an ordered pair [latex]\left(x\left(t\right),y\left(t\right)\right)[/latex]. Parametric equations primarily describe motion and direction. When we parameterize a curve, we are translating a single equation in two variables, such as [latex]x[/latex] and [latex]y [/latex], into an equivalent pair of equations in three variables, [latex]x,y[/latex], and [latex]t[/latex]. 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 [latex]x[/latex] and of [latex]y[/latex]. There are a number of shapes that cannot be represented in the form [latex]y=f\left(x\right)[/latex], meaning that they are not functions. For example, consider the graph of a circle, given as [latex]{r}^{2}={x}^{2}+{y}^{2}[/latex]. Solving for [latex]y[/latex] gives [latex]y=\pm \sqrt{{r}^{2}-{x}^{2}}[/latex], or two equations: [latex]{y}_{1}=\sqrt{{r}^{2}-{x}^{2}}[/latex] and [latex]{y}_{2}=-\sqrt{{r}^{2}-{x}^{2}}[/latex]. If we graph [latex]{y}_{1}[/latex] and [latex]{y}_{2}[/latex] 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. 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 [latex]t[/latex] is a number on an interval, [latex]I[/latex]. The set of ordered pairs, [latex]\left(x\left(t\right),y\left(t\right)\right)[/latex], where [latex]x=f\left(t\right)[/latex] and [latex]y=g\left(t\right)[/latex], forms a plane curve based on the parameter [latex]t[/latex]. The equations [latex]x=f\left(t\right)[/latex] and [latex]y=g\left(t\right)[/latex] are the parametric equations.Example 1: Parameterizing a Curve
Parameterize the curve [latex]y={x}^{2}-1[/latex] letting [latex]x\left(t\right)=t[/latex]. Graph both equations.Solution
If [latex]x\left(t\right)=t[/latex], then to find [latex]y\left(t\right)[/latex] we replace the variable [latex]x[/latex] with the expression given in [latex]x\left(t\right)[/latex]. In other words, [latex]y\left(t\right)={t}^{2}-1[/latex]. Make a table of values similar to the table below, and sketch the graph.[latex]t[/latex] | [latex]x\left(t\right)[/latex] | [latex]y\left(t\right)[/latex] |
---|---|---|
[latex]-4[/latex] | [latex]-4[/latex] | [latex]y\left(-4\right)={\left(-4\right)}^{2}-1=15[/latex] |
[latex]-3[/latex] | [latex]-3[/latex] | [latex]y\left(-3\right)={\left(-3\right)}^{2}-1=8[/latex] |
[latex]-2[/latex] | [latex]-2[/latex] | [latex]y\left(-2\right)={\left(-2\right)}^{2}-1=3[/latex] |
[latex]-1[/latex] | [latex]-1[/latex] | [latex]y\left(-1\right)={\left(-1\right)}^{2}-1=0[/latex] |
[latex]0[/latex] | [latex]0[/latex] | [latex]y\left(0\right)={\left(0\right)}^{2}-1=-1[/latex] |
[latex]1[/latex] | [latex]1[/latex] | [latex]y\left(1\right)={\left(1\right)}^{2}-1=0[/latex] |
[latex]2[/latex] | [latex]2[/latex] | [latex]y\left(2\right)={\left(2\right)}^{2}-1=3[/latex] |
[latex]3[/latex] | [latex]3[/latex] | [latex]y\left(3\right)={\left(3\right)}^{2}-1=8[/latex] |
[latex]4[/latex] | [latex]4[/latex] | [latex]y\left(4\right)={\left(4\right)}^{2}-1=15[/latex] |
Figure 3. (a) Parametric [latex]y\left(t\right)={t}^{2}-1[/latex] (b) Rectangular [latex]y={x}^{2}-1[/latex]
Analysis of the Solution
The arrows indicate the direction in which the curve is generated. Notice the curve is identical to the curve of [latex]y={x}^{2}-1[/latex].Try It 1
Construct a table of values and plot the parametric equations: [latex]x\left(t\right)=t - 3,y\left(t\right)=2t+4;-1\le t\le 2[/latex]. SolutionExample 2: Finding a Pair of Parametric Equations
Find a pair of parametric equations that models the graph of [latex]y=1-{x}^{2}[/latex], using the parameter [latex]x\left(t\right)=t[/latex]. Plot some points and sketch the graph.Solution
If [latex]x\left(t\right)=t[/latex] and we substitute [latex]t[/latex] for [latex]x[/latex] into the [latex]y[/latex] equation, then [latex]y\left(t\right)=1-{t}^{2}[/latex]. Our pair of parametric equations is[latex]\begin{array}{l}x\left(t\right)=t\\ y\left(t\right)=1-{t}^{2}\end{array}[/latex]
To graph the equations, first we construct a table of values like that in the table below. We can choose values around [latex]t=0[/latex], from [latex]t=-3[/latex] to [latex]t=3[/latex]. The values in the [latex]x\left(t\right)[/latex] column will be the same as those in the [latex]t[/latex] column because [latex]x\left(t\right)=t[/latex]. Calculate values for the column [latex]y\left(t\right)[/latex].
[latex]t[/latex] | [latex]x\left(t\right)=t[/latex] | [latex]y\left(t\right)=1-{t}^{2}[/latex] |
---|---|---|
[latex]-3[/latex] | [latex]-3[/latex] | [latex]y\left(-3\right)=1-{\left(-3\right)}^{2}=-8[/latex] |
[latex]-2[/latex] | [latex]-2[/latex] | [latex]y\left(-2\right)=1-{\left(-2\right)}^{2}=-3[/latex] |
[latex]-1[/latex] | [latex]-1[/latex] | [latex]y\left(-1\right)=1-{\left(-1\right)}^{2}=0[/latex] |
[latex]0[/latex] | [latex]0[/latex] | [latex]y\left(0\right)=1 - 0=1[/latex] |
[latex]1[/latex] | [latex]1[/latex] | [latex]y\left(1\right)=1-{\left(1\right)}^{2}=0[/latex] |
[latex]2[/latex] | [latex]2[/latex] | [latex]y\left(2\right)=1-{\left(2\right)}^{2}=-3[/latex] |
[latex]3[/latex] | [latex]3[/latex] | [latex]y\left(3\right)=1-{\left(3\right)}^{2}=-8[/latex] |
Figure 4
Try It 2
Parameterize the curve given by [latex]x={y}^{3}-2y[/latex]. SolutionExample 3: Finding Parametric Equations That Model Given Criteria
An object travels at a steady rate along a straight path [latex]\left(-5,3\right)[/latex] to [latex]\left(3,-1\right)[/latex] 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 [latex]-5[/latex] meters and goes to 3 meters. This means the distance x has changed by 8 meters in 4 seconds, which is a rate of [latex]\frac{\text{8 m}}{4\text{ s}}[/latex], or [latex]2\text{m}/\text{s}[/latex]. We can write the x-coordinate as a linear function with respect to time as [latex]x\left(t\right)=2t - 5[/latex]. In the linear function template [latex]y=mx+b,2t=mx[/latex] and [latex]-5=b[/latex]. Similarly, the y-value of the object starts at 3 and goes to [latex]-1[/latex], which is a change in the distance y of −4 meters in 4 seconds, which is a rate of [latex]\frac{-4\text{ m}}{4\text{ s}}[/latex], or [latex]-1\text{m}/\text{s}[/latex]. We can also write the y-coordinate as the linear function [latex]y\left(t\right)=-t+3[/latex]. Together, these are the parametric equations for the position of the object, where [latex]x[/latex] and [latex]y[/latex] are expressed in meters and [latex]t[/latex] represents time:[latex]\begin{array}{l}x\left(t\right)=2t - 5\hfill \\ y\left(t\right)=-t+3\hfill \end{array}[/latex]
Using these equations, we can build a table of values for [latex]t,x[/latex], and [latex]y[/latex]. In this example, we limited values of [latex]t[/latex] to non-negative numbers. In general, any value of [latex]t[/latex] can be used.
[latex]t[/latex] | [latex]x\left(t\right)=2t - 5[/latex] | [latex]y\left(t\right)=-t+3[/latex] |
---|---|---|
[latex]0[/latex] | [latex]x=2\left(0\right)-5=-5[/latex] | [latex]y=-\left(0\right)+3=3[/latex] |
[latex]1[/latex] | [latex]x=2\left(1\right)-5=-3[/latex] | [latex]y=-\left(1\right)+3=2[/latex] |
[latex]2[/latex] | [latex]x=2\left(2\right)-5=-1[/latex] | [latex]y=-\left(2\right)+3=1[/latex] |
[latex]3[/latex] | [latex]x=2\left(3\right)-5=1[/latex] | [latex]y=-\left(3\right)+3=0[/latex] |
[latex]4[/latex] | [latex]x=2\left(4\right)-5=3[/latex] | [latex]y=-\left(4\right)+3=-1[/latex] |
Figure 5. (a) A graph of [latex]x[/latex] vs. [latex]t[/latex], representing the horizontal position over time. (b) A graph of [latex]y[/latex] vs. [latex]t[/latex], representing the vertical position over time. (c) A graph of [latex]y[/latex] vs. [latex]x[/latex], representing the position of the object in the plane at time [latex]t[/latex].
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 [latex]x[/latex] and [latex]y[/latex]. 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 [latex]t[/latex] 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 [latex]t[/latex]. We substitute the resulting expression for [latex]t[/latex] into the second equation. This gives one equation in [latex]x[/latex] and [latex]y[/latex].Example 4: Eliminating the Parameter in Polynomials
Given [latex]x\left(t\right)={t}^{2}+1[/latex] and [latex]y\left(t\right)=2+t[/latex], eliminate the parameter, and write the parametric equations as a Cartesian equation.Solution
We will begin with the equation for [latex]y[/latex] because the linear equation is easier to solve for [latex]t[/latex].[latex]\begin{array}{l}y=2+t\hfill \\ y - 2=t\hfill \end{array}[/latex]
Next, substitute [latex]y - 2[/latex] for [latex]t[/latex] in [latex]x\left(t\right)[/latex].
[latex]\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}[/latex]
The Cartesian form is [latex]x={y}^{2}-4y+5[/latex].
Analysis of the Solution
This is an equation for a parabola in which, in rectangular terms, [latex]x[/latex] is dependent on [latex]y[/latex]. From the curve’s vertex at [latex]\left(1,2\right)[/latex], the graph sweeps out to the right. See Figure 6. In this section, we consider sets of equations given by the functions [latex]x\left(t\right)[/latex] and [latex]y\left(t\right)[/latex], where [latex]t[/latex] is the independent variable of time. Notice, both [latex]x[/latex] and [latex]y[/latex] are functions of time; so in general [latex]y[/latex] is not a function of [latex]x[/latex]. Figure 6
Try It 3
Given the equations below, eliminate the parameter and write as a rectangular equation for [latex]y[/latex] as a function of [latex]x[/latex].[latex]\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}[/latex]
Example 5: Eliminating the Parameter in Exponential Equations
Eliminate the parameter and write as a Cartesian equation: [latex]x\left(t\right)={e}^{-t}[/latex] and [latex]y\left(t\right)=3{e}^{t},t>0[/latex].Solution
Isolate [latex]{e}^{t}[/latex].[latex]\begin{array}{l}x={e}^{-t}\hfill \\ {e}^{t}=\frac{1}{x}\hfill \end{array}[/latex]
Substitute the expression into [latex]y\left(t\right)[/latex].
[latex]\begin{array}{l}y=3{e}^{t}\hfill \\ y=3\left(\frac{1}{x}\right)\hfill \\ y=\frac{3}{x}\hfill \end{array}[/latex]
The Cartesian form is [latex]y=\frac{3}{x}[/latex].
Analysis of the Solution
The graph of the parametric equation is shown in Figure 7(a). The domain is restricted to [latex]t>0[/latex]. The Cartesian equation, [latex]y=\frac{3}{x}[/latex] is shown in Figure 7(b) and has only one restriction on the domain, [latex]x\ne 0[/latex].Example 6: Eliminating the Parameter in Logarithmic Equations
Eliminate the parameter and write as a Cartesian equation: [latex]x\left(t\right)=\sqrt{t}+2[/latex] and [latex]y\left(t\right)=\mathrm{log}\left(t\right)[/latex].Solution
Solve the first equation for [latex]t[/latex].[latex]\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}[/latex]
Then, substitute the expression for [latex]t[/latex] into the [latex]y[/latex] equation.
[latex]\begin{array}{l}y=\mathrm{log}\left(t\right)\\ y=\mathrm{log}{\left(x - 2\right)}^{2}\end{array}[/latex]
The Cartesian form is [latex]y=\mathrm{log}{\left(x - 2\right)}^{2}[/latex].
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 [latex]x=\sqrt{t}+2[/latex] to [latex]t>0[/latex]; we restrict the domain on [latex]x[/latex] to [latex]x>2[/latex]. The domain for the parametric equation [latex]y=\mathrm{log}\left(t\right)[/latex] is restricted to [latex]t>0[/latex]; we limit the domain on [latex]y=\mathrm{log}{\left(x - 2\right)}^{2}[/latex] to [latex]x>2[/latex].Try It 4
Eliminate the parameter and write as a rectangular equation.[latex]\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}[/latex]
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:[latex]\begin{array}{l}x\left(t\right)=a\cos t\\ y\left(t\right)=b\sin t\end{array}[/latex]
Solving for [latex]\cos t[/latex] and [latex]\sin t[/latex], we have
[latex]\begin{array}{l}\frac{x}{a}=\cos t\\ \frac{y}{b}=\sin t\end{array}[/latex]
Then, use the Pythagorean Theorem:
[latex]{\cos }^{2}t+{\sin }^{2}t=1[/latex]
Substituting gives
[latex]{\cos }^{2}t+{\sin }^{2}t={\left(\frac{x}{a}\right)}^{2}+{\left(\frac{y}{b}\right)}^{2}=1[/latex]
Example 7: Eliminating the Parameter from a Pair of Trigonometric Parametric Equations
Eliminate the parameter from the given pair of trigonometric equations where [latex]0\le t\le 2\pi [/latex] and sketch the graph.[latex]\begin{array}{l}x\left(t\right)=4\cos t\\ y\left(t\right)=3\sin t\end{array}[/latex]
Solution
Solving for [latex]\cos t[/latex] and [latex]\sin t[/latex], we have[latex]\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}[/latex]
Next, use the Pythagorean identity and make the substitutions.
[latex]\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}[/latex]
The graph for the equation is shown in Figure 8.
Figure 8
Analysis of the Solution
Applying the general equations for conic sections, we can identify [latex]\frac{{x}^{2}}{16}+\frac{{y}^{2}}{9}=1[/latex] as an ellipse centered at [latex]\left(0,0\right)[/latex]. Notice that when [latex]t=0[/latex] the coordinates are [latex]\left(4,0\right)[/latex], and when [latex]t=\frac{\pi }{2}[/latex] the coordinates are [latex]\left(0,3\right)[/latex]. This shows the orientation of the curve with increasing values of [latex]t[/latex].Try It 5
Eliminate the parameter from the given pair of parametric equations and write as a Cartesian equation:[latex]x\left(t\right)=2\cos t[/latex] and [latex]y\left(t\right)=3\sin t[/latex].
Solution[latex]\begin{array}{l}x\left(t\right)=t\\ y\left(t\right)={t}^{2}-3\end{array}[/latex]
Rewriting this set of parametric equations is a matter of substituting [latex]x[/latex] for [latex]t[/latex]. Thus, the Cartesian equation is [latex]y={x}^{2}-3[/latex].
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.[latex]\begin{array}{l}\\ \begin{array}{l}x\left(t\right)=3t - 2\hfill \\ y\left(t\right)=t+1\hfill \end{array}\end{array}[/latex]
Solution
Method 1. First, let’s solve the [latex]x[/latex] equation for [latex]t[/latex]. Then we can substitute the result into the [latex]y[/latex] equation.[latex]\begin{array}{l}\text{ }x=3t - 2\hfill \\ \text{ }x+2=3t\hfill \\ \frac{x+2}{3}=t\hfill \end{array}[/latex]
Now substitute the expression for [latex]t[/latex] into the [latex]y[/latex] equation.
[latex]\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}[/latex]
Method 2. Solve the [latex]y[/latex] equation for [latex]t[/latex] and substitute this expression in the [latex]x[/latex] equation.
[latex]\begin{array}{l}\text{ }y=t+1\hfill \\ y - 1=t\hfill \end{array}[/latex]
Make the substitution and then solve for [latex]y[/latex].
[latex]\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}[/latex]
Try It 6
Write the given parametric equations as a Cartesian equation: [latex]x\left(t\right)={t}^{3}[/latex] and [latex]y\left(t\right)={t}^{6}[/latex]. SolutionFinding 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 [latex]x[/latex], and then substitute it into the [latex]y[/latex] 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 [latex]x[/latex] 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/tW6N7DFTvrMExample 9: Finding a Set of Parametric Equations for Curves Defined by Rectangular Equations
Find a set of equivalent parametric equations for [latex]y={\left(x+3\right)}^{2}+1[/latex].Solution
An obvious choice would be to let [latex]x\left(t\right)=t[/latex]. Then [latex]y\left(t\right)={\left(t+3\right)}^{2}+1[/latex]. But let’s try something more interesting. What if we let [latex]x=t+3?[/latex] Then we have[latex]\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}[/latex]
The set of parametric equations is
[latex]\begin{array}{l}\hfill \\ x\left(t\right)=t+3\hfill \\ y\left(t\right)={\left(t+6\right)}^{2}+1\hfill \end{array}[/latex]
Figure 9
Key Concepts
- Parameterizing a curve involves translating a rectangular equation in two variables, [latex]x[/latex] and [latex]y[/latex], 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 [latex]t[/latex], an equation in [latex]x[/latex] and [latex]y[/latex] is the result.
- To eliminate [latex]t[/latex], solve one of the equations for [latex]t[/latex], 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 [latex]t[/latex] 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 [latex]x[/latex] 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 [latex]x[/latex] and [latex]y[/latex] 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 [latex]t[/latex] to rewrite the parametric equation as a Cartesian equation. 7. [latex]\begin{cases}x\left(t\right)=5-t\hfill \\ y\left(t\right)=8 - 2t\hfill \end{cases}[/latex] 8. [latex]\begin{cases}x\left(t\right)=6 - 3t\hfill \\ y\left(t\right)=10-t\hfill \end{cases}[/latex] 9. [latex]\begin{cases}x\left(t\right)=2t+1\hfill \\ y\left(t\right)=3\sqrt{t}\hfill \end{cases}[/latex] 10. [latex]\begin{cases}x\left(t\right)=3t - 1\hfill \\ y\left(t\right)=2{t}^{2}\hfill \end{cases}[/latex] 11. [latex]\begin{cases}x\left(t\right)=2{e}^{t}\hfill \\ y\left(t\right)=1 - 5t\hfill \end{cases}[/latex] 12. [latex]\begin{cases}x\left(t\right)={e}^{-2t}\hfill \\ y\left(t\right)=2{e}^{-t}\hfill \end{cases}[/latex] 13. [latex]\begin{cases}x\left(t\right)=4\text{log}\left(t\right)\hfill \\ y\left(t\right)=3+2t\hfill \end{cases}[/latex] 14. [latex]\begin{cases}x\left(t\right)=\text{log}\left(2t\right)\hfill \\ y\left(t\right)=\sqrt{t - 1}\hfill \end{cases}[/latex] 15. [latex]\begin{cases}x\left(t\right)={t}^{3}-t\hfill \\ y\left(t\right)=2t\hfill \end{cases}[/latex] 16. [latex]\begin{cases}x\left(t\right)=t-{t}^{4}\hfill \\ y\left(t\right)=t+2\hfill \end{cases}[/latex] 17. [latex]\begin{cases}x\left(t\right)={e}^{2t}\hfill \\ y\left(t\right)={e}^{6t}\hfill \end{cases}[/latex] 18. [latex]\begin{cases}x\left(t\right)={t}^{5}\hfill \\ y\left(t\right)={t}^{10}\hfill \end{cases}[/latex] 19. [latex]\begin{cases}x\left(t\right)=4\text{cos}t\hfill \\ y\left(t\right)=5\sin t \hfill \end{cases}[/latex] 20. [latex]\begin{cases}x\left(t\right)=3\sin t\hfill \\ y\left(t\right)=6\cos t\hfill \end{cases}[/latex] 21. [latex]\begin{cases}x\left(t\right)=2{\text{cos}}^{2}t\hfill \\ y\left(t\right)=-\sin t \hfill \end{cases}[/latex] 22. [latex]\begin{cases}x\left(t\right)=\cos t+4\\ y\left(t\right)=2{\sin }^{2}t\end{cases}[/latex] 23. [latex]\begin{cases}x\left(t\right)=t - 1\\ y\left(t\right)={t}^{2}\end{cases}[/latex] 24. [latex]\begin{cases}x\left(t\right)=-t\\ y\left(t\right)={t}^{3}+1\end{cases}[/latex] 25. [latex]\begin{cases}x\left(t\right)=2t - 1\\ y\left(t\right)={t}^{3}-2\end{cases}[/latex] For the following exercises, rewrite the parametric equation as a Cartesian equation by building an [latex]x\text{-}y[/latex] table. 26. [latex]\begin{cases}x\left(t\right)=2t - 1\\ y\left(t\right)=t+4\end{cases}[/latex] 27. [latex]\begin{cases}x\left(t\right)=4-t\\ y\left(t\right)=3t+2\end{cases}[/latex] 28. [latex]\begin{cases}x\left(t\right)=2t - 1\\ y\left(t\right)=5t\end{cases}[/latex] 29. [latex]\begin{cases}x\left(t\right)=4t - 1\\ y\left(t\right)=4t+2\end{cases}[/latex] For the following exercises, parameterize (write parametric equations for) each Cartesian equation by setting [latex]x\left(t\right)=t[/latex] or by setting [latex]y\left(t\right)=t[/latex]. 30. [latex]y\left(x\right)=3{x}^{2}+3[/latex] 31. [latex]y\left(x\right)=2\sin x+1[/latex] 32. [latex]x\left(y\right)=3\mathrm{log}\left(y\right)+y[/latex] 33. [latex]x\left(y\right)=\sqrt{y}+2y[/latex] For the following exercises, parameterize (write parametric equations for) each Cartesian equation by using [latex]x\left(t\right)=a\cos t[/latex] and [latex]y\left(t\right)=b\sin t[/latex]. Identify the curve. 34. [latex]\frac{{x}^{2}}{4}+\frac{{y}^{2}}{9}=1[/latex] 35. [latex]\frac{{x}^{2}}{16}+\frac{{y}^{2}}{36}=1[/latex] 36. [latex]{x}^{2}+{y}^{2}=16[/latex] 37. [latex]{x}^{2}+{y}^{2}=10[/latex] 38. Parameterize the line from [latex]\left(3,0\right)[/latex] to [latex]\left(-2,-5\right)[/latex] so that the line is at [latex]\left(3,0\right)[/latex] at [latex]t=0[/latex], and at [latex]\left(-2,-5\right)[/latex] at [latex]t=1[/latex]. 39. Parameterize the line from [latex]\left(-1,0\right)[/latex] to [latex]\left(3,-2\right)[/latex] so that the line is at [latex]\left(-1,0\right)[/latex] at [latex]t=0[/latex], and at [latex]\left(3,-2\right)[/latex] at [latex]t=1[/latex]. 40. Parameterize the line from [latex]\left(-1,5\right)[/latex] to [latex]\left(2,3\right)[/latex] so that the line is at [latex]\left(-1,5\right)[/latex] at [latex]t=0[/latex], and at [latex]\left(2,3\right)[/latex] at [latex]t=1[/latex]. 41. Parameterize the line from [latex]\left(4,1\right)[/latex] to [latex]\left(6,-2\right)[/latex] so that the line is at [latex]\left(4,1\right)[/latex] at [latex]t=0[/latex], and at [latex]\left(6,-2\right)[/latex] at [latex]t=1[/latex]. For the following exercises, use the table feature in the graphing calculator to determine whether the graphs intersect. 42. [latex]\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}[/latex] 43. [latex]\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}[/latex] For the following exercises, use a graphing calculator to complete the table of values for each set of parametric equations. 44. [latex]\begin{cases}{x}_{1}\left(t\right)=3{t}^{2}-3t+7\hfill \\ {y}_{1}\left(t\right)=2t+3\hfill \end{cases}[/latex][latex]t[/latex] | [latex]x[/latex] | [latex]y[/latex] |
---|---|---|
–1 | ||
0 | ||
1 |
[latex]t[/latex] | [latex]x[/latex] | [latex]y[/latex] |
---|---|---|
1 | ||
2 | ||
3 |
[latex]t[/latex] | [latex]x[/latex] | [latex]y[/latex] |
---|---|---|
-1 | ||
0 | ||
1 | ||
2 |
Licenses & Attributions
CC licensed content, Specific attribution
- Precalculus. Provided by: OpenStax Authored by: OpenStax College. Located at: https://cnx.org/contents/[email protected]:1/Preface. License: CC BY: Attribution.