Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
36 views20 pages

Sec 7.3

Uploaded by

mosesobiala796
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views20 pages

Sec 7.3

Uploaded by

mosesobiala796
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

642 Chapter 7 | Parametric Equations and Polar Coordinates

7.3 | Polar Coordinates


Learning Objectives
7.3.1 Locate points in a plane by using polar coordinates.
7.3.2 Convert points between rectangular and polar coordinates.
7.3.3 Sketch polar curves from given equations.
7.3.4 Convert equations between rectangular and polar coordinates.
7.3.5 Identify symmetry in polar curves and equations.

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.

Defining Polar Coordinates


To find the coordinates of a point in the polar coordinate system, consider Figure 7.27. The point P has Cartesian
coordinates (x, y). The line segment connecting the origin to the point P measures the distance from the origin to P and
has length r. The angle between the positive x -axis and the line segment has measure θ. This observation suggests a
natural correspondence between the coordinate pair (x, y) and the values r and θ. This correspondence is the basis of
the polar coordinate system. Note that every point in the Cartesian plane has two values (hence the term ordered pair)
associated with it. In the polar coordinate system, each point also two values associated with it: r and θ.

Figure 7.27 An arbitrary point in the Cartesian plane.

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.

This OpenStax book is available for free at http://cnx.org/content/col11965/1.2


Chapter 7 | Parametric Equations and Polar Coordinates 643

Theorem 7.4: Converting Points between Coordinate Systems


Given a point P in the plane with Cartesian coordinates (x, y) and polar coordinates (r, θ), the following
conversion formulas hold true:
x = r cos θ and y = r sin θ, (7.7)
y
r 2 = x 2 + y 2 and tan θ = x . (7.8)

These formulas can be used to convert from rectangular to polar or from polar to rectangular coordinates.

Example 7.10

Converting between Rectangular and Polar Coordinates

Convert each of the following points into polar coordinates.


a. (1, 1)
b. (−3, 4)
c. (0, 3)

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.

Therefore this point can be represented as (5, 2.21) in polar coordinates.


644 Chapter 7 | Parametric Equations and Polar Coordinates

c. Use x = 0 and y = 3 in Equation 7.8:

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

f. Use r = 2 and θ = 3π in Equation 7.7:


2
x = r cos θ y = r sin θ
⎛ ⎞ ⎛ ⎞
= 2 cos⎝3π ⎠ and = 2 sin⎝3π ⎠
2 2
= 2(0) = 0 = 2(−1) = −2.

Therefore this point can be represented as (0, −2) in rectangular coordinates.

g. Use r = 6 and θ = − 5π in Equation 7.7:


6
x = r cos θ y = r sin θ
⎛ ⎞ ⎛ ⎞
= 6 cos⎝− 5π ⎠ = 6 sin⎝− 5π ⎠
6 6
⎛ 3⎞ and
⎛ ⎞
= 6⎝− ⎠
2 = 6⎝− 1 ⎠
2
= −3 3 = −3.

This OpenStax book is available for free at http://cnx.org/content/col11965/1.2


Chapter 7 | Parametric Equations and Polar Coordinates 645

Therefore this point can be represented as ⎛⎝−3 3, −3⎞⎠ in rectangular coordinates.

⎛ ⎞
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.

Figure 7.28 The polar coordinate system.

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

Plotting Points in the Polar Plane

Plot each of the following points on the polar plane.


⎛ π⎞
a. ⎝2, 4 ⎠

⎛ 2π ⎞
b. ⎝−3, 3 ⎠

⎛ 5π ⎞
c. ⎝4, 4 ⎠

Solution
The three points are plotted in the following figure.

Figure 7.29 Three points plotted in the polar coordinate


system.

⎛ ⎞ ⎛ ⎞
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 (θ).

This OpenStax book is available for free at http://cnx.org/content/col11965/1.2


Chapter 7 | Parametric Equations and Polar Coordinates 647

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.

Problem-Solving Strategy: Plotting a Curve in Polar Coordinates


1. Create a table with two columns. The first column is for θ, and the second column is for r.

2. Create a list of values for θ.


3. Calculate the corresponding r values for each θ.
4. Plot each ordered pair (r, θ) on the coordinate axes.

5. Connect the points and look for a pattern.

Watch this video (http://www.openstaxcollege.org/l/20_polarcurves) for more information on sketching


polar curves.

Example 7.12

Graphing a Function in Polar Coordinates

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 OpenStax book is available for free at http://cnx.org/content/col11965/1.2


Chapter 7 | Parametric Equations and Polar Coordinates 649

Figure 7.30 The graph of the function r = 4 sin θ is a circle.

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.

7.12 Create a graph of the curve defined by the function r = 4 + 4 cos θ.

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

Transforming Polar Equations to Rectangular Coordinates

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.

This OpenStax book is available for free at http://cnx.org/content/col11965/1.2


Chapter 7 | Parametric Equations and Polar Coordinates 651

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.

This OpenStax book is available for free at http://cnx.org/content/col11965/1.2


Chapter 7 | Parametric Equations and Polar Coordinates 653

Figure 7.33 Graph of r = 3 sin 3θ.

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

Chapter Opener: Describing a Spiral

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?

Figure 7.35 How can we describe a spiral graph


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.

This OpenStax book is available for free at http://cnx.org/content/col11965/1.2


Chapter 7 | Parametric Equations and Polar Coordinates 655

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 θ,

it is possible to rewrite these formulas using the function


x = f (θ) cos θ
y = f (θ) 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 θ.

Letting θ range from −∞ to ∞ generates the entire spiral.

Symmetry in Polar Coordinates


When studying symmetry of functions in rectangular coordinates (i.e., in the form y = f (x)), we talk about symmetry
with respect to the y-axis and symmetry with respect to the origin. In particular, if f (−x) = f (x) for all x in the domain
of f , then f is an even function and its graph is symmetric with respect to the y-axis. If f (−x) = − f (x) for all x in the
domain of f , then f is an odd function and its graph is symmetric with respect to the origin. By determining which types
of symmetry a graph exhibits, we can learn more about the shape and appearance of the graph. Symmetry can also reveal
other properties of the function that generates the graph. Symmetry in polar curves works in a similar fashion.

Theorem 7.5: Symmetry in Polar Curves and Equations


Consider a curve generated by the function r = f (θ) in polar coordinates.
656 Chapter 7 | Parametric Equations and Polar Coordinates

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 π − θ.

The following table shows examples of each type of symmetry.

This OpenStax book is available for free at http://cnx.org/content/col11965/1.2


Chapter 7 | Parametric Equations and Polar Coordinates 657

Example 7.15

Using Symmetry to Graph a Polar Equation

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.

Figure 7.37 The graph of the equation between θ = 0 and


θ = π/2.

Reflecting this image into the other three quadrants gives the entire graph as shown.

This OpenStax book is available for free at http://cnx.org/content/col11965/1.2


Chapter 7 | Parametric Equations and Polar Coordinates 659

Figure 7.38 The entire graph of the equation is called a four-


petaled rose.

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

⎛ ⎞ 138. (8, 15)


126. ⎝−2, 5π ⎠
3
139. (−6, 8)
⎛ 7π ⎞
127. ⎝0, 6 ⎠ 140. (4, 3)

⎛ ⎞
128. ⎝−4, 3π ⎠ 141. ⎛
3, − 3⎞⎠

4

⎛ ⎞ For the following exercises, find rectangular coordinates


129. ⎝1, π ⎠
4 for the given point in polar coordinates.

⎛ ⎞ ⎛ ⎞
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

148. (−4.5, 6.5)

For the following exercises, determine whether the graphs


of the polar equation are symmetric with respect to the x
-axis, the y -axis, or the origin.

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.

This OpenStax book is available for free at http://cnx.org/content/col11965/1.2


Chapter 7 | Parametric Equations and Polar Coordinates 661

154. r = 3 176. r 2 = 4 sin θ

155. θ = π 177. r = 2θ
4

156. r = sec θ 178. [T] The graph of r = 2 cos(2θ)sec(θ). is called a


strophoid. Use a graphing utility to sketch the graph, and,
157. r = csc θ from the graph, determine the asymptote.

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, convert the rectangular ⎛ ⎞


182. [T] Use technology to plot r = sin⎝3θ ⎠ (use the
equation to polar form and sketch its graph. 7
interval 0 ≤ θ ≤ 14π).
161. 3x − y = 2
183. Without using technology, sketch the polar curve
162. y 2 = 4x
θ = 2π .
3
For the following exercises, convert the polar equation to
rectangular form and sketch its graph. 184. [T] Use a graphing utility to plot r = θ sin θ for
−π ≤ θ ≤ π.
163. r = 4 sin θ
185. [T] Use technology to plot r = e −0.1θ for
164. r = 6 cos θ
−10 ≤ θ ≤ 10.
165. r = θ
186. [T] There is a curve known as the “Black Hole.” Use
166. r = cot θ csc θ technology to plot r = e −0.01θ for −100 ≤ θ ≤ 100.

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θ)

You might also like