Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
Calculus Volume 2

7.1 Parametric Equations

Calculus Volume 27.1 Parametric Equations

Learning Objectives

  • 7.1.1 Plot a curve described by parametric equations.
  • 7.1.2 Convert the parametric equations of a curve into the form y = f ( x ) . y = f ( x ) .
  • 7.1.3 Recognize the parametric equations of basic curves, such as a line and a circle.
  • 7.1.4 Recognize the parametric equations of a cycloid.

In this section we examine parametric equations and their graphs. In the two-dimensional coordinate system, parametric equations are useful for describing curves that are not necessarily functions. The parameter is an independent variable that both x and y depend on, and as the parameter increases, the values of x and y trace out a path along a plane curve. For example, if the parameter is t (a common choice), then t might represent time. Then x and y are defined as functions of time, and (x(t),y(t))(x(t),y(t)) can describe the position in the plane of a given object as it moves along a curved path.

Parametric Equations and Their Graphs

Consider the orbit of Earth around the Sun. Our year lasts approximately 365.25 days, but for this discussion we will use 365 days. On January 1 of each year, the physical location of Earth with respect to the Sun is nearly the same, except for leap years, when the lag introduced by the extra 1414 day of orbiting time is built into the calendar. We call January 1 “day 1” of the year. Then, for example, day 31 is January 31, day 59 is February 28, and so on.

The number of the day in a year can be considered a variable that determines Earth’s position in its orbit. As Earth revolves around the Sun, its physical location changes relative to the Sun. After one full year, we are back where we started, and a new year begins. According to Kepler’s laws of planetary motion, the shape of the orbit is elliptical, with the Sun at one focus of the ellipse. We study this idea in more detail in Conic Sections.

An ellipse with January 1 (t = 1) at the top, April 2 (t = 92) on the left, July 1 (t = 182) on the bottom, and October 1 (t = 274) on the right. The focal points of the ellipse have F2 on the left and the Sun on the right.
Figure 7.2 Earth’s orbit around the Sun in one year.

Figure 7.2 depicts Earth’s orbit around the Sun during one year. The point labeled F2F2 is one of the foci of the ellipse; the other focus is occupied by the Sun. If we superimpose coordinate axes over this graph, then we can assign ordered pairs to each point on the ellipse (Figure 7.3). Then each x value on the graph is a value of position as a function of time, and each y value is also a value of position as a function of time. Therefore, each point on the graph corresponds to a value of Earth’s position as a function of time.

An ellipse with January 1 (t = 1) at the top, April 2 (t = 92) on the left, July 1 (t = 182) on the bottom, and October 1 (t = 274) on the right. The focal points of the ellipse have F2 on the left and the Sun on the right. There is a line going from t = 1 to t = 182. There is also a line going from t = 92 to t = 274 that passes through F2 and the Sun. On the upper left side, there is a point marked (x(t), y(t)) with a tangent line pointing down and to the left.
Figure 7.3 Coordinate axes superimposed on the orbit of Earth.

We can determine the functions for x(t)x(t) and y(t),y(t), thereby parameterizing the orbit of Earth around the Sun. The variable tt is called an independent parameter and, in this context, represents time relative to the beginning of each year.

A curve in the (x,y)(x,y) plane can be represented parametrically. The equations that are used to define the curve are called parametric equations.

Definition

If x and y are continuous functions of t on an interval I, then the equations

x=x(t)andy=y(t)x=x(t)andy=y(t)

are called parametric equations and t is called the parameter. The set of points (x,y)(x,y) obtained as t varies over the interval I is called the graph of the parametric equations. The graph of parametric equations is called a parametric curve or plane curve, and is denoted by C.

Notice in this definition that x and y are used in two ways. The first is as functions of the independent variable t. As t varies over the interval I, the functions x(t)x(t) and y(t)y(t) generate a set of ordered pairs (x,y).(x,y). This set of ordered pairs generates the graph of the parametric equations. In this second usage, to designate the ordered pairs, x and y are variables. It is important to distinguish the variables x and y from the functions x(t)x(t) and y(t).y(t).

Example 7.1

Graphing a Parametrically Defined Curve

Sketch the curves described by the following parametric equations:

  1. x(t)=t1,y(t)=2t+4,−3t2x(t)=t1,y(t)=2t+4,−3t2
  2. x(t)=t23,y(t)=2t+1,−2t3x(t)=t23,y(t)=2t+1,−2t3
  3. x(t)=4cost,y(t)=4sint,0t2πx(t)=4cost,y(t)=4sint,0t2π

Checkpoint 7.1

Sketch the curve described by the parametric equations

x(t)=3t+2,y(t)=t21,−3t2.x(t)=3t+2,y(t)=t21,−3t2.

Eliminating the Parameter

To better understand the graph of a curve represented parametrically, it is useful to rewrite the two equations as a single equation relating the variables x and y. Then we can apply any previous knowledge of equations of curves in the plane to identify the curve. For example, the equations describing the plane curve in Example 7.1b. are

x(t)=t23,y(t)=2t+1,−2t3.x(t)=t23,y(t)=2t+1,−2t3.

Solving the second equation for t gives

t=y12.t=y12.

This can be substituted into the first equation:

x=(y12)23=y22y+143=y22y114.x=(y12)23=y22y+143=y22y114.

This equation describes x as a function of y. These steps give an example of eliminating the parameter. The graph of this function is a parabola opening to the right. Recall that the plane curve started at (1,−3)(1,−3) and ended at (6,7).(6,7). These terminations were due to the restriction on the parameter t.

Example 7.2

Eliminating the Parameter

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

  1. x(t)=2t+4,y(t)=2t+1,−2t6x(t)=2t+4,y(t)=2t+1,−2t6
  2. x(t)=4cost,y(t)=3sint,0t2πx(t)=4cost,y(t)=3sint,0t2π

Checkpoint 7.2

Eliminate the parameter for the plane curve defined by the following parametric equations and describe the resulting graph.

x(t)=2+3t,y(t)=t1,2t6x(t)=2+3t,y(t)=t1,2t6

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.

Example 7.3

Parameterizing a Curve

Find two different pairs of parametric equations to represent the graph of y=2x23.y=2x23.

Checkpoint 7.3

Find two different sets of parametric equations to represent the graph of y=x2+2x.y=x2+2x.

Cycloids and Other Parametric Curves

Imagine going on a bicycle ride through the country. The tires stay in contact with the road and rotate in a predictable pattern. Now suppose a very determined ant is tired after a long day and wants to get home. So he hangs onto the side of the tire and gets a free ride. The path that this ant travels down a straight road is called a cycloid (Figure 7.9). A cycloid generated by a circle (or bicycle wheel) of radius a is given by the parametric equations

x(t)=a(tsint),y(t)=a(1cost).x(t)=a(tsint),y(t)=a(1cost).

To see why this is true, consider the path that the center of the wheel takes. The center moves along the x-axis at a constant height equal to the radius of the wheel. If the radius is a, then the coordinates of the center can be given by the equations

x(t)=at,y(t)=ax(t)=at,y(t)=a

for any value of t.t. Next, consider the ant, which rotates around the center along a circular path. If the bicycle is moving from left to right then the wheels are rotating in a clockwise direction. A possible parameterization of the circular motion of the ant (relative to the center of the wheel) is given by

x(t)=asint,y(t)=acost.x(t)=asint,y(t)=acost.

(The negative sign is needed to reverse the orientation of the curve. If the negative sign were not there, we would have to imagine the wheel rotating counterclockwise.) Adding these equations together gives the equations for the cycloid.

x(t)=a(tsint),y(t)=a(1cost).x(t)=a(tsint),y(t)=a(1cost).
A series of circles with center marked and a point on the circle drawing out a curve as if the circle was rolling along a plane. The shape made seems to be half an ellipse with height the diameter of the original circle and with major axis the circumference of the circle.
Figure 7.9 A wheel traveling along a road without slipping; the point on the edge of the wheel traces out a cycloid.

Now suppose that the bicycle wheel doesn’t travel along a straight road but instead moves along the inside of a larger wheel, as in Figure 7.10. In this graph, the green circle is traveling around the blue circle in a counterclockwise direction. A point on the edge of the green circle traces out the red graph, which is called a hypocycloid.

Two circles are drawn both with center at the origin and with radii 3 and 4, respectively; the circle with radius 3 has an arrow pointing in the counterclockwise direction. There is a third circle drawn with center on the circle with radius 3 and touching the circle with radius 4 at one point. That is, this third circle has radius 1. A point is drawn on this third circle, and if it were to roll along the other two circles, it would draw out a four pointed star with points at (4, 0), (0, 4), (−4, 0), and (0, −4). On the graph there are also written two equations: x(t) = 3 cos(t) + cos(3t) and y(t) = 3 sin(t) – sin(3t).
Figure 7.10 Graph of the hypocycloid described by the parametric equations shown.

The general parametric equations for a hypocycloid are

x(t)=(ab)cost+bcos(abb)ty(t)=(ab)sintbsin(abb)t.x(t)=(ab)cost+bcos(abb)ty(t)=(ab)sintbsin(abb)t.

These equations are a bit more complicated, but the derivation is somewhat similar to the equations for the cycloid. In this case we assume the radius of the larger circle is a and the radius of the smaller circle is b. Then the center of the wheel travels along a circle of radius ab.ab. This fact explains the first term in each equation above. The period of the second trigonometric function in both x(t)x(t) and y(t)y(t) is equal to 2πbab.2πbab.

The ratio abab is related to the number of cusps on the graph (cusps are the corners or pointed ends of the graph), as illustrated in Figure 7.11. This ratio can lead to some very interesting graphs, depending on whether or not the ratio is rational. Figure 7.10 corresponds to a=4a=4 and b=1.b=1. The result is a hypocycloid with four cusps. Figure 7.11 shows some other possibilities. The last two hypocycloids have irrational values for ab.ab. In these cases the hypocycloids have an infinite number of cusps, so they never return to their starting point. These are examples of what are known as space-filling curves.

A series of hypocycloids is given. The first is a three pointed star marked a/b = 3. The second is a four pointed star marked a/b = 4. The third is a five pointed star marked a/b = 5. None of these first three figures has lines that cross each other. The fourth figure is a five pointed star but this one has lines which cross each other and looks like the star that children first learn to draw; it is marked a/b = 5/3. A similar sort of star with seven points is next and is marked a/b = 7/3. Then a similar star with eight points is next and is marked a/b = 8/3. The next figure is a complicated series of curves that ultimately creates a small rosette in the middle; this is marked a/b = π. Lastly, there is an even more complicated series of curves that creates a large rosette with sharper florets marked a/b = the square root of 2.
Figure 7.11 Graph of various hypocycloids corresponding to different values of a/b.a/b.

Student Project

The Witch of Agnesi

Many plane curves in mathematics are named after the people who first investigated them, like the folium of Descartes or the spiral of Archimedes. However, perhaps the strangest name for a curve is the witch of Agnesi. Why a witch?

Maria Gaetana Agnesi (1718–1799) was one of the few recognized women mathematicians of eighteenth-century Italy. She wrote a popular book on analytic geometry, published in 1748, which included an interesting curve that had been studied by Fermat in 1630. The mathematician Guido Grandi showed in 1703 how to construct this curve, which he later called the “versoria,” a Latin term for a rope used in sailing. Agnesi used the Italian term for this rope, “versiera,” but in Latin, this same word means a “female goblin.” When Agnesi’s book was translated into English in 1801, the translator used the term “witch” for the curve, instead of rope. The name “witch of Agnesi” has stuck ever since.

The witch of Agnesi is a curve defined as follows: Start with a circle of radius a so that the points (0,0)(0,0) and (0,2a)(0,2a) are points on the circle (Figure 7.12). Let O denote the origin. Choose any other point A on the circle, and draw the secant line OA. Let B denote the point at which the line OA intersects the horizontal line through (0,2a).(0,2a). The vertical line through B intersects the horizontal line through A at the point P. As the point A varies, the path that the point P travels is the witch of Agnesi curve for the given circle.

Witch of Agnesi curves have applications in physics, including modeling water waves and distributions of spectral lines. In probability theory, the curve describes the probability density function of the Cauchy distribution. In this project you will parameterize these curves.

A circle with bottom at point O (the origin) and top at point (0, 2a) is drawn. The x axis is drawn from point O, and the y axis is drawn up from point O through (0, 2a). Parallel to the x axis is a line drawn from (0, 2a); it has point B marked to the right. A line from point B to point O passes through the circle at point A. A line is drawn parallel to the x axis from point A, and it forms a right angle with a line drawn down from point B; these lines intersect at point P. There is a curve that is symmetric about the y axis that passes through the point P. This curve has its maximum at (0, 2a) and gently decreases through the point P.
Figure 7.12 As the point A moves around the circle, the point P traces out the witch of Agnesi curve for the given circle.
  1. On the figure, label the following points, lengths, and angle:
    1. C is the point on the x-axis with the same x-coordinate as A.
    2. x is the x-coordinate of P, and y is the y-coordinate of P.
    3. E is the point (0,a).(0,a).
    4. F is the point on the line segment OA such that the line segment EF is perpendicular to the line segment OA.
    5. b is the distance from O to F.
    6. c is the distance from F to A.
    7. d is the distance from O to B.
    8. θθ is the measure of angle COA.COA.

    The goal of this project is to parameterize the witch using θθ as a parameter. To do this, write equations for x and y in terms of only θ.θ.
  2. Show that d=2asinθ.d=2asinθ.
  3. Note that x=dcosθ.x=dcosθ. Show that x=2acotθ.x=2acotθ. When you do this, you will have parameterized the x-coordinate of the curve with respect to θ.θ. If you can get a similar equation for y, you will have parameterized the curve.
  4. In terms of θ,θ, what is the angle EOA?EOA?
  5. Show that b+c=2acos(π2θ).b+c=2acos(π2θ).
  6. Show that y=2acos(π2θ)sinθ.y=2acos(π2θ)sinθ.
  7. Show that y=2asin2θ.y=2asin2θ. You have now parameterized the y-coordinate of the curve with respect to θ.θ.
  8. Conclude that a parameterization of the given witch curve is
    x=2acotθ,y=2asin2θ,<θ<.x=2acotθ,y=2asin2θ,<θ<.
  9. Use your parameterization to show that the given witch curve is the graph of the function f(x)=8a3x2+4a2.f(x)=8a3x2+4a2.

Student Project

Travels with My Ant: The Curtate and Prolate Cycloids

Earlier in this section, we looked at the parametric equations for a cycloid, which is the path a point on the edge of a wheel traces as the wheel rolls along a straight path. In this project we look at two different variations of the cycloid, called the curtate and prolate cycloids.

First, let’s revisit the derivation of the parametric equations for a cycloid. Recall that we considered a tenacious ant trying to get home by hanging onto the edge of a bicycle tire. We have assumed the ant climbed onto the tire at the very edge, where the tire touches the ground. As the wheel rolls, the ant moves with the edge of the tire (Figure 7.13).

As we have discussed, we have a lot of flexibility when parameterizing a curve. In this case we let our parameter t represent the angle the tire has rotated through. Looking at Figure 7.13, we see that after the tire has rotated through an angle of t, the position of the center of the wheel, C=(xC,yC),C=(xC,yC), is given by

xC=atandyC=a.xC=atandyC=a.

Furthermore, letting A=(xA,yA)A=(xA,yA) denote the position of the ant, we note that

xCxA=asintandyCyA=acost.xCxA=asintandyCyA=acost.

Then

xA=xCasint=atasint=a(tsint)yA=yCacost=aacost=a(1cost).xA=xCasint=atasint=a(tsint)yA=yCacost=aacost=a(1cost).
There are two figures marked (a) and (b). Figure a has a circle with point A on the circle at the origin. The circle has “spokes,” with point A being at the end of one of these spokes. The circle appears to be travelling to the right on the x axis, with point A being up above the x axis in a second image of the circle drawn slightly to the right. Figure b has a circle in the first quadrant with center C. It touches the x axis at xc. A point A is drawn on the circle and a right triangle is made from this point and point C. The hypotenuse is marked a and the angle at C between A and xc is marked t. Lines are drawn to give the x and y values of A as xA and yA, respectively. Similarly, a line is drawn to give the y value of C as yC.
Figure 7.13 (a) The ant clings to the edge of the bicycle tire as the tire rolls along the ground. (b) Using geometry to determine the position of the ant after the tire has rotated through an angle of t.

Note that these are the same parametric representations we had before, but we have now assigned a physical meaning to the parametric variable t.

After a while the ant is getting dizzy from going round and round on the edge of the tire. So he climbs up one of the spokes toward the center of the wheel. By climbing toward the center of the wheel, the ant has changed his path of motion. The new path has less up-and-down motion and is called a curtate cycloid (Figure 7.14). As shown in the figure, we let b denote the distance along the spoke from the center of the wheel to the ant. As before, we let t represent the angle the tire has rotated through. Additionally, we let C=(xC,yC)C=(xC,yC) represent the position of the center of the wheel and A=(xA,yA)A=(xA,yA) represent the position of the ant.

There are three figures marked (a), (b), and (c). Figure a has a circle with “spokes,” where point A is in the middle of one of these spokes. The circle is tangent to the x axis at the origin. The circle appears to be travelling to the right on the x axis, with point A being higher up in a second image of the circle drawn slightly to the right. Figure b shows the curve that point A would trace out, as the circle travels to the right. It is vaguely sinusoidal. Figure c has a circle in the first quadrant with center C. It touches the x axis at xc. A point A is drawn inside the circle and a right triangle is made from this point and point C. The hypotenuse is marked b, the angle at C between A and xc is marked t, and the distance from C to xc is marked a. Lines are drawn to give the x and y values of A as xA and yA, respectively. Similarly, a line is drawn to give the y value of C as yC.
Figure 7.14 (a) The ant climbs up one of the spokes toward the center of the wheel. (b) The ant’s path of motion after he climbs closer to the center of the wheel. This is called a curtate cycloid. (c) The new setup, now that the ant has moved closer to the center of the wheel.
  1. What is the position of the center of the wheel after the tire has rotated through an angle of t?
  2. Use geometry to find expressions for xCxAxCxA and for yCyA.yCyA.
  3. On the basis of your answers to parts 1 and 2, what are the parametric equations representing the curtate cycloid?
    Once the ant’s head clears, he realizes that the bicyclist has made a turn, and is now traveling away from his home. So he drops off the bicycle tire and looks around. Fortunately, there is a set of train tracks nearby, headed back in the right direction. So the ant heads over to the train tracks to wait. After a while, a train goes by, heading in the right direction, and he manages to jump up and just catch the edge of the train wheel (without getting squished!).
    The ant is still worried about getting dizzy, but the train wheel is slippery and has no spokes to climb, so he decides to just hang on to the edge of the wheel and hope for the best. Now, train wheels have a flange to keep the wheel running on the tracks. So, in this case, since the ant is hanging on to the very edge of the flange, the distance from the center of the wheel to the ant is actually greater than the radius of the wheel (Figure 7.15).
    The setup here is essentially the same as when the ant climbed up the spoke on the bicycle wheel. We let b denote the distance from the center of the wheel to the ant, and we let t represent the angle the tire has rotated through. Additionally, we let C=(xC,yC)C=(xC,yC) represent the position of the center of the wheel and A=(xA,yA)A=(xA,yA) represent the position of the ant (Figure 7.15).
    When the distance from the center of the wheel to the ant is greater than the radius of the wheel, his path of motion is called a prolate cycloid. A graph of a prolate cycloid is shown in the figure.
    There are three figures marked (a), (b), and (c). Figure a has a circle and a point A that is outside the circle on the y axis (below the origin). The circle is tangent to the x axis at the origin. The circle appears to be travelling to the right on the x axis, with point A being above the x axis in a second image of the circle drawn slightly to the right. Figure b has a circle in the first quadrant with center C. It touches the x axis at xc. A point A is drawn outside the circle and a right triangle is made from this point and point C. The hypotenuse is marked b, the angle at C between A and xc is marked t, and the distance from C to xc is marked a. Lines are drawn to give the x and y values of A as xA and yA, respectively. Similarly, a line is drawn to give the y value of C as yC. Figure c shows the curve that point A would trace out, as the circle travels to the right. It is vaguely sinusoidal with an extra loop at the bottom once per revolution.
    Figure 7.15 (a) The ant is hanging onto the flange of the train wheel. (b) The new setup, now that the ant has jumped onto the train wheel. (c) The ant travels along a prolate cycloid.
  4. Using the same approach you used in parts 1– 3, find the parametric equations for the path of motion of the ant.
  5. What do you notice about your answer to part 3 and your answer to part 4?
    Notice that the ant is actually traveling backward at times (the “loops” in the graph), even though the train continues to move forward. He is probably going to be really dizzy by the time he gets home!

Section 7.1 Exercises

For the following exercises, sketch the curves below by eliminating the parameter t. Give the orientation of the curve.

1.

x=t2+2t,x=t2+2t, y=t+1y=t+1

2.

x = cos ( t ) , y = sin ( t ) , ( 0 , 2 π ] x = cos ( t ) , y = sin ( t ) , ( 0 , 2 π ]

3.

x = 2 t + 4 , y = t 1 x = 2 t + 4 , y = t 1

4.

x = 3 t , y = 2 t 3 , 1.5 t 3 x = 3 t , y = 2 t 3 , 1.5 t 3

For the following exercises, eliminate the parameter and sketch the graphs.

5.

x = 2 t 2 , y = t 4 + 1 x = 2 t 2 , y = t 4 + 1

For the following exercises, use technology (CAS or calculator) to sketch the parametric equations.

6.

[T] x=t2+t,y=t21x=t2+t,y=t21

7.

[T] x=et,y=e2t1x=et,y=e2t1

8.

[T] x=3cost,y=4sintx=3cost,y=4sint

9.

[T] x=sect,y=costx=sect,y=cost

For the following exercises, sketch the parametric equations by eliminating the parameter. Indicate any asymptotes of the graph.

10.

x = e t , y = e 2 t + 1 x = e t , y = e 2 t + 1

11.

x = 6 sin ( 2 θ ) , y = 4 cos ( 2 θ ) x = 6 sin ( 2 θ ) , y = 4 cos ( 2 θ )

12.

x = cos θ , y = 2 sin ( 2 θ ) x = cos θ , y = 2 sin ( 2 θ )

13.

x = 3 2 cos θ , y = −5 + 3 sin θ x = 3 2 cos θ , y = −5 + 3 sin θ

14.

x = 4 + 2 cos θ , y = −1 + sin θ x = 4 + 2 cos θ , y = −1 + sin θ

15.

x = sec t , y = tan t x = sec t , y = tan t

16.

x = ln ( 2 t ) , y = t 2 x = ln ( 2 t ) , y = t 2

17.

x = e t , y = e 2 t x = e t , y = e 2 t

18.

x = e −2 t , y = e 3 t x = e −2 t , y = e 3 t

19.

x = t 3 , y = 3 ln t x = t 3 , y = 3 ln t

20.

x = 4 sec θ , y = 3 tan θ x = 4 sec θ , y = 3 tan θ

For the following exercises, convert the parametric equations of a curve into rectangular form. No sketch is necessary. State the domain of the rectangular form.

21.

x = t 2 1 , y = t 2 x = t 2 1 , y = t 2

22.

x = 1 t + 1 , y = t 1 + t , t > −1 x = 1 t + 1 , y = t 1 + t , t > −1

23.

x = 4 cos θ , y = 3 sin θ , θ ( 0 , 2 π ] x = 4 cos θ , y = 3 sin θ , θ ( 0 , 2 π ]

24.

x = cosh t , y = sinh t x = cosh t , y = sinh t

25.

x = 2 t 3 , y = 6 t 7 x = 2 t 3 , y = 6 t 7

26.

x = t 2 , y = t 3 x = t 2 , y = t 3

27.

x = 1 + cos t , y = 3 sin t x = 1 + cos t , y = 3 sin t

28.

x = t , y = 2 t + 4 x = t , y = 2 t + 4

29.

x = sec t , y = tan t , π t < 3 π 2 x = sec t , y = tan t , π t < 3 π 2

30.

x = 2 cosh t , y = 4 sinh t x = 2 cosh t , y = 4 sinh t

31.

x = cos ( 2 t ) , y = sin t x = cos ( 2 t ) , y = sin t

32.

x = 4 t + 3 , y = 16 t 2 9 x = 4 t + 3 , y = 16 t 2 9

33.

x = t 2 , y = 2 ln t , t 1 x = t 2 , y = 2 ln t , t 1

34.

x = t 3 , y = 3 ln t , t 1 x = t 3 , y = 3 ln t , t 1

35.

x=tn,y=nlnt,t1,x=tn,y=nlnt,t1, where n is a natural number

36.

x=ln(5t)y=ln(t2)x=ln(5t)y=ln(t2) where 1te1te

37.

x = 2 sin ( 8 t ) y = 2 cos ( 8 t ) x = 2 sin ( 8 t ) y = 2 cos ( 8 t )

38.

x = tan t y = sec 2 t 1 x = tan t y = sec 2 t 1

For the following exercises, the pairs of parametric equations represent lines, parabolas, circles, ellipses, or hyperbolas. Name the type of basic curve that each pair of equations represents.

39.

x = 3 t + 4 y = 5 t 2 x = 3 t + 4 y = 5 t 2

40.

x 4 = 5 t y + 2 = t x 4 = 5 t y + 2 = t

41.

x = 2 t + 1 y = t 2 3 x = 2 t + 1 y = t 2 3

42.

x = 3 cos t y = 3 sin t x = 3 cos t y = 3 sin t

43.

x = 2 cos ( 3 t ) y = 2 sin ( 3 t ) x = 2 cos ( 3 t ) y = 2 sin ( 3 t )

44.

x = cosh t y = sinh t x = cosh t y = sinh t

45.

x = 3 cos t y = 4 sin t x = 3 cos t y = 4 sin t

46.

x = 2 cos ( 3 t ) y = 5 sin ( 3 t ) x = 2 cos ( 3 t ) y = 5 sin ( 3 t )

47.

x = 3 cosh ( 4 t ) y = 4 sinh ( 4 t ) x = 3 cosh ( 4 t ) y = 4 sinh ( 4 t )

48.

x = 2 cosh t y = 2 sinh t x = 2 cosh t y = 2 sinh t

49.

Show that x=h+rcosθy=k+rsinθx=h+rcosθy=k+rsinθ represents the equation of a circle.

50.

Use the equations in the preceding problem to find a set of parametric equations for a circle whose radius is 5 and whose center is (−2,3).(−2,3).

For the following exercises, use a graphing utility to graph the curve represented by the parametric equations and identify the curve from its equation.

51.

[T] x=θ+sinθy=1cosθx=θ+sinθy=1cosθ

52.

[T] x=2t2sinty=22costx=2t2sinty=22cost

53.

[T] x=t0.5sinty=11.5costx=t0.5sinty=11.5cost

54.

An airplane traveling horizontally at 100 m/s over flat ground at an elevation of 4000 meters must drop an emergency package on a target on the ground. The trajectory of the package is given by x=100t,y=−4.9t2+4000,t0x=100t,y=−4.9t2+4000,t0 where the origin is the point on the ground directly beneath the plane at the moment of release. How many horizontal meters before the target should the package be released in order to hit the target?

55.

The trajectory of a bullet is given by x=v0(cosα)t,y=v0(sinα)t12gt2x=v0(cosα)t,y=v0(sinα)t12gt2 where v0=500m/s,v0=500m/s, g=9.8=9.8m/s2,g=9.8=9.8m/s2, and α=30degrees.α=30degrees. When will the bullet hit the ground? How far from the gun will the bullet hit the ground?

56.

[T] Use technology to sketch the curve represented by x=sin(4t),y=sin(3t),0t2π.x=sin(4t),y=sin(3t),0t2π.

57.

[T] Use technology to sketch x=2tan(t),y=3sec(t),π<t<π.x=2tan(t),y=3sec(t),π<t<π.

58.

Sketch the curve known as an epitrochoid, which gives the path of a point on a circle of radius b as it rolls on the outside of a circle of radius a. The equations are

x=(a+b)costc·cos[(a+b)tb]y=(a+b)sintc·sin[(a+b)tb].x=(a+b)costc·cos[(a+b)tb]y=(a+b)sintc·sin[(a+b)tb].
Let a=1,b=2,c=1.a=1,b=2,c=1.

59.

[T] Use technology to sketch the spiral curve given by x=tcos(t),y=tsin(t)x=tcos(t),y=tsin(t) from −2πt2π.−2πt2π.

60.

[T] Use technology to graph the curve given by the parametric equations x=2cot(t),y=1cos(2t),π/2tπ/2.x=2cot(t),y=1cos(2t),π/2tπ/2. This curve is known as the witch of Agnesi.

61.

[T] Sketch the curve given by parametric equations x=cosh(t)y=sinh(t),x=cosh(t)y=sinh(t), where −2t2.−2t2.

Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution-NonCommercial-ShareAlike License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/calculus-volume-2/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/calculus-volume-2/pages/1-introduction
Citation information

© Feb 5, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.