Chap 7
Chap 7
7 | PARAMETRIC
EQUATIONS AND POLAR
COORDINATES
Figure 7.1 The chambered nautilus is a marine animal that lives in the tropical Pacific Ocean. Scientists think they have
existed mostly unchanged for about 500 million years.(credit: modification of work by Jitze Couperus, Flickr)
606 Chapter 7 | Parametric Equations and Polar Coordinates
Chapter Outline
7.1 Parametric Equations
7.2 Calculus of Parametric Curves
7.3 Polar Coordinates
7.4 Area and Arc Length in Polar Coordinates
7.5 Conic Sections
Introduction
The chambered nautilus is a fascinating creature. This animal feeds on hermit crabs, fish, and other crustaceans. It has a
hard outer shell with many chambers connected in a spiral fashion, and it can retract into its shell to avoid predators. When
part of the shell is cut away, a perfect spiral is revealed, with chambers inside that are somewhat similar to growth rings in
a tree.
The mathematical function that describes a spiral can be expressed using rectangular (or Cartesian) coordinates. However,
if we change our coordinate system to something that works a bit better with circular patterns, the function becomes much
simpler to describe. The polar coordinate system is well suited for describing curves of this type. How can we use this
coordinate system to describe spirals and other radial figures? (See Example 7.14.)
In this chapter we also study parametric equations, which give us a convenient way to describe curves, or to study the
position of a particle or object in two dimensions as a function of time. We will use parametric equations and polar
coordinates for describing many topics later in this text.
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)⎞⎠ can describe the position in the plane of a given object as it moves along a curved path.
Figure 7.2 depicts Earth’s orbit around the Sun during one year. The point labeled F 2 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.
We can determine the functions for x(t) and y(t), thereby parameterizing the orbit of Earth around the Sun. The variable
t is called an independent parameter and, in this context, represents time relative to the beginning of each year.
A curve in the (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) and y = y(t)
are called parametric equations and t is called the parameter. The set of points (x, y) obtained as t varies over the
608 Chapter 7 | Parametric Equations and Polar Coordinates
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) and y(t) generate a set of ordered pairs (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) and y(t).
Example 7.1
b. x(t) = t 2 − 3, y(t) = 2t + 1, −2 ≤ t ≤ 3
Solution
a. To create a graph of this curve, first set up a table of values. Since the independent variable in both x(t)
and y(t) is t, let t appear in the first column. Then x(t) and y(t) will appear in the second and third
columns of the table.
t x(t) y(t)
−3 −4 −2
−2 −3 0
−1 −2 2
0 −1 4
1 0 6
2 1 8
The second and third columns in this table provide a set of points to be plotted. The graph of these points
appears in Figure 7.4. The arrows on the graph indicate the orientation of the graph, that is, the direction
that a point moves on the graph as t varies from −3 to 2.
t x(t) y(t)
−2 1 −3
−1 −2 −1
0 −3 1
1 −2 3
2 1 5
3 6 7
The second and third columns in this table give a set of points to be plotted (Figure 7.5). The first point
on the graph (corresponding to t = −2) has coordinates (1, −3), and the last point (corresponding
to t = 3) has coordinates (6, 7). As t progresses from −2 to 3, the point on the curve travels along a
parabola. The direction the point moves is again called the orientation and is indicated on the graph.
610 Chapter 7 | Parametric Equations and Polar Coordinates
c. In this case, use multiples of π/6 for t and create another table of values:
0 4 0 7π −2 3 ≈ −3.5 2
6
π 2 3 ≈ 3.5 2 4π −2 −2 3 ≈ −3.5
6 3
π 2 2 3 ≈ 3.5 3π 0 −4
3 2
π 0 4 5π 2 −2 3 ≈ −3.5
2 3
5π −2 3 ≈ −3.5 2 2π 4 0
6
π −4 0
This is the graph of a circle with radius 4 centered at the origin, with a counterclockwise orientation. The
starting point and ending points of the curve both have coordinates (4, 0).
⎛y − 1 ⎞
2
y 2 − 2y + 1 y 2 − 2y − 11
x=⎝
2 ⎠
− 3 = − 3 = .
4 4
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) and ended at (6, 7). These
terminations were due to the restriction on the parameter t.
612 Chapter 7 | Parametric Equations and Polar Coordinates
Example 7.2
Eliminate the parameter for each of the plane curves described by the following parametric equations and describe
the resulting graph.
a. x(t) = 2t + 4, y(t) = 2t + 1, −2 ≤ t ≤ 6
Solution
a. To eliminate the parameter, we can solve either of the equations for t. For example, solving the first
equation for t gives
x = 2t + 4
x 2 = 2t + 4
x 2 − 4 = 2t
2
t = x − 4.
2
2
Note that when we square both sides it is important to observe that x ≥ 0. Substituting t = x − 4 this
2
into y(t) yields
y(t) = 2t + 1
⎛ 2 ⎞
y = 2⎝x − 4 ⎠ + 1
2
y = x2 − 4 + 1
y = x 2 − 3.
This is the equation of a parabola opening upward. There is, however, a domain restriction because
of the limits on the parameter t. When t = −2, x = 2(−2) + 4 = 0, and when t = 6,
x = 2(6) + 4 = 4. The graph of this plane curve follows.
b. Sometimes it is necessary to be a bit creative in eliminating the parameter. The parametric equations for
this example are
x(t) = 4 cos t and y(t) = 3 sin t.
Solving either equation for t directly is not advisable because sine and cosine are not one-to-one functions.
However, dividing the first equation by 4 and the second equation by 3 (and suppressing the t) gives us
y
cos t = x and sin t = .
4 3
Now use the Pythagorean identity cos 2 t + sin 2 t = 1 and replace the expressions for sin t and cos t
with the equivalent expressions in terms of x and y. This gives
⎛x ⎞ ⎛y ⎞
2 2
⎝4 ⎠ + ⎝3 ⎠ = 1
2
x2 + y = 1.
16 9
This is the equation of a horizontal ellipse centered at the origin, with semimajor axis 4 and semiminor
axis 3 as shown in the following graph.
614 Chapter 7 | Parametric Equations and Polar Coordinates
As t progresses from 0 to 2π, a point on the curve traverses the ellipse once, in a counterclockwise
direction. Recall from the section opener that the orbit of Earth around the Sun is also elliptical. This is a
perfect example of using parameterized curves to model a real-world phenomenon.
7.2 Eliminate the parameter for the plane curve defined by the following parametric equations and describe
the resulting graph.
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
Solution
First, it is always possible to parameterize a curve by defining x(t) = t, then replacing x with t in the equation
for y(t). This gives the parameterization
x(t) = t, y(t) = 2t 2 − 3.
Since there is no restriction on the domain in the original graph, there is no restriction on the values of t.
We have complete freedom in the choice for the second parameterization. For example, we can choose
x(t) = 3t − 2. The only thing we need to check is that there are no restrictions imposed on x; that is, the range
of x(t) is all real numbers. This is the case for x(t) = 3t − 2. Now since y = 2x 2 − 3, we can substitute
x(t) = 3t − 2 for x. This gives
y(t) = 2(3t − 2) 2 − 2
= 2⎛⎝9t 2 − 12t + 4⎞⎠ − 2
= 18t 2 − 24t + 8 − 2
= 18t 2 − 24t + 6.
Therefore, a second parameterization of the curve can be written as
x(t) = 3t − 2 and y(t) = 18t 2 − 24t + 6.
7.3 Find two different sets of parametric equations to represent the graph of y = x 2 + 2x.
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) = a
for any value of 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) = −a sin t, y(t) = −a cos t.
(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(t − sin t), y(t) = a(1 − cos t).
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
616 Chapter 7 | Parametric Equations and Polar Coordinates
on the edge of the green circle traces out the red graph, which is called a hypocycloid.
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 a − b. This fact explains the first term in each equation above. The period of the second
trigonometric function in both x(t) and y(t) is equal to 2πb .
a−b
The ratio a is related to the number of cusps on the graph (cusps are the corners or pointed ends of the graph), as illustrated
b
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 = 4 and 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 a . In these cases the hypocycloids have an infinite
b
number of cusps, so they never return to their starting point. These are examples of what are known as space-filling curves.
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) and (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). 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.
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.
d. F is the point on the line segment OA such that the line segment EF is perpendicular to the line segment
OA.
e. b is the distance from O to F.
f. c is the distance from F to A.
g. d is the distance from O to B.
h. θ is the measure of angle ∠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 = 2a .
sin θ
3. Note that x = d cos θ. Show that x = 2a cot θ. 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 ?
⎛ ⎞
5. Show that b + c = 2a cos⎝π − θ⎠.
2
⎛ ⎞
6. Show that y = 2a cos⎝π − θ⎠ sin θ.
2
7. Show that y = 2a sin 2 θ. You have now parameterized the y-coordinate of the curve with respect to θ.
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 = (x C, y C), is given by
x C = at and y C = a.
Then
x A = x C − a sin t = at − a sin t = a(t − sin t)
y A = y C − a cos t = a − a cos t = a(1 − cos t).
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 = (x C, y C) represent the position of the center of the
wheel and A = (x A, y A) represent the position of the ant.
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 x C − x A and for y C − y A.
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 = (x C, y C) represent the position of the center of the wheel and
A = (x A, y A) 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.
622 Chapter 7 | Parametric Equations and Polar Coordinates
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!
7.1 EXERCISES
For the following exercises, sketch the curves below by 20. x = 4 sec θ, y = 3 tan θ
eliminating the parameter t. Give the orientation of the
curve. For the following exercises, convert the parametric
equations of a curve into rectangular form. No sketch is
1. x = t 2 + 2t, y=t+1 necessary. State the domain of the rectangular form.
21. x = t − 1, y = t
2
2. x = cos(t), y = sin(t), (0, 2π]
2
3. x = 2t + 4, y = t − 1 1 , y = t , t > −1
22. x = 1+t
t+1
4. x = 3 − t, y = 2t − 3, 1.5 ≤ t ≤ 3
23. x = 4 cos θ, y = 3 sin θ, t ∈ (0, 2π]
For the following exercises, eliminate the parameter and
sketch the graphs. 24. x = cosh t, y = sinh t
5. x = 2t 2, y = t4 + 1 25. x = 2t − 3, y = 6t − 7
28. x = t, y = 2t + 4
7. [T] x = e −t, y = e 2t − 1
For the following exercises, sketch the parametric 31. x = cos(2t), y = sin t
equations by eliminating the parameter. Indicate any
asymptotes of the graph.
32. x = 4t + 3, y = 16t 2 − 9
10. x = e t, y = e 2t + 1
33. x = t 2, y = 2 ln t, t ≥ 1
11. x = 6 sin(2θ), y = 4 cos(2θ)
34. x = t 3, y = 3 ln t, t ≥ 1
12. x = cos θ, y = 2 sin(2θ)
35. x = t n, y = n ln t, t ≥ 1, where n is a natural
13. x = 3 − 2 cos θ, y = −5 + 3 sin θ number
17. x = e t, y = e 2t x = tan t
38. y = sec 2 t − 1
18. x = e −2t, y = e 3t
For the following exercises, the pairs of parametric
3
19. x = t , y = 3 ln t equations represent lines, parabolas, circles, ellipses, or
hyperbolas. Name the type of basic curve that each pair of
624 Chapter 7 | Parametric Equations and Polar Coordinates
x = h + r cos θ 59. [T] Use technology to sketch the spiral curve given by
49. Show that y = k + r sin θ represents the equation of
x = t cos(t), y = t sin(t) from −2π ≤ t ≤ 2π.
a circle.
60. [T] Use technology to graph the curve given by the
50. Use the equations in the preceding problem to find a parametric equations
set of parametric equations for a circle whose radius is 5 x = 2 cot(t), y = 1 − cos(2t), −π/2 ≤ t ≤ π/2. This
and whose center is (−2, 3).
curve is known as the witch of Agnesi.
For the following exercises, use a graphing utility to graph 61. [T] Sketch the curve given by parametric equations
the curve represented by the parametric equations and x = cosh(t)
identify the curve from its equation. y = sinh(t), where −2 ≤ t ≤ 2.
x = θ + sin θ
51. [T] y = 1 − cos θ
x = 2t − 2 sin t
52. [T] y = 2 − 2 cos t
x = t − 0.5 sin t
53. [T] y = 1 − 1.5 cos t
Now that we have introduced the concept of a parameterized curve, our next step is to learn how to work with this concept
in the context of calculus. For example, if we know a parameterization of a given curve, is it possible to calculate the slope
of a tangent line to the curve? How about the arc length of the curve? Or the area under the curve?
Another scenario: Suppose we would like to represent the location of a baseball after the ball leaves a pitcher’s hand. If
the position of the baseball is represented by the plane curve ⎛⎝x(t), y(t)⎞⎠, then we should be able to use calculus to find
the speed of the ball at any given time. Furthermore, we should be able to calculate just how far that ball has traveled as a
function of time.
The graph of this curve appears in Figure 7.16. It is a line segment starting at (−1, −10) and ending at (9, 5).
We can eliminate the parameter by first solving the equation x(t) = 2t + 3 for t:
x(t) = 2t + 3
x − 3 = 2t
t = x − 3.
2
Substituting this into y(t), we obtain
y(t) = 3t − 4
⎛ ⎞
y = 3⎝ x − 3 ⎠ − 4
2
y = 3x − 9 −4
2 2
y = 3x − 17 .
2 2
dy 3
The slope of this line is given by = . Next we calculate x′ (t) and y′ (t). This gives x′ (t) = 2 and y′ (t) = 3. Notice
dx 2
dy dy/dt 3
that = = . This is no coincidence, as outlined in the following theorem.
dx dx/dt 2
Proof
This theorem can be proven using the Chain Rule. In particular, assume that the parameter t can be eliminated, yielding
a differentiable function y = F(x). Then y(t) = F(x(t)). Differentiating both sides of this equation using the Chain Rule
yields
y′ (t) = F′ (x(t))x′ (t),
so
y′ (t)
F′ ⎛⎝x(t)⎞⎠ = .
x′ (t)
dy
But F′ ⎛⎝x(t)⎞⎠ = , which proves the theorem.
dx
□
Equation 7.1 can be used to calculate derivatives of plane curves, as well as critical points. Recall that a critical point of
a differentiable function y = f (x) is any point x = x 0 such that either f ′ (x 0) = 0 or f ′ (x 0) does not exist. Equation
7.1 gives a formula for the slope of a tangent line to a curve defined parametrically regardless of whether the curve can be
described by a function y = f (x) or not.
Example 7.4
dy
Calculate the derivative for each of the following parametrically defined plane curves, and locate any critical
dx
points on their respective graphs.
a. x(t) = t 2 − 3, y(t) = 2t − 1, −3 ≤ t ≤ 4
b. x(t) = 2t + 1, y(t) = t 3 − 3t + 4, −2 ≤ t ≤ 5
Solution
a. To apply Equation 7.1, first calculate x′ (t) and y′(t):
x′ (t) = 2t
y′ (t) = 2.
This derivative is undefined when t = 0. Calculating x(0) and y(0) gives x(0) = (0) 2 − 3 = −3 and
y(0) = 2(0) − 1 = −1, which corresponds to the point (−3, −1) on the graph. The graph of this curve
is a parabola opening to the right, and the point (−3, −1) is its vertex as shown.
x′ (t) = 2
y′ (t) = 3t 2 − 3.
628 Chapter 7 | Parametric Equations and Polar Coordinates
which corresponds to the point (3, 2) on the graph. The point (3, 2) is a relative minimum and the point
(−1, 6) is a relative maximum, as seen in the following graph.
x′ (t) = −5 sin t
y′ (t) = 5 cos t.
This derivative is zero when cos t = 0 and is undefined when sin t = 0. This gives
π
t = 0, , π, 3π , and 2π as critical points for t. Substituting each of these into x(t) and y(t), we obtain
2 2
t x(t) y(t)
0 5 0
π 0 5
2
π −5 0
3π 0 −5
2
2π 5 0
These points correspond to the sides, top, and bottom of the circle that is represented by the parametric
equations (Figure 7.19). On the left and right edges of the circle, the derivative is undefined, and on the
top and bottom, the derivative equals zero.
7.4 Calculate the derivative dy/dx for the plane curve defined by the equations
Example 7.5
Find the equation of the tangent line to the curve defined by the equations
x(t) = t 2 − 3, y(t) = 2t − 1, −3 ≤ t ≤ 4 when t = 2.
Solution
First find the slope of the tangent line using Equation 7.1, which means calculating x′ (t) and y′(t):
x′ (t) = 2t
y′ (t) = 2.
which corresponds to the point (1, 3) on the graph (Figure 7.20). Now use the point-slope form of the equation
of a line to find the equation of the tangent line:
y − y 0 = m(x − x 0)
y − 3 = 1 (x − 1)
2
y−3 = x− 1
1
2 2
y = x + 5.
1
2 2
7.5 Find the equation of the tangent line to the curve defined by the equations
x(t) = t 2 − 4t, y(t) = 2t 3 − 6t, −2 ≤ t ≤ 3 when t = 5.
Second-Order Derivatives
Our next goal is to see how to take the second derivative of a function defined parametrically. The second derivative of a
function y = f (x) is defined to be the derivative of the first derivative; that is,
d2 y ⎡dy ⎤
= d
dx 2 dx ⎣dx ⎦
.
dy dy/dt dy
Since = , we can replace the y on both sides of this equation with . This gives us
dx dx/dt dx
d2 y d ⎛dy ⎞ = (d/dt)⎝dy/dx⎠ .
⎛ ⎞ (7.2)
dx 2 dx ⎝dx ⎠
=
dx/dt
Example 7.6
Calculate the second derivative d 2 y/dx 2 for the plane curve defined by the parametric equations
x(t) = t 2 − 3, y(t) = 2t − 1, −3 ≤ t ≤ 4.
Solution
dy
From Example 7.4 we know that = 2 = 1 . Using Equation 7.2, we obtain
dx 2t t
d 2 y (d/dt)⎛⎝dy/dx⎞⎠ (d/dt)(1/t) −t −2
= = = = − 13 .
dx 2 dx/dt 2t 2t 2t
7.6 Calculate the second derivative d 2 y/dx 2 for the plane curve defined by the equations
Figure 7.21 Graph of a cycloid with the arch over [0, 2π]
highlighted.
To derive a formula for the area under the curve defined by the functions
x = x(t), y = y(t), a ≤ t ≤ b,
we assume that x(t) is differentiable and start with an equal partition of the interval a ≤ t ≤ b. Suppose
t 0 = a < t 1 < t 2 < ⋯ < t n = b and consider the following graph.
We use rectangles to approximate the area under the curve. The height of a typical rectangle in this parametrization is
– –
y⎛⎝x⎛⎝ t i⎞⎠⎞⎠ for some value t i in the ith subinterval, and the width can be calculated as x(t i) − x(t i − 1). Thus the area of the
ith rectangle is given by
–
A i = y⎛⎝x⎛⎝ t i⎞⎠⎞⎠ ⎛⎝x(t i) − x(t i − 1)⎞⎠.
∑ y⎛⎝x⎛⎝ –t i⎞⎠⎞⎠ ⎛⎝x(t ti) −− tx(t i − 1) ⎞⎠(t i − t i − 1) = ∑ y⎛⎝x⎛⎝ –t i⎞⎠⎞⎠ ⎛⎝x(t i) −Δtx(t i − 1) ⎞⎠Δt.
n n
An =
i=1 i i−1 i=1
and assume that x(t) is differentiable. The area under this curve is given by
b (7.3)
A = ∫ y(t)x′ (t) dt.
a
Example 7.7
Find the area under the curve of the cycloid defined by the equations
x(t) = t − sin t, y(t) = 1 − cos t, 0 ≤ t ≤ 2π.
Solution
Using Equation 7.3, we have
b
A = ∫ y(t)x′ (t) dt
a
2π
=∫ (1 − cos t)(1 − cos t) dt
0
2π
=∫ (1 − 2 cos t + cos 2 t)dt
0
2π
⎛ 1 + cos 2t ⎞ dt
=∫ ⎝1 − 2 cos t + ⎠
0 2
2π
⎛3 cos 2t ⎞
=∫ ⎝2 − 2 cos t + 2 ⎠ dt
0
|
2π
= 3t − 2 sin t + sin 2t 0
2 4
= 3π.
7.7 Find the area under the curve of the hypocycloid defined by the equations
x(t) = 3 cos t + cos 3t, y(t) = 3 sin t − sin 3t, 0 ≤ t ≤ π.
Given a plane curve defined by the functions x = x(t), y = y(t), a ≤ t ≤ b, we start by partitioning the interval [a, b]
into n equal subintervals: t 0 = a < t 1 < t 2 < ⋯ < t n = b. The width of each subinterval is given by Δt = (b − a)/n. We
can calculate the length of each line segment:
⎛
d1 = x(t 1) − x(t 0)⎞⎠ 2 + ⎛⎝y(t 1) − y(t 0)⎞⎠ 2
⎝
⎛
d2 = x(t 2) − x(t 1)⎞⎠ 2 + ⎛⎝y(t 2) − y(t 1)⎞⎠ 2 etc.
⎝
Then add these up. We let s denote the exact arc length and s n denote the approximation by n line segments:
n n (7.4)
s≈ ∑ sk = ∑ ⎛
x(t k) − x(t k − 1)⎞⎠ 2 + ⎛⎝y(t k) − y(t k − 1)⎞⎠ 2.
⎝
k=1 k=1
If we assume that x(t) and y(t) are differentiable functions of t, then the Mean Value Theorem (Introduction to the
Applications of Derivatives (http://cnx.org/content/m53602/latest/) ) applies, so in each subinterval [t k − 1, t k]
^
there exist t k and t̃ k such that
⎛^ ⎞ ⎛^ ⎞
x(t k) − x(t k − 1) = x′ ⎝ t k⎠(t k − t k − 1) = x′ ⎝ t k⎠Δt
⎛ ⎛^ ⎞ ⎞
n 2 2
= ∑ ⎛ ⎛ ⎞ ⎞
⎝x′ ⎝ t k⎠Δt⎠ + ⎝y′ ⎝t̃ k⎠Δt⎠
k=1
⎛ ⎛ ^ ⎞⎞
n 2
2 ⎛ ⎛ ⎞⎞ 2
= ∑ ⎝x′ ⎝ t k⎠⎠ (Δt) + ⎝y′ ⎝t̃ k⎠⎠ (Δt)
2
k=1
⎛ n 2⎞
⎛ ⎛ ^ ⎞⎞
2
= ⎜ ∑ ⎝x′ ⎝ t k⎠⎠ + ⎛⎝y′ ⎛⎝t̃ k⎞⎠⎞⎠ ⎟Δt.
⎝k = 1 ⎠
This is a Riemann sum that approximates the arc length over a partition of the interval [a, b]. If we further assume that
the derivatives are continuous and let the number of points in the partition increase without bound, the approximation
approaches the exact arc length. This gives
n
s = n lim
→∞
∑ sk
k=1
⎛ n 2⎞
⎜ ∑ ⎛⎝x′ ⎛⎝ t k⎞⎠⎞⎠ + ⎛⎝y′ ⎛⎝t̃ k⎞⎠⎞⎠ ⎟Δt
2
^
= n lim
→∞
⎝k = 1 ⎠
b
=∫ (x′ (t)) 2 + ⎛⎝y′ (t)⎞⎠ 2dt.
a
^
When taking the limit, the values of t k and t̃ k are both contained within the same ever-shrinking interval of width Δt,
so they must converge to the same value.
We can summarize this method in the following theorem.
and assume that x(t) and y(t) are differentiable functions of t. Then the arc length of this curve is given by
⎛dy ⎞
t2 2 (7.5)
⎛dx ⎞
2
s=∫ + ⎝ ⎠ dt.
t 1 ⎝ dt ⎠ dt
At this point a side derivation leads to a previous formula for arc length. In particular, suppose the parameter can
be eliminated, leading to a function y = F(x). Then y(t) = F(x(t)) and the Chain Rule gives y′ (t) = F′ (x(t))x′ (t).
Substituting this into Equation 7.5 gives
⎛dy ⎞
t2 2
⎛dx ⎞
2
s =∫ ⎝ dt ⎠ + ⎝ dt ⎠ dt
t1
t2
⎛dx ⎞ ⎛ dx ⎞
2 2
=∫ ⎝ dt ⎠ + ⎝F′ (x) dt ⎠ dt
t1
t2
⎛dx ⎞ ⎛
2
2⎞
=∫ ⎝ dt ⎠ ⎝1 + (F′ (x)) ⎠dt
t1
⎛dy ⎞
t2 2
=∫ x′ (t) 1 + ⎝ ⎠ dt.
t1 dx
Here we have assumed that x′ (t) > 0, which is a reasonable assumption. The Chain Rule gives dx = x′ (t) dt, and
letting a = x(t 1) and b = x(t 2) we obtain the formula
⎛dy ⎞
b 2
s=∫ 1 + ⎝ ⎠ dx,
a dx
which is the formula for arc length obtained in the Introduction to the Applications of Integration.
Example 7.8
Solution
The values t = 0 to t = π trace out the red curve in Figure 7.23. To determine its length, use Equation 7.5:
⎛dy ⎞
t2 2
⎛dx ⎞
2
s =∫ ⎝ dt ⎠ + ⎝ dt ⎠ dt
t1
π
=∫ (−3 sin t) 2 + (3 cos t) 2dt
0
π
=∫ 9 sin 2 t + 9 cos 2 t dt
0
π
=∫ 9⎛⎝sin 2 t + cos 2 t⎞⎠dt
0
π
= ∫ 3dt = 3t| π0 = 3π.
0
Note that the formula for the arc length of a semicircle is πr and the radius of this circle is 3. This is a great
example of using calculus to derive a known formula of a geometric quantity.
7.8 Find the arc length of the curve defined by the equations
x(t) = 3t 2, y(t) = 2t 3, 1 ≤ t ≤ 3.
We now return to the problem posed at the beginning of the section about a baseball leaving a pitcher’s hand. Ignoring the
effect of air resistance (unless it is a curve ball!), the ball travels a parabolic path. Assuming the pitcher’s hand is at the
origin and the ball travels left to right in the direction of the positive x-axis, the parametric equations for this curve can be
written as
x(t) = 140t, y(t) = −16t 2 + 2t
where t represents time. We first calculate the distance the ball travels as a function of time. This distance is represented
by the arc length. We can modify the arc length formula slightly. First rewrite the functions x(t) and y(t) using v as an
independent variable, so as to eliminate any confusion with the parameter t:
x(v) = 140v, y(v) = −16v 2 + 2v.
⎛dy ⎞
2
⎛dx ⎞
t 2
s(t) = ∫ ⎝ ⎠ + ⎝dv ⎠ dv
0 dv
t
=∫ 140 2 + (−32v + 2) 2dv.
0
The variable v acts as a dummy variable that disappears after integration, leaving the arc length as a function of time t. To
integrate this expression we can use a formula from Appendix A,
| |
2
∫ a 2 + u 2du = u a 2 + u 2 + a ln u + a 2 + u 2 + C.
2 2
s′ (t) = d ⎡⎣s(t)⎤⎦
dt
⎡ t ⎤
= d ∫ 140 2 + (−32v + 2) 2dv
dt ⎣ 0 ⎦
= 140 2 + (−32t + 2) 2
= 1024t 2 − 128t + 19604
= 2 256t 2 − 32t + 4901.
One third of a second after the ball leaves the pitcher’s hand, the distance it travels is equal to
638 Chapter 7 | Parametric Equations and Polar Coordinates
⎛ ⎞ ⎛ ⎞ ⎛ ⎞ ⎛ ⎞
2
s⎝1 ⎠ = ⎝1/3 − 1 ⎠ 1024⎝1 ⎠ − 128⎝1 ⎠ + 19604
3 2 32 3 3
⎛
|⎛ ⎞ ⎞ ⎛ ⎞ ⎛ ⎞
|
2
− 1225 ln ⎝−32⎝1 ⎠ + 2⎠ + 1024⎝1 ⎠ − 128⎝1 ⎠ + 19604
4 3 3 3
⎛ ⎞ ⎛ ⎞ ⎛ ⎞
2
s′ ⎝1 ⎠ = 2 256⎝1 ⎠ − 16⎝1 ⎠ + 4901 ≈ 140.34 ft/s.
3 3 3
This speed translates to approximately 95 mph—a major-league fastball.
Example 7.9
Solution
We start with the curve defined by the equations
x(t) = r cos t, y(t) = r sin t, 0 ≤ t ≤ π.
This generates an upper semicircle of radius r centered at the origin as shown in the following graph.
When this curve is revolved around the x-axis, it generates a sphere of radius r. To calculate the surface area of
the sphere, we use Equation 7.6:
b
S = 2π ∫ y(t) ⎛⎝x′ (t)⎞⎠ 2 + ⎛⎝y′ (t)⎞⎠ 2dt
a
π
= 2π ∫ r sin t (−r sin t) 2 + (r cos t) 2dt
0
π
= 2π ∫ r sin t r 2 sin 2 t + r 2 cos 2 t dt
0
π
= 2π ∫ r sin t r 2 ⎛⎝sin 2 t + cos 2 t⎞⎠dt
0
π
= 2π ∫ r 2 sin t dt
0
= 2πr (−cos t| π0)
2
7.9 Find the surface area generated when the plane curve defined by the equations
x(t) = t 3, y(t) = t 2, 0≤t≤1
7.2 EXERCISES
For the following exercises, each set of parametric 79. For x = sin(2t), y = 2 sin t where 0 ≤ t < 2π. Find
equations represents a line. Without eliminating the all values of t at which a vertical tangent line exists.
parameter, find the slope of each line.
80. Find all points on the curve x = 4 cos(t), y = 4 sin(t)
62. x = 3 + t, y = 1 − t
that have the slope of 1 .
2
63. x = 8 + 2t, y = 1
dy
64. x = 4 − 3t, y = −2 + 6t 81. Find for x = sin(t), y = cos(t).
dx
all values of t at which a horizontal tangent line exists. 93. x = cos t, y = sin t, t = 3π
4
99. Determine the concavity of the curve 115. Find the distance traveled by a particle with position
x = 2t + ln t, y = 2t − ln t. (x, y) as t varies in the given time interval:
100. Sketch and find the area under one arch of the cycloid x = sin 2 t, y = cos 2 t, 0 ≤ t ≤ 3π .
x = r(θ − sin θ), y = r(1 − cos θ).
116. Find the length of one arch of the cycloid
101. Find the area bounded by the curve x = θ − sin θ, y = 1 − cos θ.
x = cos t, y = e t, 0 ≤ t ≤ π and the lines y = 1 and
2 117. Show that the total length of the ellipse
x = 0. x = 4 sin θ, y = 3 cos θ is
π/2
102. Find the area enclosed by the ellipse L = 16∫ 1 − e 2 sin 2 θ dθ, where e = ac and
x = a cos θ, y = b sin θ, 0 ≤ θ < 2π. 0
c = a 2 − b 2.
103. Find the area of the region bounded by
x = 2 sin 2 θ, y = 2 sin 2 θ tan θ, for 0 ≤ θ ≤ π . 118. Find the length of the curve
2
x = e t − t, y = 4e t/2, −8 ≤ t ≤ 3.
For the following exercises, find the area of the regions
bounded by the parametric curves and the indicated values For the following exercises, find the area of the surface
of the parameter. obtained by rotating the given curve about the x-axis.
The rectangular coordinate system (or Cartesian plane) provides a means of mapping points to ordered pairs and ordered
pairs to points. This is called a one-to-one mapping from points in the plane to ordered pairs. The polar coordinate system
provides an alternative method of mapping points to ordered pairs. In this section we see that in some circumstances, polar
coordinates can be more useful than rectangular coordinates.
Using right-triangle trigonometry, the following equations are true for the point P:
cos θ = xr so x = r cos θ
y
sin θ = r so y = r sin θ.
Furthermore,
y
r 2 = x 2 + y 2 and tan θ = x .
Each point (x, y) in the Cartesian coordinate system can therefore be represented as an ordered pair (r, θ) in the polar
coordinate system. The first coordinate is called the radial coordinate and the second coordinate is called the angular
coordinate. Every point in the plane can be represented in this form.
Note that the equation tan θ = y/x has an infinite number of solutions for any ordered pair (x, y). However, if we restrict
the solutions to values between 0 and 2π then we can assign a unique solution to the quadrant in which the original point
(x, y) is located. Then the corresponding value of r is positive, so r 2 = x 2 + y 2.
These formulas can be used to convert from rectangular to polar or from polar to rectangular coordinates.
Example 7.10
d. (5 3, −5)
Convert each of the following points into rectangular coordinates.
e. (3, π/3)
f. (2, 3π/2)
g. (6, −5π/6)
Solution
a. Use x = 1 and y = 1 in Equation 7.8:
y
tan θ = x
r 2 = x2 + y2
= 12 + 12 and = 1=1
1
r = 2 θ = π.
4
⎛ ⎞
Therefore this point can be represented as ⎝ 2, π ⎠ in polar coordinates.
4
b. Use x = −3 and y = 4 in Equation 7.8:
y
tan θ = x
r 2 = x2 + y2 = −4
2 2 and 3
= (−3) + (4)
⎛ ⎞
r = 5 θ = −arctan⎝4 ⎠
3
≈ 2.21.
r 2 = x2 + y2 y
tan θ = x
= (3) 2 + (0) 2 and
= 9+0 = 3.
0
r = 3
Direct application of the second equation leads to division by zero. Graphing the point (0, 3) on the
rectangular coordinate system reveals that the point is located on the positive y-axis. The angle between
⎛ ⎞
the positive x-axis and the positive y-axis is π . Therefore this point can be represented as ⎝3, π ⎠ in polar
2 2
coordinates.
d. Use x = 5 3 and y = −5 in Equation 7.8:
y
r 2 = x2 + y2 tan θ = x
⎛
= ⎝5 3⎞⎠ 2 + (−5) 2 and = −5 = − 3
5 3 3
= 75 + 25
r = 10 θ = −π.
6
⎛ ⎞
Therefore this point can be represented as ⎝10, − π ⎠ in polar coordinates.
6
e. Use r = 3 and θ = π in Equation 7.7:
3
x = r cos θ y = r sin θ
⎛ ⎞ ⎛ ⎞
= 3 cos⎝π ⎠ = 3 sin⎝π ⎠
3 and 3
⎛1 ⎞ 3
= 3⎝ ⎠ = ⎛ 3⎞ 3 3
2 2 = 3⎝ ⎠ = .
2 2
⎛ ⎞
Therefore this point can be represented as ⎝3 , 3 3 ⎠ in rectangular coordinates.
2 2
⎛ ⎞
7.10 Convert (−8, −8) into polar coordinates and ⎝4, 2π ⎠ into rectangular coordinates.
3
⎛ ⎞ ⎛ ⎞
The polar representation of a point is not unique. For example, the polar coordinates ⎝2, π ⎠ and ⎝2, 7π ⎠ both represent the
3 3
point ⎛⎝1, 3⎞⎠ in the rectangular system. Also, the value of r can be negative. Therefore, the point with polar coordinates
⎛ 4π ⎞ ⎛ ⎞
⎝−2, 3 ⎠ also represents the point ⎝1, 3⎠ in the rectangular system, as we can see by using Equation 7.8:
x = r cos θ y = r sin θ
⎛ ⎞ ⎛ ⎞
= −2 cos⎝4π ⎠ = −2 sin⎝4π ⎠
3 and 3
⎛
= −2⎝− 1 ⎠ = 1
⎞ ⎛ 3⎞
2 = −2⎝− ⎠ = 3.
2
Every point in the plane has an infinite number of representations in polar coordinates. However, each point in the plane has
only one representation in the rectangular coordinate system.
Note that the polar representation of a point in the plane also has a visual interpretation. In particular, r is the directed
distance that the point lies from the origin, and θ measures the angle that the line segment from the origin to the point makes
with the positive x -axis. Positive angles are measured in a counterclockwise direction and negative angles are measured in
a clockwise direction. The polar coordinate system appears in the following figure.
The line segment starting from the center of the graph going to the right (called the positive x-axis in the Cartesian system)
is the polar axis. The center point is the pole, or origin, of the coordinate system, and corresponds to r = 0. The innermost
circle shown in Figure 7.28 contains all points a distance of 1 unit from the pole, and is represented by the equation r = 1.
646 Chapter 7 | Parametric Equations and Polar Coordinates
Then r = 2 is the set of points 2 units from the pole, and so on. The line segments emanating from the pole correspond
to fixed angles. To plot a point in the polar coordinate system, start with the angle. If the angle is positive, then measure
the angle from the polar axis in a counterclockwise direction. If it is negative, then measure it clockwise. If the value of r
is positive, move that distance along the terminal ray of the angle. If it is negative, move along the ray that is opposite the
terminal ray of the given angle.
Example 7.11
⎛ 2π ⎞
b. ⎝−3, 3 ⎠
⎛ 5π ⎞
c. ⎝4, 4 ⎠
Solution
The three points are plotted in the following figure.
⎛ ⎞ ⎛ ⎞
7.11 Plot ⎝4, 5π ⎠ and ⎝−3, − 7π ⎠ on the polar plane.
3 2
Polar Curves
Now that we know how to plot points in the polar coordinate system, we can discuss how to plot curves. In the rectangular
coordinate system, we can graph a function y = f (x) and create a curve in the Cartesian plane. In a similar fashion, we can
graph a curve that is generated by a function r = f (θ).
The general idea behind graphing a function in polar coordinates is the same as graphing a function in rectangular
coordinates. Start with a list of values for the independent variable (θ in this case) and calculate the corresponding values
of the dependent variable r. This process generates a list of ordered pairs, which can be plotted in the polar coordinate
system. Finally, connect the points, and take advantage of any patterns that may appear. The function may be periodic, for
example, which indicates that only a limited number of values for the independent variable are needed.
Example 7.12
Graph the curve defined by the function r = 4 sin θ. Identify the curve and rewrite the equation in rectangular
coordinates.
Solution
Because the function is a multiple of a sine function, it is periodic with period 2π, so use values for θ between
0 and 2π. The result of steps 1–3 appear in the following table. Figure 7.30 shows the graph based on this table.
648 Chapter 7 | Parametric Equations and Polar Coordinates
θ r = 4 sin θ θ r = 4 sin θ
0 0 π 0
π 2 7π −2
6 6
π 2 2 ≈ 2.8 5π −2 2 ≈ −2.8
4 4
π 2 3 ≈ 3.4 4π −2 3 ≈ −3.4
3 3
π 4 3π 4
2 2
2π 2 3 ≈ 3.4 5π −2 3 ≈ −3.4
3 3
3π 2 2 ≈ 2.8 7π −2 2 ≈ −2.8
4 4
5π 2 11π −2
6 6
2π 0
This is the graph of a circle. The equation r = 4 sin θ can be converted into rectangular coordinates by first
multiplying both sides by r. This gives the equation r 2 = 4r sin θ. Next use the facts that r 2 = x 2 + y 2 and
y = r sin θ. This gives x 2 + y 2 = 4y. To put this equation into standard form, subtract 4y from both sides of
the equation and complete the square:
x 2 + y 2 − 4y = 0
x 2 + ⎛⎝y 2 − 4y⎞⎠ = 0
x 2 + ⎛⎝y 2 − 4y + 4⎞⎠ = 0 + 4
x 2 + ⎛⎝y − 2⎞⎠ 2 = 4.
This is the equation of a circle with radius 2 and center (0, 2) in the rectangular coordinate system.
The graph in Example 7.12 was that of a circle. The equation of the circle can be transformed into rectangular coordinates
using the coordinate transformation formulas in Equation 7.8. Example 7.14 gives some more examples of functions
for transforming from polar to rectangular coordinates.
Example 7.13
Rewrite each of the following equations in rectangular coordinates and identify the graph.
a. θ=π
3
650 Chapter 7 | Parametric Equations and Polar Coordinates
b. r=3
c. r = 6 cos θ − 8 sin θ
Solution
a. Take the tangent of both sides. This gives tan θ = tan(π/3) = 3. Since tan θ = y/x we can replace the
left-hand side of this equation by y/x. This gives y/x = 3, which can be rewritten as y = x 3. This
is the equation of a straight line passing through the origin with slope 3. In general, any polar equation
of the form θ = K represents a straight line through the pole with slope equal to tan K.
b. First, square both sides of the equation. This gives r 2 = 9. Next replace r 2 with x 2 + y 2. This gives
the equation x 2 + y 2 = 9, which is the equation of a circle centered at the origin with radius 3. In
general, any polar equation of the form r = k where k is a positive constant represents a circle of radius
k centered at the origin. (Note: when squaring both sides of an equation it is possible to introduce new
points unintentionally. This should always be taken into consideration. However, in this case we do not
⎛ ⎞ ⎛ ⎞
introduce new points. For example, ⎝−3, π ⎠ is the same point as ⎝3, 4π ⎠.)
3 3
c. Multiply both sides of the equation by r. This leads to r 2 = 6r cos θ − 8r sin θ. Next use the formulas
r 2 = x 2 + y 2, x = r cos θ, y = r sin θ.
This gives
r 2 = 6(r cos θ) − 8(r sin θ)
x 2 + y 2 = 6x − 8y.
To put this equation into standard form, first move the variables from the right-hand side of the equation
to the left-hand side, then complete the square.
x 2 + y 2 = 6x − 8y
x 2 − 6x + y 2 + 8y = 0
⎛ 2
⎝x − 6x⎞⎠ + ⎛⎝y 2 + 8y⎞⎠ = 0
⎛ 2
⎝x − 6x + 9⎞⎠ + ⎛⎝y 2 + 8y + 16⎞⎠ = 9 + 16
(x − 3) 2 + ⎛⎝y + 4⎞⎠ 2 = 25.
This is the equation of a circle with center at (3, −4) and radius 5. Notice that the circle passes through
the origin since the center is 5 units away.
7.13 Rewrite the equation r = sec θ tan θ in rectangular coordinates and identify its graph.
We have now seen several examples of drawing graphs of curves defined by polar equations. A summary of some common
curves is given in the tables below. In each equation, a and b are arbitrary constants.
Figure 7.31
652 Chapter 7 | Parametric Equations and Polar Coordinates
Figure 7.32
A cardioid is a special case of a limaçon (pronounced “lee-mah-son”), in which a = b or a = −b. The rose is a very
interesting curve. Notice that the graph of r = 3 sin 2θ has four petals. However, the graph of r = 3 sin 3θ has three petals
as shown.
If the coefficient of θ is even, the graph has twice as many petals as the coefficient. If the coefficient of θ is odd,
then the number of petals equals the coefficient. You are encouraged to explore why this happens. Even more interesting
graphs emerge when the coefficient of θ is not an integer. For example, if it is rational, then the curve is closed; that is,
it eventually ends where it started (Figure 7.34(a)). However, if the coefficient is irrational, then the curve never closes
(Figure 7.34(b)). Although it may appear that the curve is closed, a closer examination reveals that the petals just above
the positive x axis are slightly thicker. This is because the petal does not quite match up with the starting point.
Figure 7.34 Polar rose graphs of functions with (a) rational coefficient and (b) irrational coefficient. Note that
the rose in part (b) would actually fill the entire circle if plotted in full.
Since the curve defined by the graph of r = 3 sin(πθ) never closes, the curve depicted in Figure 7.34(b) is only a partial
depiction. In fact, this is an example of a space-filling curve. A space-filling curve is one that in fact occupies a two-
dimensional subset of the real plane. In this case the curve occupies the circle of radius 3 centered at the origin.
Example 7.14
654 Chapter 7 | Parametric Equations and Polar Coordinates
Recall the chambered nautilus introduced in the chapter opener. This creature displays a spiral when half the outer
shell is cut away. It is possible to describe a spiral using rectangular coordinates. Figure 7.35 shows a spiral in
rectangular coordinates. How can we describe this curve mathematically?
Solution
As the point P travels around the spiral in a counterclockwise direction, its distance d from the origin increases.
Assume that the distance d is a constant multiple k of the angle θ that the line segment OP makes with the
positive x-axis. Therefore d(P, O) = kθ, where O is the origin. Now use the distance formula and some
trigonometry:
d(P, O) = kθ
(x − 0) + ⎛⎝y − 0⎞⎠ 2 = k arctan⎛⎝ x ⎞⎠
2 y
x 2 + y 2 = k arctan⎛⎝ x ⎞⎠
y
x2 + y2
arctan⎛⎝ x ⎞⎠ =
y
k
⎛ x2 + y2⎞
y = x tan⎜ ⎟.
⎝ k ⎠
Although this equation describes the spiral, it is not possible to solve it directly for either x or y. However, if
we use polar coordinates, the equation becomes much simpler. In particular, d(P, O) = r, and θ is the second
coordinate. Therefore the equation for the spiral becomes r = kθ. Note that when θ = 0 we also have r = 0,
so the spiral emanates from the origin. We can remove this restriction by adding a constant to the equation.
Then the equation for the spiral becomes r = a + kθ for arbitrary constants a and k. This is referred to as an
Archimedean spiral, after the Greek mathematician Archimedes.
Another type of spiral is the logarithmic spiral, described by the function r = a · b θ. A graph of the function
r = 1.2⎛⎝1.25 θ⎞⎠ is given in Figure 7.36. This spiral describes the shell shape of the chambered nautilus.
Figure 7.36 A logarithmic spiral is similar to the shape of the chambered nautilus shell. (credit: modification of
work by Jitze Couperus, Flickr)
Suppose a curve is described in the polar coordinate system via the function r = f (θ). Since we have conversion formulas
from polar to rectangular coordinates given by
x = r cos θ
y = r sin θ,
This step gives a parameterization of the curve in rectangular coordinates using θ as the parameter. For example, the spiral
formula r = a + bθ from Figure 7.31 becomes
x = (a + bθ) cos θ
y = (a + bθ) sin θ.
i. The curve is symmetric about the polar axis if for every point (r, θ) on the graph, the point (r, −θ) is also
on the graph. Similarly, the equation r = f (θ) is unchanged by replacing θ with −θ.
ii. The curve is symmetric about the pole if for every point (r, θ) on the graph, the point (r, π + θ) is also on
the graph. Similarly, the equation r = f (θ) is unchanged when replacing r with −r, or θ with π + θ.
iii. The curve is symmetric about the vertical line θ = π if for every point (r, θ) on the graph, the point
2
(r, π − θ) is also on the graph. Similarly, the equation r = f (θ) is unchanged when θ is replaced by π − θ.
Example 7.15
Find the symmetry of the rose defined by the equation r = 3 sin(2θ) and create a graph.
Solution
Suppose the point (r, θ) is on the graph of r = 3 sin(2θ).
i. To test for symmetry about the polar axis, first try replacing θ with −θ. This gives
r = 3 sin(2(−θ)) = −3 sin(2θ). Since this changes the original equation, this test is not satisfied.
However, returning to the original equation and replacing r with −r and θ with π − θ yields
−r = 3 sin(2(π − θ))
−r = 3 sin(2π − 2θ)
−r = 3 sin(−2θ)
−r = −3 sin 2θ.
Multiplying both sides of this equation by −1 gives r = 3 sin 2θ, which is the original equation. This
demonstrates that the graph is symmetric with respect to the polar axis.
ii. To test for symmetry with respect to the pole, first replace r with −r, which yields −r = 3 sin(2θ).
Multiplying both sides by −1 gives r = −3 sin(2θ), which does not agree with the original equation.
Therefore the equation does not pass the test for this symmetry. However, returning to the original
equation and replacing θ with θ + π gives
r = 3 sin(2(θ + π))
= 3 sin(2θ + 2π)
= 3(sin 2θ cos 2π + cos 2θ sin 2π)
= 3 sin 2θ.
Since this agrees with the original equation, the graph is symmetric about the pole.
iii. To test for symmetry with respect to the vertical line θ = π , first replace both r with −r and θ with
2
−θ.
−r = 3 sin(2(−θ))
−r = 3 sin(−2θ)
−r = −3 sin 2θ.
Multiplying both sides of this equation by −1 gives r = 3 sin 2θ, which is the original equation.
Therefore the graph is symmetric about the vertical line θ = π .
2
This graph has symmetry with respect to the polar axis, the origin, and the vertical line going through the pole.
To graph the function, tabulate values of θ between 0 and π/2 and then reflect the resulting graph.
658 Chapter 7 | Parametric Equations and Polar Coordinates
θ r
0 0
π 3 3 ≈ 2.6
6 2
π 3
4
π 3 3 ≈ 2.6
3 2
π 0
2
This gives one petal of the rose, as shown in the following graph.
Reflecting this image into the other three quadrants gives the entire graph as shown.
7.14 Determine the symmetry of the graph determined by the equation r = 2 cos(3θ) and create a graph.
660 Chapter 7 | Parametric Equations and Polar Coordinates
7.3 EXERCISES
In the following exercises, plot the point whose polar point in (0, 2π]. Round to three decimal places.
coordinates are given by first constructing the angle θ and
then marking off the distance r along the ray. 136. (2, 2)
⎛ ⎞
125. ⎝3, π ⎠ 137. (3, −4) (3, −4)
6
⎛ ⎞
128. ⎝−4, 3π ⎠ 141. ⎛
3, − 3⎞⎠
⎝
4
⎛ ⎞ ⎛ ⎞
130. ⎝2, 5π ⎠ 142. ⎝2, 5π ⎠
6 4
⎛ ⎞ ⎛ ⎞
131. ⎝1, π ⎠ 143. ⎝−2, π ⎠
2 6
⎛ ⎞
For the following exercises, consider the polar graph below. 144. ⎝5, π ⎠
Give two sets of polar coordinates for each point. 3
⎛ ⎞
145. ⎝1, 7π ⎠
6
⎛ ⎞
146. ⎝−3, 3π ⎠
4
⎛ ⎞
147. ⎝0, π ⎠
2
149. r = 3 sin(2θ)
150. r 2 = 9 cos θ
⎛ ⎞
132. Coordinates of point A. 151. r = cos⎝θ ⎠
5
133. Coordinates of point B.
152. r = 2 sec θ
134. Coordinates of point C.
153. r = 1 + cos θ
135. Coordinates of point D.
For the following exercises, describe the graph of each
For the following exercises, the rectangular coordinates of polar equation. Confirm each description by converting
a point are given. Find two sets of polar coordinates for the into a rectangular equation.
155. θ = π 177. r = 2θ
4
For the following exercises, convert the rectangular 179. [T] Use a graphing utility and sketch the graph of
equation to polar form and sketch its graph. r= 6 .
2 sin θ − 3 cos θ
158. x 2 + y 2 = 16
180. [T] Use a graphing utility to graph r = 1 .
1 − cos θ
159. x 2 − y 2 = 16
181. [T] Use technology to graph
sin(θ)
160. x = 8 r=e − 2 cos(4θ).
For the following exercises, sketch a graph of the polar 187. [T] Use the results of the preceding two problems to
equation and identify any symmetry. explore the graphs of r = e −0.001θ and r = e −0.0001θ for
167. r = 1 + sin θ |θ| > 100.
168. r = 3 − 2 cos θ
169. r = 2 − 2 sin θ
170. r = 5 − 4 sin θ
171. r = 3 cos(2θ)
172. r = 3 sin(2θ)
173. r = 2 cos(3θ)
⎛ ⎞
174. r = 3 cos⎝θ ⎠
2
175. r 2 = 4 cos(2θ)
662 Chapter 7 | Parametric Equations and Polar Coordinates
In the rectangular coordinate system, the definite integral provides a way to calculate the area under a curve. In particular,
if we have a function y = f (x) defined from x = a to x = b where f (x) > 0 on this interval, the area between the curve
b
and the x-axis is given by A = ∫ f (x) dx. This fact, along with the formula for evaluating this integral, is summarized in
a
b
the Fundamental Theorem of Calculus. Similarly, the arc length of this curve is given by L = ∫ 1 + ⎛⎝ f ′ (x)⎞⎠ 2dx. In this
a
section, we study analogous formulas for area and arc length in the polar coordinate system.
The line segments are connected by arcs of constant radius. This defines sectors whose areas can be calculated by using a
geometric formula. The area of each sector is then used to approximate the area between successive line segments. We then
sum the areas of the sectors to approximate the total area. This approach gives a Riemann sum approximation for the total
area. The formula for the area of a sector of a circle is illustrated in the following figure.
Recall that the area of a circle is A = πr 2. When measuring angles in radians, 360 degrees is equal to 2π radians.
Therefore a fraction of a circle can be measured by the central angle θ. The fraction of the circle is given by θ , so the
2π
area of the sector is this fraction multiplied by the total area:
⎛ ⎞
A = ⎝ θ ⎠ πr 2 = 1 θr 2.
2π 2
Since the radius of a typical sector in Figure 7.39 is given by r i = f ⎛⎝θ i⎞⎠, the area of the ith sector is given by
Example 7.16
Find the area of one petal of the rose defined by the equation r = 3 sin(2θ).
Solution
The graph of r = 3 sin(2θ) follows.
When θ = 0 we have r = 3 sin(2(0)) = 0. The next value for which r = 0 is θ = π/2. This can be seen by
solving the equation 3 sin(2θ) = 0 for θ. Therefore the values θ = 0 to θ = π/2 trace out the first petal of the
rose. To find the area inside this petal, use Equation 7.9 with f (θ) = 3 sin(2θ), α = 0, and β = π/2:
β
A = 1 ∫ ⎡⎣ f (θ)⎤⎦ 2 dθ
2 α
π/2
= 1∫ ⎡
⎣ 3 sin(2θ)⎤⎦ 2 dθ
2 0
π/2
= 1 ∫ 9 sin 2 (2θ) dθ.
2 0
To evaluate this integral, use the formula sin 2 α = (1 − cos(2α))/2 with α = 2θ:
π/2
A = 1 ∫ 9 sin 2 (2θ) dθ
2 0
π/2
(1 − cos(4θ))
= 9∫ dθ
2 0 2
⎛ π/2 ⎞
= 9 ⎜∫ 1 − cos(4θ) dθ⎟
4⎝ 0 ⎠
⎛
|
π/2
sin(4θ)
= 9 ⎝θ −
4 4 0
⎛ ⎞ ⎛ sin 4(0) ⎞
= 9 ⎝π − sin 2π ⎠ − 9 ⎝0 −
4 2 4 4 4 ⎠
= 9π .
8
7.15 Find the area inside the cardioid defined by the equation r = 1 − cos θ.
Example 7.16 involved finding the area inside one curve. We can also use Area of a Region Bounded by a Polar
Curve to find the area between two polar curves. However, we often need to find the points of intersection of the curves
and determine which function defines the outer curve or the inner curve between these two points.
Example 7.17
Find the area outside the cardioid r = 2 + 2 sin θ and inside the circle r = 6 sin θ.
Solution
First draw a graph containing both curves as shown.
To determine the limits of integration, first find the points of intersection by setting the two functions equal to
each other and solving for θ:
6 sin θ = 2 + 2 sin θ
4 sin θ = 2
sin θ = 1 .
2
This gives the solutions θ = π and θ = 5π , which are the limits of integration. The circle r = 3 sin θ is the
6 6
red graph, which is the outer function, and the cardioid r = 2 + 2 sin θ is the blue graph, which is the inner
function. To calculate the area between the curves, start with the area inside the circle between θ = π and
6
θ = 5π , then subtract the area inside the cardioid between θ = π and θ = 5π :
6 6 6
A = circle − cardioid
5π/6 5π/6
= 1∫ [6 sin θ] 2 dθ − 1 ∫ [2 + 2 sin θ] 2 dθ
2 π/6 2 π/6
5π/6 5π/6
= 1∫ 36 sin 2 θ dθ − 1 ∫ 4 + 8 sin θ + 4 sin 2 θ dθ
2 π/6 2 π/6
5π/6 5π/6
1 − cos(2θ) 1 − cos(2θ)
= 18∫ dθ − 2∫ 1 + 2 sin θ + dθ
π/6 2 π/6 2
⎡ sin(2θ) ⎤ ⎡ sin(2θ) ⎤
5π/6 5π/6
= 9⎣θ − − 2⎣3θ − 2 cos θ −
2 ⎦π/6 2 4 ⎦π/6
⎛5π sin 2(5π/6) ⎞ ⎛π sin 2(π/6) ⎞
= 9⎝ − ⎠ − 9⎝6 − ⎠
6 2 2
⎛ ⎛5π ⎞ sin 2(5π/6) ⎞ ⎛ ⎛ π⎞ π sin 2(π/6) ⎞
−⎝3⎝ ⎠ − 4 cos 5π − ⎠ + ⎝3⎝ 6 ⎠ − 4 cos 6 − ⎠
6 6 2 2
= 4π.
7.16 Find the area inside the circle r = 4 cos θ and outside the circle r = 2.
In Example 7.17 we found the area inside the circle and outside the cardioid by first finding their intersection points.
Notice that solving the equation directly for θ yielded two solutions: θ = π and θ = 5π . However, in the graph there are
6 6
three intersection points. The third intersection point is the origin. The reason why this point did not show up as a solution
is because the origin is on both graphs but for different values of θ. For example, for the cardioid we get
2 + 2 sin θ = 0
sin θ = −1,
so the values for θ that solve this equation are θ = 3π + 2nπ, where n is any integer. For the circle we get
2
6 sin θ = 0.
The solutions to this equation are of the form θ = nπ for any integer value of n. These two solution sets have no points in
common. Regardless of this fact, the curves intersect at the origin. This case must always be taken into consideration.
⎛dy ⎞
2
⎛dx ⎞
b 2
L=∫ + ⎝ ⎠ dt.
a ⎝ dt ⎠ dt
In polar coordinates we define the curve by the equation r = f (θ), where α ≤ θ ≤ β. In order to adapt the arc length
formula for a polar curve, we use the equations
x = r cos θ = f (θ) cos θ and y = r sin θ = f (θ) sin θ,
⎛dy ⎞
2
⎛dx ⎞
b 2
L =∫ + ⎝ ⎠ dt
a ⎝ dt ⎠ dt
⎛dy ⎞
2
⎛ dx ⎞
β 2
=∫ + ⎝ ⎠ dθ
α ⎝dθ ⎠ dθ
β
=∫ ⎛
⎝ f ′ (θ) cos θ − f (θ) sin θ⎞⎠ 2 + ⎛⎝ f ′ (θ) sin θ + f (θ) cos θ⎞⎠ 2dθ
α
β
=∫ ⎛
⎝ f ′ (θ)⎞⎠ 2 ⎛⎝cos 2 θ + sin 2 θ⎞⎠ + ⎛⎝ f (θ)⎞⎠ 2 ⎛⎝cos 2 θ + sin 2 θ⎞⎠dθ
α
β
=∫ ⎛
⎝ f ′ (θ)⎞⎠ 2 + ⎛⎝ f (θ)⎞⎠ 2dθ
α
⎛ ⎞
β 2
=∫ r 2 + ⎝ dr ⎠ dθ.
α dθ
This gives us the following theorem.
⎛ ⎞
β β 2 (7.10)
L=∫ ⎡
⎣ f (θ)⎤⎦ 2 + ⎡⎣ f ′ (θ)⎤⎦ 2dθ = ∫ r 2 + ⎝ dr ⎠ dθ.
α α dθ
Example 7.18
Solution
When θ = 0, r = 2 + 2 cos0 = 4. Furthermore, as θ goes from 0 to 2π, the cardioid is traced out exactly
once. Therefore these are the limits of integration. Using f (θ) = 2 + 2cosθ, α = 0, and β = 2π, Equation
7.10 becomes
β
L =∫ ⎡
⎣ f (θ)⎤⎦ 2 + ⎡⎣ f ′ (θ)⎤⎦ 2 dθ
α
2π
=∫ [2 + 2cosθ] 2 + [−2sinθ] 2 dθ
0
2π
=∫ 4 + 8cosθ + 4cos 2 θ + 4 sin 2 θ dθ
0
2π
=∫ 4 + 8cosθ + 4⎛⎝cos 2 θ + sin 2 θ⎞⎠ dθ
0
2π
=∫ 8 + 8cosθ dθ
0
2π
= 2∫ 2 + 2cosθ dθ.
0
Next, using the identity cos(2α) = 2cos 2 α − 1, add 1 to both sides and multiply by 2. This gives
2 + 2cos(2α) = 4 cos α. Substituting α = θ/2 gives 2 + 2cosθ = 4cos 2(θ/2), so the integral becomes
2
2π
L = 2∫ 2 + 2 cos θdθ
0
2π
⎛ ⎞
= 2∫ 4 cos 2 ⎝θ ⎠dθ
0 2
|cos 2θ |dθ.
2π
⎛ ⎞
= 2∫ ⎝ ⎠
0
The absolute value is necessary because the cosine is negative for some values in its domain. To resolve this issue,
change the limits from 0 to π and double the answer. This strategy works because cosine is positive between 0
and π . Thus,
2
|cos 2θ |dθ
2π
⎛ ⎞
L = 4∫ ⎝ ⎠
0
π
⎛ ⎞
= 8∫ cos⎝θ ⎠ dθ
0 2
⎛ ⎛ ⎞
|
π
= 8⎝2 sin⎝θ ⎠ 0
2
= 16.
7.4 EXERCISES
For the following exercises, determine a definite integral 209. Common interior of r = 4 sin(2θ) and r = 2
that represents the area.
210. Common interior of
188. Region enclosed by r = 4 r = 3 − 2 sin θ and r = −3 + 2 sin θ
189. Region enclosed by r = 3 sin θ 211. Common interior of r = 6 sin θ and r = 3
190. Region in the first quadrant within the cardioid 212. Inside r = 1 + cos θ and outside r = cos θ
r = 1 + sin θ
213. Common interior of
191. Region enclosed by one petal of r = 8 sin(2θ) r = 2 + 2 cos θ and r = 2 sin θ
192. Region enclosed by one petal of r = cos(3θ) For the following exercises, find a definite integral that
represents the arc length.
193. Region below the polar axis and enclosed by
r = 1 − sin θ 214. r = 4 cos θ on the interval 0 ≤ θ ≤ π
2
194. Region in the first quadrant enclosed by
215. r = 1 + sin θ on the interval 0 ≤ θ ≤ 2π
r = 2 − cos θ
195. Region enclosed by the inner loop of 216. r = 2 sec θ on the interval 0 ≤ θ ≤ π
3
r = 2 − 3 sin θ
217. r = e θ on the interval 0 ≤ θ ≤ 1
196. Region enclosed by the inner loop of
r = 3 − 4 cos θ
For the following exercises, find the length of the curve
over the given interval.
197. Region enclosed by r = 1 − 2 cos θ and outside the
inner loop 218. r = 6 on the interval 0 ≤ θ ≤ π
2
198. Region common to r = 3 sin θ and r = 2 − sin θ
219. r = e 3θ on the interval 0 ≤ θ ≤ 2
199. Region common to r = 2 and r = 4 cos θ
220. r = 6 cos θ on the interval 0 ≤ θ ≤ π
200. Region common to r = 3 cos θ and r = 3 sin θ 2
For the following exercises, find the area of the described 221. r = 8 + 8 cos θ on the interval 0 ≤ θ ≤ π
region.
222. r = 1 − sin θ on the interval 0 ≤ θ ≤ 2π
201. Enclosed by r = 6 sin θ
For the following exercises, use the integration capabilities
202. Above the polar axis enclosed by r = 2 + sin θ of a calculator to approximate the length of the curve.
203. Below the polar axis and enclosed by r = 2 − cos θ 223. [T] r = 3θ on the interval 0 ≤ θ ≤ π
2
geometry to find the area of the region described and then 245. For the cardioid r = 1 + sin θ, find the slope of the
confirm by using the definite integral. tangent line when θ = π .
3
228. r = 3 sin θ on the interval 0 ≤ θ ≤ π
For the following exercises, find the slope of the tangent
229. r = sin θ + cos θ on the interval 0 ≤ θ ≤ π line to the given polar curve at the point given by the value
of θ.
230. r = 6 sin θ + 8 cos θ on the interval 0 ≤ θ ≤ π
246. r = 3 cos θ, θ = π
3
For the following exercises, use the familiar formula from
geometry to find the length of the curve and then confirm
247. r = θ, θ=π
using the definite integral. 2
232. r = sin θ + cos θ on the interval 0 ≤ θ ≤ π 249. [T] Use technology: r = 2 + 4 cos θ at θ = π
6
233. r = 6 sin θ + 8 cos θ on the interval 0 ≤ θ ≤ π
For the following exercises, find the points at which the
234. Verify that if y = r sin θ = f (θ)sin θ then following polar curves have a horizontal or vertical tangent
line.
dy
= f ′(θ)sin θ + f (θ)cos θ.
dθ 250. r = 4 cos θ
For the following exercises, find the slope of a tangent line 251. r 2 = 4 cos(2θ)
to a polar curve r = f (θ). Let x = r cos θ = f (θ)cos θ
and y = r sin θ = f (θ)sin θ, so the polar equation 252. r = 2 sin(2θ)
r = f (θ) is now written in parametric form.
253. The cardioid r = 1 + sin θ
dy dy/dθ
235. Use the definition of the derivative = and 254. Show that the curve r = sin θ tan θ (called a cissoid
dx dx/dθ
the product rule to derive the derivative of a polar equation. of Diocles) has the line x = 1 as a vertical asymptote.
⎛ ⎞
236. r = 1 − sin θ; ⎝1 , π ⎠
2 6
⎛ ⎞
237. r = 4 cos θ; ⎝2, π ⎠
3
⎛ ⎞
238. r = 8 sin θ; ⎝4, 5π ⎠
6
⎛ ⎞
239. r = 4 + sin θ; ⎝3, 3π ⎠
2
⎛ ⎞
243. r = 2θ; ⎝π , π ⎠
2 4
Conic sections have been studied since the time of the ancient Greeks, and were considered to be an important mathematical
concept. As early as 320 BCE, such Greek mathematicians as Menaechmus, Appollonius, and Archimedes were fascinated
by these curves. Appollonius wrote an entire eight-volume treatise on conic sections in which he was, for example, able to
derive a specific method for identifying a conic section through the use of geometry. Since then, important applications of
conic sections have arisen (for example, in astronomy), and the properties of conic sections are used in radio telescopes,
satellite dish receivers, and even architecture. In this section we discuss the three basic conic sections, some of their
properties, and their equations.
Conic sections get their name because they can be generated by intersecting a plane with a cone. A cone has two identically
shaped parts called nappes. One nappe is what most people mean by “cone,” having the shape of a party hat. A right circular
cone can be generated by revolving a line passing through the origin around the y-axis as shown.
Conic sections are generated by the intersection of a plane with a cone (Figure 7.44). If the plane is parallel to the axis of
revolution (the y-axis), then the conic section is a hyperbola. If the plane is parallel to the generating line, the conic section
is a parabola. If the plane is perpendicular to the axis of revolution, the conic section is a circle. If the plane intersects one
nappe at an angle to the axis (other than 90°), then the conic section is an ellipse.
672 Chapter 7 | Parametric Equations and Polar Coordinates
Figure 7.44 The four conic sections. Each conic is determined by the angle the plane makes with the axis of
the cone.
Parabolas
A parabola is generated when a plane intersects a cone parallel to the generating line. In this case, the plane intersects only
one of the nappes. A parabola can also be defined in terms of distances.
Definition
A parabola is the set of all points whose distance from a fixed point, called the focus, is equal to the distance from
a fixed line, called the directrix. The point halfway between the focus and the directrix is called the vertex of the
parabola.
A graph of a typical parabola appears in Figure 7.45. Using this diagram in conjunction with the distance formula, we can
derive an equation for a parabola. Recall the distance formula: Given point P with coordinates (x 1, y 1) and point Q with
coordinates (x 2, y 2), the distance between them is given by the formula
d(P, Q) = (x 2 − x 1) 2 + (y 2 − y 1) 2.
Now suppose we want to relocate the vertex. We use the variables (h, k) to denote the coordinates of the vertex. Then if
the focus is directly above the vertex, it has coordinates ⎛⎝h, k + p⎞⎠ and the directrix has the equation y = k − p. Going
through the same derivation yields the formula (x − h) 2 = 4p⎛⎝y − k⎞⎠. Solving this equation for y leads to the following
theorem.
y = 1 (x − h) 2 + k. (7.11)
4p
We can also study the cases when the parabola opens down or to the left or the right. The equation for each of these cases
can also be written in standard form as shown in the following graphs.
674 Chapter 7 | Parametric Equations and Polar Coordinates
Figure 7.46 Four parabolas, opening in various directions, along with their equations in standard form.
In addition, the equation of a parabola can be written in the general form, though in this form the values of h, k, and p are
not immediately recognizable. The general form of a parabola is written as
ax 2 + bx + cy + d = 0 or ay 2 + bx + cy + d = 0.
The first equation represents a parabola that opens either up or down. The second equation represents a parabola that opens
either to the left or to the right. To put the equation into standard form, use the method of completing the square.
Example 7.19
Put the equation x 2 − 4x − 8y + 12 = 0 into standard form and graph the resulting parabola.
Solution
Since y is not squared in this equation, we know that the parabola opens either upward or downward. Therefore
we need to solve this equation for y, which will put the equation into standard form. To do that, first add 8y to
both sides of the equation:
8y = x 2 − 4x + 12.
The next step is to complete the square on the right-hand side. Start by grouping the first two terms on the right-
hand side using parentheses:
8y = ⎛⎝x 2 − 4x⎞⎠ + 12.
Next determine the constant that, when added inside the parentheses, makes the quantity inside the parentheses
⎛ ⎞
2
a perfect square trinomial. To do this, take half the coefficient of x and square it. This gives ⎝−4 ⎠ = 4. Add 4
2
inside the parentheses and subtract 4 outside the parentheses, so the value of the equation is not changed:
8y = ⎛⎝x 2 − 4x + 4⎞⎠ + 12 − 4.
Now combine like terms and factor the quantity inside the parentheses:
8y = (x − 2) 2 + 8.
Finally, divide by 8:
y = 1 (x − 2) 2 + 1.
8
This equation is now in standard form. Comparing this to Equation 7.11 gives h = 2, k = 1, and p = 2.
The parabola opens up, with vertex at (2, 1), focus at (2, 3), and directrix y = −1. The graph of this parabola
appears as follows.
7.18 Put the equation 2y 2 − x + 12y + 16 = 0 into standard form and graph the resulting parabola.
676 Chapter 7 | Parametric Equations and Polar Coordinates
The axis of symmetry of a vertical (opening up or down) parabola is a vertical line passing through the vertex. The
parabola has an interesting reflective property. Suppose we have a satellite dish with a parabolic cross section. If a beam of
electromagnetic waves, such as light or radio waves, comes into the dish in a straight line from a satellite (parallel to the
axis of symmetry), then the waves reflect off the dish and collect at the focus of the parabola as shown.
Consider a parabolic dish designed to collect signals from a satellite in space. The dish is aimed directly at the satellite, and
a receiver is located at the focus of the parabola. Radio waves coming in from the satellite are reflected off the surface of the
parabola to the receiver, which collects and decodes the digital signals. This allows a small receiver to gather signals from a
wide angle of sky. Flashlights and headlights in a car work on the same principle, but in reverse: the source of the light (that
is, the light bulb) is located at the focus and the reflecting surface on the parabolic mirror focuses the beam straight ahead.
This allows a small light bulb to illuminate a wide angle of space in front of the flashlight or car.
Ellipses
An ellipse can also be defined in terms of distances. In the case of an ellipse, there are two foci (plural of focus), and two
directrices (plural of directrix). We look at the directrices in more detail later in this section.
Definition
An ellipse is the set of all points for which the sum of their distances from two fixed points (the foci) is constant.
Figure 7.48 A typical ellipse in which the sum of the distances from any
point on the ellipse to the foci is constant.
A graph of a typical ellipse is shown in Figure 7.48. In this figure the foci are labeled as F and F′. Both are the same
fixed distance from the origin, and this distance is represented by the variable c. Therefore the coordinates of F are (c, 0)
and the coordinates of F′ are (−c, 0). The points P and P′ are located at the ends of the major axis of the ellipse, and
have coordinates (a, 0) and (−a, 0), respectively. The major axis is always the longest distance across the ellipse, and
can be horizontal or vertical. Thus, the length of the major axis in this ellipse is 2a. Furthermore, P and P′ are called the
vertices of the ellipse. The points Q and Q′ are located at the ends of the minor axis of the ellipse, and have coordinates
(0, b) and (0, −b), respectively. The minor axis is the shortest distance across the ellipse. The minor axis is perpendicular
to the major axis.
According to the definition of the ellipse, we can choose any point on the ellipse and the sum of the distances from this
point to the two foci is constant. Suppose we choose the point P. Since the coordinates of point P are (a, 0), the sum of
the distances is
d(P, F) + d(P, F′) = (a − c) + (a + c) = 2a.
Therefore the sum of the distances from an arbitrary point A with coordinates (x, y) is also equal to 2a. Using the distance
formula, we get
d(A, F) + d(A, F′) = 2a
(x − c) + y 2 + (x + c) 2 + y 2 = 2a.
2
Subtract the second radical from both sides and square both sides:
(x − c) 2 + y 2 = 2a − (x + c) 2 + y 2
(x − c) 2 + y 2 = 4a 2 − 4a (x + c) 2 + y 2 + (x + c) 2 + y 2
x 2 − 2cx + c 2 + y 2 = 4a 2 − 4a (x + c) 2 + y 2 + x 2 + 2cx + c 2 + y 2
−2cx = 4a 2 − 4a (x + c) 2 + y 2 + 2cx.
Now isolate the radical on the right-hand side and square again:
678 Chapter 7 | Parametric Equations and Polar Coordinates
−2cx = 4a 2 − 4a (x + c) 2 + y 2 + 2cx
4a (x + c) 2 + y 2 = 4a 2 + 4cx
(x + c) 2 + y 2 = a + cx
a
2 2
(x + c) 2 + y 2 = a 2 + 2cx + c 2x
a
2 2
x + 2cx + c + y = a + 2cx + c 2x
2 2 2 2
a
2 2 2 2 c2 x2
x +c +y = a + 2 .
a
Isolate the variables on the left-hand side of the equation and the constants on the right-hand side:
2 2
x 2 − c 2x + y 2 = a 2 − c 2
a
⎛ 2
⎝a − c 2⎞⎠x 2
+ y 2 = a 2 − c 2.
a2
If we refer back to Figure 7.48, then the length of each of the two green line segments is equal to a. This is true because
the sum of the distances from the point Q to the foci F and F′ is equal to 2a, and the lengths of these two line segments
are equal. This line segment forms a right triangle with hypotenuse length a and leg lengths b and c. From the Pythagorean
theorem, a 2 + b 2 = c 2 and b 2 = a 2 − c 2. Therefore the equation of the ellipse becomes
2
x 2 + y = 1.
a2 b2
Finally, if the center of the ellipse is moved from the origin to a point (h, k), we have the following standard form of an
ellipse.
If the major axis is vertical, then the equation of the ellipse becomes
and the foci are located at (h, k ± c), where c 2 = a 2 − b 2. The equations of the directrices in this case are
2
y = k ± ac .
If the major axis is horizontal, then the ellipse is called horizontal, and if the major axis is vertical, then the ellipse is
called vertical. The equation of an ellipse is in general form if it is in the form Ax 2 + By 2 + Cx + Dy + E = 0, where A
and B are either both positive or both negative. To convert the equation from general to standard form, use the method of
completing the square.
Example 7.20
Put the equation 9x 2 + 4y 2 − 36x + 24y + 36 = 0 into standard form and graph the resulting ellipse.
Solution
First subtract 36 from both sides of the equation:
9x 2 + 4y 2 − 36x + 24y = −36.
Next group the x terms together and the y terms together, and factor out the common factor:
⎛ 2 ⎞ ⎛ 2 ⎞
⎝9x − 36x⎠ + ⎝4y + 24y⎠ = −36
9⎛⎝x 2 − 4x⎞⎠ + 4⎛⎝y 2 + 6y⎞⎠ = −36.
We need to determine the constant that, when added inside each set of parentheses, results in a perfect square.
⎛ ⎞
2
In the first set of parentheses, take half the coefficient of x and square it. This gives ⎝−4 ⎠ = 4. In the second
2
⎛ ⎞
2
set of parentheses, take half the coefficient of y and square it. This gives ⎝6 ⎠ = 9. Add these inside each pair
2
of parentheses. Since the first set of parentheses has a 9 in front, we are actually adding 36 to the left-hand side.
Similarly, we are adding 36 to the second set as well. Therefore the equation becomes
7.19 Put the equation 9x 2 + 16y 2 + 18x − 64y − 71 = 0 into standard form and graph the resulting ellipse.
According to Kepler’s first law of planetary motion, the orbit of a planet around the Sun is an ellipse with the Sun at one
of the foci as shown in Figure 7.50(a). Because Earth’s orbit is an ellipse, the distance from the Sun varies throughout the
year. A commonly held misconception is that Earth is closer to the Sun in the summer. In fact, in summer for the northern
hemisphere, Earth is farther from the Sun than during winter. The difference in season is caused by the tilt of Earth’s axis
in the orbital plane. Comets that orbit the Sun, such as Halley’s Comet, also have elliptical orbits, as do moons orbiting the
planets and satellites orbiting Earth.
Ellipses also have interesting reflective properties: A light ray emanating from one focus passes through the other focus
after mirror reflection in the ellipse. The same thing occurs with a sound wave as well. The National Statuary Hall in the
U.S. Capitol in Washington, DC, is a famous room in an elliptical shape as shown in Figure 7.50(b). This hall served as
the meeting place for the U.S. House of Representatives for almost fifty years. The location of the two foci of this semi-
elliptical room are clearly identified by marks on the floor, and even if the room is full of visitors, when two people stand on
these spots and speak to each other, they can hear each other much more clearly than they can hear someone standing close
by. Legend has it that John Quincy Adams had his desk located on one of the foci and was able to eavesdrop on everyone
else in the House without ever needing to stand. Although this makes a good story, it is unlikely to be true, because the
original ceiling produced so many echoes that the entire room had to be hung with carpets to dampen the noise. The ceiling
was rebuilt in 1902 and only then did the now-famous whispering effect emerge. Another famous whispering gallery—the
site of many marriage proposals—is in Grand Central Station in New York City.
Figure 7.50 (a) Earth’s orbit around the Sun is an ellipse with the Sun at one focus. (b) Statuary Hall in the U.S. Capitol is a
whispering gallery with an elliptical cross section.
Hyperbolas
A hyperbola can also be defined in terms of distances. In the case of a hyperbola, there are two foci and two directrices.
Hyperbolas also have two asymptotes.
Definition
A hyperbola is the set of all points where the difference between their distances from two fixed points (the foci) is
constant.
Figure 7.51 A typical hyperbola in which the difference of the distances from any
point on the ellipse to the foci is constant. The transverse axis is also called the major
axis, and the conjugate axis is also called the minor axis.
The derivation of the equation of a hyperbola in standard form is virtually identical to that of an ellipse. One slight hitch lies
in the definition: The difference between two numbers is always positive. Let P be a point on the hyperbola with coordinates
| |
(x, y). Then the definition of the hyperbola gives d⎛⎝P, F 1⎞⎠ − d⎛⎝P, F 2⎞⎠ = constant. To simplify the derivation, assume
that P is on the right branch of the hyperbola, so the absolute value bars drop. If it is on the left branch, then the subtraction
is reversed. The vertex of the right branch has coordinates (a, 0), so
This equation is therefore true for any point on the hyperbola. Returning to the coordinates (x, y) for P:
Add the second radical from both sides and square both sides:
(x − c) 2 + y 2 = 2a + (x + c) 2 + y 2
(x − c) 2 + y 2 = 4a 2 + 4a (x + c) 2 + y 2 + (x + c) 2 + y 2
x 2 − 2cx + c 2 + y 2 = 4a 2 + 4a (x + c) 2 + y 2 + x 2 + 2cx + c 2 + y 2
−2cx = 4a 2 + 4a (x + c) 2 + y 2 + 2cx.
Now isolate the radical on the right-hand side and square again:
682 Chapter 7 | Parametric Equations and Polar Coordinates
−2cx = 4a 2 + 4a (x + c) 2 + y 2 + 2cx
4a (x + c) 2 + y 2 = −4a 2 − 4cx
(x + c) 2 + y 2 = −a − cx
a
2 2
(x + c) 2 + y 2 = a 2 + 2cx + c 2x
a
2 2
x + 2cx + c + y = a + 2cx + c 2x
2 2 2 2
a
2 2 2 2 c2 x2
x +c +y = a + 2 .
a
Isolate the variables on the left-hand side of the equation and the constants on the right-hand side:
2 2
x 2 − c 2x + y 2 = a 2 − c 2
a
⎛ 2
⎝a − c 2⎞⎠x 2
+ y 2 = a 2 − c 2.
a2
We now define b so that b 2 = c 2 − a 2. This is possible because c > a. Therefore the equation of the ellipse becomes
2
x 2 − y = 1.
2
a b2
Finally, if the center of the hyperbola is moved from the origin to the point (h, k), we have the following standard form of
a hyperbola.
and the foci are located at (h ± c, k), where c 2 = a 2 + b 2. The equations of the asymptotes are given by
y=k±b
a (x − h). The equations of the directrices are
x=k± a2 2
= h ± ac .
22
a +b
If the major axis is vertical, then the equation of the hyperbola becomes
⎛
⎝y − k⎞⎠ 2 (x − h) 2 (7.15)
− =1
a2 b2
and the foci are located at (h, k ± c), where c 2 = a 2 + b 2. The equations of the asymptotes are given by
y = k ± a (x − h). The equations of the directrices are
b
y=k± a2 2
= k ± ac .
2 2
a +b
If the major axis (transverse axis) is horizontal, then the hyperbola is called horizontal, and if the major axis is vertical
then the hyperbola is called vertical. The equation of a hyperbola is in general form if it is in the form
Ax 2 + By 2 + Cx + Dy + E = 0, where A and B have opposite signs. In order to convert the equation from general to
standard form, use the method of completing the square.
Example 7.21
Put the equation 9x 2 − 16y 2 + 36x + 32y − 124 = 0 into standard form and graph the resulting hyperbola.
What are the equations of the asymptotes?
Solution
First add 124 to both sides of the equation:
9x 2 − 16y 2 + 36x + 32y = 124.
Next group the x terms together and the y terms together, then factor out the common factors:
⎛ 2 ⎞ ⎛ 2 ⎞
⎝9x + 36x⎠ − ⎝16y − 32y⎠ = 124
9⎛⎝x 2 + 4x⎞⎠ − 16⎛⎝y 2 − 2y⎞⎠ = 124.
We need to determine the constant that, when added inside each set of parentheses, results in a perfect square. In
⎛ ⎞
2
the first set of parentheses, take half the coefficient of x and square it. This gives ⎝4 ⎠ = 4. In the second set
2
⎛ ⎞
2
of parentheses, take half the coefficient of y and square it. This gives ⎝−2 ⎠ = 1. Add these inside each pair of
2
parentheses. Since the first set of parentheses has a 9 in front, we are actually adding 36 to the left-hand side.
Similarly, we are subtracting 16 from the second set of parentheses. Therefore the equation becomes
7.20 Put the equation 4y 2 − 9x 2 + 16y + 18x − 29 = 0 into standard form and graph the resulting
hyperbola. What are the equations of the asymptotes?
Hyperbolas also have interesting reflective properties. A ray directed toward one focus of a hyperbola is reflected by a
hyperbolic mirror toward the other focus. This concept is illustrated in the following figure.
Figure 7.53 A hyperbolic mirror used to collect light from distant stars.
This property of the hyperbola has important applications. It is used in radio direction finding (since the difference in signals
from two towers is constant along hyperbolas), and in the construction of mirrors inside telescopes (to reflect light coming
from the parabolic mirror to the eyepiece). Another interesting fact about hyperbolas is that for a comet entering the solar
system, if the speed is great enough to escape the Sun’s gravitational pull, then the path that the comet takes as it passes
through the solar system is hyperbolic.
will see that the value of the eccentricity of a conic section can uniquely define that conic.
Definition
The eccentricity e of a conic section is defined to be the distance from any point on the conic section to its focus,
divided by the perpendicular distance from that point to the nearest directrix. This value is constant for any conic
section, and can define the conic section as well:
1. If e = 1, the conic is a parabola.
2. If e < 1, it is an ellipse.
3. If e > 1, it is a hyperbola.
The eccentricity of a circle is zero. The directrix of a conic section is the line that, together with the point known
as the focus, serves to define a conic section. Hyperbolas and noncircular ellipses have two foci and two associated
directrices. Parabolas have one focus and one directrix.
The three conic sections with their directrices appear in the following figure.
Figure 7.54 The three conic sections with their foci and directrices.
Recall from the definition of a parabola that the distance from any point on the parabola to the focus is equal to the distance
from that same point to the directrix. Therefore, by definition, the eccentricity of a parabola must be 1. The equations of the
2
directrices of a horizontal ellipse are x = ± ac . The right vertex of the ellipse is located at (a, 0) and the right focus is
(c, 0). Therefore the distance from the vertex to the focus is a − c and the distance from the vertex to the right directrix
2
is ac − c. This gives the eccentricity as
c(a − c) c(a − c) c
e = a2 − c = 2 = = a.
a −a a − ac a(a − c)
c
Since c < a, this step proves that the eccentricity of an ellipse is less than 1. The directrices of a horizontal hyperbola are
2
also located at x = ± ac , and a similar calculation shows that the eccentricity of a hyperbola is also e = ac . However in
this case we have c > a, so the eccentricity of a hyperbola is greater than 1.
686 Chapter 7 | Parametric Equations and Polar Coordinates
Example 7.22
(x − 3) 2 ⎛⎝y + 2⎞⎠ 2
+ = 1.
16 25
Solution
From the equation we see that a = 5 and b = 4. The value of c can be calculated using the equation
a 2 = b 2 + c 2 for an ellipse. Substituting the values of a and b and solving for c gives c = 3. Therefore the
eccentricity of the ellipse is e = ac = 3 = 0.6.
5
Conic e p
Ellipse 0<e<1 ⎛ 2⎞
a 2 − c 2 = a⎝1 − e ⎠
c c
Parabola e=1 2a
Hyperbola e>1 ⎛ 2 ⎞
c 2 − a 2 = a⎝e − 1⎠
c e
Using the definitions of the focal parameter and eccentricity of the conic section, we can derive an equation for any conic
section in polar coordinates. In particular, we assume that one of the foci of a given conic section lies at the pole. Then using
the definition of the various conic sections in terms of distances, it is possible to prove the following theorem.
In the equation on the left, the major axis of the conic section is horizontal, and in the equation on the right, the major axis
is vertical. To work with a conic section written in polar form, first make the constant term in the denominator equal to 1.
This can be done by dividing both the numerator and the denominator of the fraction by the constant that appears in front of
the plus or minus in the denominator. Then the coefficient of the sine or cosine in the denominator is the eccentricity. This
value identifies the conic. If cosine appears in the denominator, then the conic is horizontal. If sine appears, then the conic
is vertical. If both appear then the axes are rotated. The center of the conic is not necessarily at the origin. The center is at
the origin only if the conic is a circle (i.e., e = 0).
Example 7.23
Identify and create a graph of the conic section described by the equation
r= 3 .
1 + 2 cos θ
Solution
The constant term in the denominator is 1, so the eccentricity of the conic is 2. This is a hyperbola. The focal
parameter p can be calculated by using the equation ep = 3. Since e = 2, this gives p = 3 . The cosine
2
function appears in the denominator, so the hyperbola is horizontal. Pick a few values for θ and create a table of
values. Then we can graph the hyperbola (Figure 7.55).
θ r θ r
0 1 π −3
π 3 ≈ 1.2426 5π 3 ≈ −7.2426
4 1+ 2 4 1− 2
π 3 3π 3
2 2
3π 3 ≈ −7.2426 7π 3 ≈ 1.2426
4 1− 2 4 1+ 2
688 Chapter 7 | Parametric Equations and Polar Coordinates
7.22 Identify and create a graph of the conic section described by the equation
r= 4 .
1 − 0.8 sin θ
The graph of an equation of this form is a conic section. If B ≠ 0 then the coordinate axes are rotated. To identify the conic
section, we use the discriminant of the conic section 4AC − B 2. One of the following cases must be true:
The asymptotes of this hyperbola are the x and y coordinate axes. To determine the angle θ of rotation of the conic section,
we use the formula cot 2θ = A − C . In this case A = C = 0 and B = 1, so cot 2θ = (0 − 0)/1 = 0 and θ = 45°.
B
The method for graphing a conic section with rotated axes involves determining the coefficients of the conic in the rotated
coordinate system. The new coefficients are labeled A′, B′, C′, D′, E′, and F′, and are given by the formulas
4. Rewrite the original equation using A′, B′, C′, D′, E′, and F′.
Example 7.24
Identify the conic and calculate the angle of rotation of axes for the curve described by the equation
13x 2 − 6 3xy + 7y 2 − 256 = 0.
Solution
690 Chapter 7 | Parametric Equations and Polar Coordinates
calculate the angle of rotation of the axes, use cot 2θ = A − C . This gives
B
cot 2θ = A − C
B
= 13 −7
−6 3
= − 3.
3
Therefore 2θ = 120 o and θ = 60 o, which is the angle of the rotation of the axes.
7.23 Identify the conic and calculate the angle of rotation of axes for the curve described by the equation
3x 2 + 5xy − 2y 2 − 125 = 0.
692 Chapter 7 | Parametric Equations and Polar Coordinates
7.5 EXERCISES
For the following exercises, determine the equation of the 271. Vertices located at (5, 0), (−5, 0) and foci located
parabola using the information given. at (6, 0), (−6, 0)
255. Focus (4, 0) and directrix x = −4
272. Vertices located at (0, 2), (0, −2) and foci located
256. Focus (0, −3) and directrix y = 3 at (0, 3), (0, −3)
257. Focus (0, 0.5) and directrix y = −0.5 273. Endpoints of the conjugate axis located at
(0, 3), (0, −3) and foci located (4, 0), (−4, 0)
258. Focus (2, 3) and directrix x = −2
274. Vertices located at (0, 1), (6, 1) and focus located
259. Focus (0, 2) and directrix y = 4 at (8, 1)
260. Focus (−1, 4) and directrix x = 5 275. Vertices located at (−2, 0), (−2, −4) and focus
located at (−2, −8)
261. Focus (−3, 5) and directrix y = 1
276. Endpoints of the conjugate axis located at
⎛ ⎞ (3, 2), (3, 4) and focus located at (3, 7)
262. Focus ⎝5 , −4⎠ and directrix x = 7
2 2
277. Foci located at (6, −0), (6, 0) and eccentricity of 3
For the following exercises, determine the equation of the
ellipse using the information given.
278. (0, 10), (0, −10) and eccentricity of 2.5
263. Endpoints of major axis at (4, 0), (−4, 0) and foci
For the following exercises, consider the following polar
located at (2, 0), (−2, 0)
equations of conics. Determine the eccentricity and identify
the conic.
264. Endpoints of major axis at (0, 5), (0, −5) and foci
located at (0, 3), (0, −3) 279. r = −1
1 + cos θ
265. Endpoints of major axis at (0, 2), (0, −2) and foci
280. r = 8
located at (3, 0), (−3, 0) 2 − sin θ
266. Endpoints of major axis at (−3, 3), (7, 3) and foci 281. r = 5
2 + sin θ
located at (−2, 3), (6, 3)
282. r = 5
267. Endpoints of major axis at (−3, 5), (−3, −3) and −1 + 2 sin θ
foci located at (−3, 3), (−3, −1)
283. r = 3
2 − 6 sin θ
268. Endpoints of major axis at (0, 0), (0, 4) and foci
located at (5, 2), (−5, 2) 3
284. r =
−4 + 3 sin θ
269. Foci located at (2, 0), (−2, 0) and eccentricity of
1 For the following exercises, find a polar equation of the
2 conic with focus at the origin and eccentricity and directrix
as given.
270. Foci located at (0, −3), (0, 3) and eccentricity of
3 285. Directrix: x = 4; e = 1
5
4
286. Directrix: x = −4; e = 5
For the following exercises, determine the equation of the
hyperbola using the information given.
287. Directrix: y = 2; e = 2
For the following exercises, sketch the graph of each conic. 309. x 2 − xy + y 2 − 2 = 0
CHAPTER 7 REVIEW
KEY TERMS
angular coordinate θ the angle formed by a line segment connecting the origin to a point in the polar coordinate
system with the positive radial (x) axis, measured counterclockwise
cardioid a plane curve traced by a point on the perimeter of a circle that is rolling around a fixed circle of the same radius;
the equation of a cardioid is r = a(1 + sin θ) or r = a(1 + cos θ)
conic section a conic section is any curve formed by the intersection of a plane with a cone of two nappes
cusp a pointed end or part where two curves meet
cycloid the curve traced by a point on the rim of a circular wheel as the wheel rolls along a straight line without slippage
directrix a directrix (plural: directrices) is a line used to construct and define a conic section; a parabola has one directrix;
ellipses and hyperbolas have two
discriminant the value 4AC − B 2, which is used to identify a conic when the equation contains a term involving xy,
is called a discriminant
eccentricity the eccentricity is defined as the distance from any point on the conic section to its focus divided by the
perpendicular distance from that point to the nearest directrix
focal parameter the focal parameter is the distance from a focus of a conic section to the nearest directrix
focus a focus (plural: foci) is a point used to construct and define a conic section; a parabola has one focus; an ellipse and
a hyperbola have two
general form an equation of a conic section written as a general second-degree equation
limaçon the graph of the equation r = a + b sin θ or r = a + b cos θ. If a = b then the graph is a cardioid
major axis the major axis of a conic section passes through the vertex in the case of a parabola or through the two
vertices in the case of an ellipse or hyperbola; it is also an axis of symmetry of the conic; also called the transverse
axis
minor axis the minor axis is perpendicular to the major axis and intersects the major axis at the center of the conic, or at
the vertex in the case of the parabola; also called the conjugate axis
nappe a nappe is one half of a double cone
orientation the direction that a point moves on a graph as the parameter increases
parameter an independent variable that both x and y depend on in a parametric curve; usually represented by the variable
t
parameterization of a curve rewriting the equation of a curve defined by a function y = f (x) as parametric
equations
parametric curve the graph of the parametric equations x(t) and y(t) over an interval a ≤ t ≤ b combined with the
equations
parametric equations the equations x = x(t) and y = y(t) that define a parametric curve
polar axis the horizontal axis in the polar coordinate system corresponding to r ≥ 0
polar coordinate system a system for locating points in the plane. The coordinates are r, the radial coordinate, and
θ, the angular coordinate
polar equation an equation or function relating the radial coordinate to the angular coordinate in the polar coordinate
system
pole the central point of the polar coordinate system, equivalent to the origin of a Cartesian system
radial coordinate r the coordinate in the polar coordinate system that measures the distance from a point in the plane to
the pole
rose graph of the polar equation r = a cos 2θ or r = a sin 2θ for a positive constant a
space-filling curve a curve that completely occupies a two-dimensional subset of the real plane
standard form an equation of a conic section showing its properties, such as location of the vertex or lengths of major
and minor axes
vertex a vertex is an extreme point on a conic section; a parabola has one vertex at its turning point. An ellipse has two
vertices, one at each end of the major axis; a hyperbola has two vertices, one at the turning point of each branch
KEY EQUATIONS
• Derivative of parametric equations
dy dy/dt y′ (t)
= =
dx dx/dt x′ (t)
• Second-order derivative of parametric equations
d2 y d ⎛dy ⎞ = (d/dt)⎝dy/dx⎠
⎛ ⎞
dx 2 dx ⎝dx ⎠
=
dx/dt
KEY CONCEPTS
7.1 Parametric Equations
• Parametric equations provide a convenient way to describe a curve. A parameter can represent time or some other
meaningful quantity.
• It is often possible to eliminate the parameter in a parameterized curve to obtain a function or relation describing
that curve.
• There is always more than one way to parameterize a curve.
• Parametric equations can describe complicated curves that are difficult or perhaps impossible to describe using
rectangular coordinates.
696 Chapter 7 | Parametric Equations and Polar Coordinates
• The derivative of the parametrically defined curve x = x(t) and y = y(t) can be calculated using the formula
dy y′(t)
= . Using the derivative, we can find the equation of a tangent line to a parametric curve.
dx x′(t)
t2
• The area between a parametric curve and the x-axis can be determined by using the formula A = ∫ y(t)x′ (t) dt.
t1
⎛dy ⎞
t2 2
⎛dx ⎞
2
• The arc length of a parametric curve can be calculated by using the formula s = ∫ ⎝ dt ⎠ + ⎝ dt ⎠ dt.
t1
• The surface area of a volume of revolution revolved around the x-axis is given by
b
S = 2π ∫ y(t) ⎛⎝x′ (t)⎞⎠ 2 + ⎛⎝y′ (t)⎞⎠ 2dt. If the curve is revolved around the y-axis, then the formula is
a
b
S = 2π ∫ x(t) ⎛⎝x′ (t)⎞⎠ 2 + ⎛⎝y′ (t)⎞⎠ 2dt.
a
• The polar coordinate system provides an alternative way to locate points in the plane.
• Convert points between rectangular and polar coordinates using the formulas
x = r cos θ and y = r sin θ
and
y
r = x 2 + y 2 and tan θ = x .
• To sketch a polar curve from a given polar function, make a table of values and take advantage of periodic
properties.
• Use the conversion formulas to convert equations between rectangular and polar coordinates.
• Identify symmetry in polar curves, which can occur through the pole, the horizontal axis, or the vertical axis.
• The area of a region in polar coordinates defined by the equation r = f (θ) with α ≤ θ ≤ β is given by the integral
β 2
A = 1 ∫ ⎡⎣ f (θ)⎤⎦ dθ.
2 α
• To find the area between two curves in the polar coordinate system, first find the points of intersection, then subtract
the corresponding areas.
• The arc length of a polar curve defined by the equation r = f (θ) with α ≤ θ ≤ β is given by the integral
⎛ ⎞
β β 2
L=∫ ⎡
⎣ f (θ)⎤⎦ 2 + ⎡⎣ f ′ (θ)⎤⎦ 2dθ = ∫ r 2 + ⎝ dr ⎠ dθ.
α α dθ
• The equation of a vertical parabola in standard form with given focus and directrix is y = 1 (x − h) 2 + k where p
4p
is the distance from the vertex to the focus and (h, k) are the coordinates of the vertex.
(x − h) 2 ⎛⎝y − k⎞⎠ 2
• The equation of a horizontal ellipse in standard form is + = 1 where the center has coordinates
a2 b2
(h, k), the major axis has length 2a, the minor axis has length 2b, and the coordinates of the foci are (h ± c, k),
where c 2 = a 2 − b 2.
(x − h) 2 ⎛⎝y − k⎞⎠ 2
• The equation of a horizontal hyperbola in standard form is − = 1 where the center has
a2 b2
coordinates (h, k), the vertices are located at (h ± a, k), and the coordinates of the foci are (h ± c, k), where
c 2 = a 2 + b 2.
• The eccentricity of an ellipse is less than 1, the eccentricity of a parabola is equal to 1, and the eccentricity of a
hyperbola is greater than 1. The eccentricity of a circle is 0.
ep ep
• The polar equation of a conic section with eccentricity e is r = or r = , where p
1 ± e cos θ 1 ± e sin θ
represents the focal parameter.
• To identify a conic generated by the equation Ax 2 + Bxy + Cy 2 + Dx + Ey + F = 0, first calculate the
2
discriminant D = 4AC − B . If D > 0 then the conic is an ellipse, if D = 0 then the conic is a parabola, and if
D < 0 then the conic is a hyperbola.
For the following exercises, find the arc length of the curve
over the given interval.
339. x = 3t + 4, y = 9t − 2, 0 ≤ t ≤ 3
344. r = 6
1 + 3 cos(θ)
345. r = 4
3 − 2 cos θ
346. r = 7
5 − 5 cos θ