MX Precalc Polar Coordinates

Section 8.3Polar Coordinates

Over 12 kilometers from port, a sailboat encounters rough weather and is blown off course by a 16-knot wind (see Figure 1). How can the sailor indicate his location to the Coast Guard? In this section, we will investigate a method of representing location that is different from a standard coordinate grid.

An illustration of a boat on the polar grid.
Figure 1

Plotting Points Using Polar Coordinates

When we think about plotting points in the plane, we usually think of rectangular coordinates \((x,y)\) in the Cartesian coordinate plane. However, there are other ways of writing a coordinate pair and other types of grid systems. In this section, we introduce to polar coordinates, which are points labeled \((r,θ)\) and plotted on a polar grid. The polar grid is represented as a series of concentric circles radiating out from the pole, or the origin of the coordinate plane.

The polar grid is scaled as the unit circle with the positive x-axis now viewed as the polar axis and the origin as the pole. The first coordinate \(r\) is the radius or length of the directed line segment from the pole. The angle \(θ,\) measured in radians, indicates the direction of \(r.\) We move counterclockwise from the polar axis by an angle of \(θ,\) and measure a directed line segment the length of \(r\) in the direction of \(θ.\) Even though we measure \(θ\) first and then \(r,\) the polar point is written with the r-coordinate first. For example, to plot the point \((2,\frac{\pi }{4}),\) we would move \(\frac{\pi }{4}\) units in the counterclockwise direction and then a length of 2 from the pole. This point is plotted on the grid in Figure 2.

Polar grid with point (2, pi/4) plotted.
Figure 2
Example 1

Plot the point \((3,\frac{\pi }{2})\) on the polar grid.

Rotate to the angle \(\frac{\pi}{2}\) first, then move out 3 units along that ray.

The angle \(\frac{\pi }{2}\) is found by sweeping in a counterclockwise direction 90° from the polar axis. The point is located at a length of 3 units from the pole in the \(\frac{\pi }{2}\) direction, as shown in Figure 3.

Polar grid with point (3, pi/2) plotted.
Figure 3
Try It #1

Plot the point \((2,\,\frac{\pi }{3})\) in the polar grid.

Polar grid with point (2, pi/3) plotted.
Did you get it?
Example 2

Plot the point \((-2,\,\frac{\pi }{6})\) on the polar grid.

A negative r means you plot the point in the opposite direction from the given angle.

We know that \(\frac{\pi }{6}\) is located in the first quadrant. However, \(r=-2.\) We can approach plotting a point with a negative \(r\) in two ways:

  • Plot the point \((2,\frac{\pi }{6})\) by moving \(\frac{\pi }{6}\) in the counterclockwise direction and extending a directed line segment 2 units into the first quadrant. Then retrace the directed line segment back through the pole, and continue 2 units into the third quadrant;
  • Move \(\frac{\pi }{6}\) in the counterclockwise direction, and draw the directed line segment from the pole 2 units in the negative direction, into the third quadrant.

See Figure 4(a). Compare this to the graph of the polar coordinate \((2,\frac{\pi }{6})\) shown in Figure 4(b).

Two polar grids. Points (2, pi/6) and (-2, pi/6) are plotted. They are reflections across the origin in Q1 and Q3.
Figure 4
Try It #2

Plot the points \((3,-\frac{\pi }{6})\) and \((2,\frac{9\pi }{4})\) on the same polar grid.

Points (2, 9pi/4) and (3, -pi/6) are plotted in the polar grid.
Did you get it?

Converting from Polar Coordinates to Rectangular Coordinates

When given a set of polar coordinates, we may need to convert them to rectangular coordinates. To do so, we can recall the relationships that exist among the variables \(x,\,y,\,r,\) and \(θ.\)

\[\begin{array}{l}\begin{array}{l} \\ cos\,θ=\frac{x}{r}\to x=rcos\,θ\end{array} \\ sin\,θ=\frac{y}{r}\to y=rsin\,θ\end{array}\]

Dropping a perpendicular from the point in the plane to the x-axis forms a right triangle, as illustrated in Figure 5. An easy way to remember the equations above is to think of \(cos\,θ\) as the adjacent side over the hypotenuse and \(sin\,θ\) as the opposite side over the hypotenuse.

Comparison between polar coordinates and rectangular coordinates. There is a right triangle plotted on the x,y axis. The sides are a horizontal line on the x-axis of length x, a vertical line extending from thex-axis to some point in quadrant 1, and a hypotenuse r extending from the origin to that same point in quadrant 1. The vertices are at the origin (0,0), some point along the x-axis at (x,0), and that point in quadrant 1. This last point is (x,y) or (r, theta), depending which system of coordinates you use.
Figure 5
Converting from Polar Coordinates to Rectangular Coordinates

To convert polar coordinates \((r,\,θ)\) to rectangular coordinates \((x,\,y),\) let

\[cos\,θ=\frac{x}{r}\to x=rcos\,θ\]

\[sin\,θ=\frac{y}{r}\to y=rsin\,θ\]

How To

Given polar coordinates, convert to rectangular coordinates.

  • Given the polar coordinate \((r,θ),\) write \(x=rcos\,θ\) and \(y=rsin\,θ.\)
  • Evaluate \(cos\,θ\) and \(sin\,θ.\)
  • Multiply \(cos\,θ\) by \(r\) to find the x-coordinate of the rectangular form.
  • Multiply \(sin\,θ\) by \(r\) to find the y-coordinate of the rectangular form.
Example 3

Write the polar coordinates \((3,\frac{\pi }{2})\) as rectangular coordinates.

Substitute r and \(\theta\) into \(x=r\cos\theta\) and \(y=r\sin\theta.\)

Use the equivalent relationships.

\[\begin{array}{l}x=rcos\,θ \\ x=3cos\,\frac{\pi }{2}=0 \\ y=rsin\,θ \\ y=3sin\,\frac{\pi }{2}=3\end{array}\]

The rectangular coordinates are \((0,3).\) See Figure 6.

Illustration of (3, pi/2) in polar coordinates and (0,3) in rectangular coordinates - they are the same point!
Figure 6
Example 4

Write the polar coordinates \((-2,0)\) as rectangular coordinates.

Substitute r and \(\theta\) into \(x=r\cos\theta\) and \(y=r\sin\theta,\) watching the sign of r.

See Figure 7. Writing the polar coordinates as rectangular, we have

\[\begin{array}{l}x=rcos\,θ \\ x=-2cos(0)=-2 \\ \\ y=rsin\,θ \\ y=-2sin(0)=0\end{array}\]

The rectangular coordinates are also \((-2,0).\)

Illustration of (-2, 0) in polar coordinates and (-2,0) in rectangular coordinates - they are the same point!
Figure 7
Try It #3

Write the polar coordinates \((-1,\frac{2\pi }{3})\) as rectangular coordinates.

\((x,y)=(\frac{1}{2},-\frac{\sqrt{3}}{2})\)

Did you get it?

Converting from Rectangular Coordinates to Polar Coordinates

To convert rectangular coordinates to polar coordinates, we will use two other familiar relationships. With this conversion, however, we need to be aware that a set of rectangular coordinates will yield more than one polar point.

Converting from Rectangular Coordinates to Polar Coordinates

Converting from rectangular coordinates to polar coordinates requires the use of one or more of the relationships illustrated in Figure 8.

\[\begin{array}{l}cos\,θ=\frac{x}{r} or x=rcos\,θ \\ sin\,θ=\frac{y}{r}\,\text{ or}\,y=rsin\,θ \\ {r}^{2}={x}^{2}+{y}^{2} \\ tan\,θ=\frac{y}{x}\end{array}\]

A right triangle in the Cartesian coordinate system shows a point (x, y) also as (r, θ). The triangle has sides x, y, and hypotenuse r, with angle θ from the positive x-axis to r.
Figure 8
Example 5

Convert the rectangular coordinates \((3,3)\) to polar coordinates.

Use \(r=\sqrt{{x}^{2}+{y}^{2}}\) and \(\tan\theta=\frac{y}{x}\) to find r and \(\theta.\)

We see that the original point \((3,3)\) is in the first quadrant. To find \(θ,\) use the formula \(tan\,θ=\frac{y}{x}.\) This gives

\[\begin{array}{l}tan\,θ=\frac{3}{3} \\ tan\,θ=1 \\ θ={tan}^{-1}(1) \\ θ=\frac{\pi }{4}\end{array}\]

To find \(r,\) we substitute the values for \(x\) and \(y\) into the formula \(r=\sqrt{{x}^{2}+{y}^{2}}.\) We know that \(r\) must be positive, as \(\frac{\pi }{4}\) is in the first quadrant. Thus

\[\begin{array}{l}r=\sqrt{{3}^{2}+{3}^{2}} \\ r=\sqrt{9+9} \\ r=\sqrt{18}=3\sqrt{2}\end{array}\]

So, \(r=3\sqrt{2}\,\) and \(θ\text{=}\frac{\pi }{4},\) giving us the polar point \((3\sqrt{2},\frac{\pi }{4}).\) See Figure 9.

Illustration of (3rad2, pi/4) in polar coordinates and (3,3) in rectangular coordinates - they are the same point!
Figure 9
Analysis

There are other sets of polar coordinates that will be the same as our first solution. For example, the points \((-3\sqrt{2},\,\frac{5\pi }{4})\) and \((3\sqrt{2},-\frac{7\pi }{4})\) will coincide with the original solution of \((3\sqrt{2},\,\frac{\pi }{4}).\) The point \((-3\sqrt{2},\,\frac{5\pi }{4})\) indicates a move further counterclockwise by \(\pi ,\) which is directly opposite \(\frac{\pi }{4}.\) The radius is expressed as \(-3\sqrt{2}.\) However, the angle \(\frac{5\pi }{4}\) is located in the third quadrant and, as \(r\) is negative, we extend the directed line segment in the opposite direction, into the first quadrant. This is the same point as \((3\sqrt{2},\,\frac{\pi }{4}).\) The point \((3\sqrt{2},\,-\frac{7\pi }{4})\) is a move further clockwise by \(-\frac{7\pi }{4},\) from \(\frac{\pi }{4}.\) The radius, \(3\sqrt{2},\) is the same.

Transforming Equations between Polar and Rectangular Forms

We can now convert coordinates between polar and rectangular form. Converting equations can be more difficult, but it can be beneficial to be able to convert between the two forms. Since there are a number of polar equations that cannot be expressed clearly in Cartesian form, and vice versa, we can use the same procedures we used to convert points between the coordinate systems. We can then use a graphing calculator to graph either the rectangular form or the polar form of the equation.

How To

Given an equation in polar form, graph it using a graphing calculator.

  • Change the MODE to POL, representing polar form.
  • Press the Y=button to bring up a screen allowing the input of six equations: \({r}_{1},\,{r}_{2},\,.\,.\,.\,,\,{r}_{6}.\)
  • Enter the polar equation, set equal to \(r.\)
  • Press GRAPH.
Example 6

Write the Cartesian equation \({x}^{2}+{y}^{2}=9\) in polar form.

Substitute \(x=r\cos\theta\) and \(y=r\sin\theta\) into the equation and simplify.

The goal is to eliminate \(x\) and \(y\) from the equation and introduce \(r\) and \(θ.\) Ideally, we would write the equation \(r\) as a function of \(θ.\) To obtain the polar form, we will use the relationships between \((x,y)\) and \((r,θ).\) Since \(x=rcos\,θ\) and \(y=rsin\,θ,\) we can substitute and solve for \(r.\)

\[\begin{array}{ll}\,{(rcos\,θ)}^{2}+{(rsin\,θ)}^{2}=9 & \\ \,{r}^{2}{cos}^{2}θ+{r}^{2}{sin}^{2}θ=9 & \\ {r}^{2}({cos}^{2}θ+{sin}^{2}θ)=9 & \\ {r}^{2}(1)=9 & {\text{Substitute cos}}^{2}θ+{sin}^{2}θ=1. \\ \,r=\pm 3\begin{array}{llll} & & & \end{array} & \text{Use the square root property}.\end{array}\]

Thus, \({x}^{2}+{y}^{2}=9,r=3,\) and \(r=-3\) should generate the same graph. See Figure 10.

Plotting a circle of radius 3 with center at the origin in polar and rectangular coordinates. It is the same in both systems.
Figure 10 — (a) Cartesian form \({x}^{2}+{y}^{2}=9\) (b) Polar form \(r=3\)

To graph a circle in rectangular form, we must first solve for \(y.\)

\[\begin{array}{l}\begin{array}{l} \\ {x}^{2}+{y}^{2}=9\end{array} \\ \,{y}^{2}=9-{x}^{2} \\ \,y=\pm \sqrt{9-{x}^{2}}\end{array}\]

Note that this is two separate functions, since a circle fails the vertical line test. Therefore, we need to enter the positive and negative square roots into the calculator separately, as two equations in the form \({Y}_{1}=\sqrt{9-{x}^{2}}\) and \({Y}_{2}=-\sqrt{9-{x}^{2}}.\) Press GRAPH.

Example 7

Rewrite the Cartesian equation \({x}^{2}+{y}^{2}=6y\) as a polar equation.

Substitute \(x=r\cos\theta\) and \(y=r\sin\theta,\) then simplify and solve for r.

This equation appears similar to the previous example, but it requires different steps to convert the equation.

We can still follow the same procedures we have already learned and make the following substitutions:

\[\begin{array}{ll}{r}^{2}=6y & \text{Use }{x}^{2}+{y}^{2}={r}^{2}. \\ {r}^{2}=6rsin\,θ & \text{Substitute}\,y=rsin\,θ. \\ {r}^{2}-6rsin\,θ=0 & \text{Set equal to 0}. \\ r(r-6sin\,θ)=0 & \text{Factor and solve}. \\ r=0 & \text{We reject }r=0,\,\text{as it only represents one point, }(0,0). \\ r=6sin\,θ\begin{array}{llll} & & & \end{array} & \end{array}\]

Therefore, the equations \({x}^{2}+{y}^{2}=6y\) and \(r=6sin\,θ\) should give us the same graph. See Figure 11.

Plots of the equations stated above - the plots are the same in both rectangular and polar coordinates. They are circles.
Figure 11 — (a) Cartesian form \({x}^{2}+{y}^{2}=6y\) (b) polar form \(r=6sin\,θ\)

The Cartesian or rectangular equation is plotted on the rectangular grid, and the polar equation is plotted on the polar grid. Clearly, the graphs are identical.

Example 8

Rewrite the Cartesian equation \(y=3x+2\) as a polar equation.

Substitute \(x=r\cos\theta\) and \(y=r\sin\theta\) for x and y, then solve for r in terms of \(\theta.\)

We will use the relationships \(x=rcos\,θ\) and \(y=rsin\,θ.\)

\[\begin{array}{ll}\,y=3x+2 & \\ \,rsin\,θ=3rcos\,θ+2 & \\ rsin\,θ-3rcos\,θ=2 & \\ r(sin\,θ-3cos\,θ)=2 & \text{Isolate }r. \\ r=\frac{2}{sin\,θ-3cos\,θ}\begin{array}{llll} & & & \end{array} & \text{Solve for }r.\end{array}\]

Try It #4

Rewrite the Cartesian equation \({y}^{2}=3-{x}^{2}\) in polar form.

\(r=\sqrt{3}\)

Did you get it?

Identify and Graph Polar Equations by Converting to Rectangular Equations

We have learned how to convert rectangular coordinates to polar coordinates, and we have seen that the points are indeed the same. We have also transformed polar equations to rectangular equations and vice versa. Now we will demonstrate that their graphs, while drawn on different grids, are identical.

Example 9

Covert the polar equation \(r=2sec\,θ\) to a rectangular equation, and draw its corresponding graph.

Rewrite secant as \(\frac{1}{\cos\theta}\), multiply both sides by \(\cos\theta,\) then substitute \(x=r\cos\theta.\)

The conversion is

\[\begin{array}{lll}r & = & 2sec\,θ \\ r & = & \frac{2}{cos\,θ} \\ r\,cos\,θ & = & 2 \\ x & = & 2\end{array}\]

Notice that the equation \(r=2sec\,θ\) drawn on the polar grid is clearly the same as the vertical line \(x=2\) drawn on the rectangular grid (see Figure 12). Just as \(x=c\) is the standard form for a vertical line in rectangular form, \(r=csec\,θ\) is the standard form for a vertical line in polar form.

Plots of the equations stated above - the plots are the same in both rectangular and polar coordinates. They are lines.
Figure 12 — (a) Polar grid (b) Rectangular coordinate system

A similar discussion would demonstrate that the graph of the function \(r=2csc\,θ\) will be the horizontal line \(y=2.\) In fact, \(r=ccsc\,θ\) is the standard form for a horizontal line in polar form, corresponding to the rectangular form \(y=c.\)

Example 10

Rewrite the polar equation \(r=\frac{3}{1-2cos\,θ}\) as a Cartesian equation.

Multiply both sides by the denominator, substitute \(r\cos\theta=x\) and \(r=\sqrt{{x}^{2}+{y}^{2}},\) then isolate the square root and square both sides.

The goal is to eliminate \(θ\) and \(r,\) and introduce \(x\) and \(y.\) We clear the fraction, and then use substitution. In order to replace \(r\) with \(x\) and \(y,\) we must use the expression \({x}^{2}+{y}^{2}={r}^{2}.\)

\[\begin{array}{llll}r & = & \frac{3}{1-2\,cos\,θ} & \\ r(1-2(\frac{x}{r})) & = & 3 & \\ r-2x & = & 3 & \text{Use}\,cos\,θ=\frac{x}{r}\,to\,\text{eliminate}\,θ \\ r-2x & = & 3 & \\ r & = & 3+2x & \text{Isolate}\,r \\ {r}^{2} & = & {(3+2x)}^{2} & \text{Square}\,\text{both}\,\text{sides} \\ {x}^{2}+{y}^{2} & = & {(3+2x)}^{2} & \text{Use}\,{x}^{2}+{y}^{2}={r}^{2}\end{array}\]

The Cartesian equation is \({x}^{2}+{y}^{2}={(3+2x)}^{2}.\) However, to graph it, especially using a graphing calculator or computer program, we want to isolate \(y.\)

\[\begin{array}{l}{x}^{2}+{y}^{2}={(3+2x)}^{2} \\ \,{y}^{2}={(3+2x)}^{2}-{x}^{2} \\ \,y=\pm \sqrt{{(3+2x)}^{2}-{x}^{2}}\end{array}\]

When our entire equation has been changed from \(r\) and \(θ\) to \(x\) and \(y,\) we can stop, unless asked to solve for \(y\) or simplify. See Figure 13.

Plots of the equations stated above - the plots are the same in both rectangular and polar coordinates. They are hyperbolas.
Figure 13

The “hour-glass” shape of the graph is called a hyperbola. Hyperbolas have many interesting geometric features and applications, which we will investigate further in Analytic Geometry.

Analysis

In this example, the right side of the equation can be expanded and the equation simplified further, as shown above. However, the equation cannot be written as a single function in Cartesian form. We may wish to write the rectangular equation in the hyperbola’s standard form. To do this, we can start with the initial equation.

\[\begin{array}{llll}{x}^{2}+{y}^{2} & = & {(3+2x)}^{2} & \\ {x}^{2}+{y}^{2}-{(3+2x)}^{2} & = & 0 & \\ {x}^{2}+{y}^{2}-(9+12x+4{x}^{2}) & = & 0 & \\ {x}^{2}+{y}^{2}-9-12x-4{x}^{2} & = & 0 & \\ -3{x}^{2}-12x+{y}^{2} & = & 9 & \text{Multiply}\,\text{through}\,\text{by}\,-1 \\ 3{x}^{2}+12x-{y}^{2} & = & -9 & \\ 3({x}^{2}+4x+)-{y}^{2} & = & -9 & \\ 3({x}^{2}+4x+4)-{y}^{2} & = & -9+12 & Organize\,\text{terms}\,\text{to}\,\text{complete}\,\text{the}\,\text{square}\,\text{for}\,x \\ 3{(x+2)}^{2}-{y}^{2} & = & 3 & \\ {(x+2)}^{2}-\frac{{y}^{2}}{3} & = & 1 & \end{array}\]

Try It #5

Rewrite the polar equation \(r=2sin\,θ\) in Cartesian form.

\({x}^{2}+{y}^{2}=2y\) or, in the standard form for a circle, \({x}^{2}+{(y-1)}^{2}=1\)

Did you get it?
Example 11

Rewrite the polar equation \(r=sin(2θ)\) in Cartesian form.

Expand \(\sin(2\theta)\) with the double-angle identity, then multiply both sides by \({r}^{2}\) so every term becomes x's and y's.

\[\begin{array}{ll}\,r=sin(2θ) & \text{Use the double angle identity for sine}. \\ \,r=2sin\,θcos\,θ\begin{array}{llll} & & & \end{array} & \text{Use }cos\,θ=\frac{x}{r}\text{ and }sin\,θ=\frac{y}{r}. \\ \,r=2(\frac{x}{r})(\frac{y}{r}) & \text{Simplify}. \\ \,r=\frac{2xy}{{r}^{2}} & \text{ Multiply both sides by }{r}^{2}. \\ \,{r}^{3}=2xy & \\ {(\sqrt{{x}^{2}+{y}^{2}})}^{3}=2xy & \text{As}\,{x}^{2}+{y}^{2}={r}^{2},r=\sqrt{{x}^{2}+{y}^{2}}.\end{array}\]

This equation can also be written as

\[{({x}^{2}+{y}^{2})}^{\frac{3}{2}}=2xy\,\text{or}\,{x}^{2}+{y}^{2}={(2xy)}^{\frac{2}{3}}\]

Media

Access these online resources for additional instruction and practice with polar coordinates.

Key Equations

Table 1
Conversion formulas\(\begin{array}{ll} & cos\,θ=\frac{x}{r}\to x=rcos\,θ \\ & sin\,θ=\frac{y}{r}\to y=rsin\,θ \\ & {r}^{2}={x}^{2}+{y}^{2} \\ & tan\,θ=\frac{y}{x}\end{array}\)

Key Concepts

Section Exercises

Verbal

1

How are polar coordinates different from rectangular coordinates?

For polar coordinates, the point in the plane depends on the angle from the positive x-axis and distance from the origin, while in Cartesian coordinates, the point represents the horizontal and vertical distances from the origin. For each point in the coordinate plane, there is one representation, but for each point in the polar plane, there are infinite representations.

2

How are the polar axes different from the x- and y-axes of the Cartesian plane?

3

Explain how polar coordinates are graphed.

Determine \(θ\) for the point, then move \(r\) units from the pole to plot the point. If \(r\) is negative, move \(r\) units from the pole in the opposite direction but along the same angle. The point is a distance of \(r\) away from the origin at an angle of \(θ\) from the polar axis.

4

How are the points \((3,\frac{\pi }{2})\) and \((-3,\frac{\pi }{2})\) related?

5

Explain why the points \((-3,\frac{\pi }{2})\) and \((3,-\frac{\pi }{2})\) are the same.

The point \((-3,\frac{\pi }{2})\) has a positive angle but a negative radius and is plotted by moving to an angle of \(\frac{\pi }{2}\) and then moving 3 units in the negative direction. This places the point 3 units down the negative y-axis. The point \((3,-\frac{\pi }{2})\) has a negative angle and a positive radius and is plotted by first moving to an angle of \(-\frac{\pi }{2}\) and then moving 3 units down, which is the positive direction for a negative angle. The point is also 3 units down the negative y-axis.

Algebraic

For the following exercises, convert the given polar coordinates to Cartesian coordinates. Remember to consider the quadrant in which the given point is located when determining \(θ\) for the point.

6

\((7,\frac{7\pi }{6})\)

7

\((5,\pi )\)

\((-5,0)\)

8

\((6,-\frac{\pi }{4})\)

9

\((-3,\frac{\pi }{6})\)

\((-\frac{3\sqrt{3}}{2},-\frac{3}{2})\)

10

\((4,\frac{7\pi }{4})\)

For the following exercises, convert the given Cartesian coordinates to polar coordinates with \(r>0,\,0\le θ<2\pi .\) Remember to consider the quadrant in which the given point is located.

11

\((4,2)\)

\((2\sqrt{5},\,0.464)\)

12

\((-4,6)\)

13

\((3,-5)\)

\((\sqrt{34},5.253)\)

14

\((-10,-13)\)

15

\((8,8)\)

\((8\sqrt{2},\frac{\pi }{4})\)

For the following exercises, convert the given Cartesian equation to a polar equation.

16

\(x=3\)

17

\(y=4\)

\(r=4cscθ\)

18

\(y=4{x}^{2}\)

19

\(y=2{x}^{4}\)

\(r=\sqrt[3]{\frac{sinθ}{2co{s}^{4}θ}}\)

20

\({x}^{2}+{y}^{2}=4y\)

21

\({x}^{2}+{y}^{2}=3x\)

\(r=3cosθ\)

22

\({x}^{2}-{y}^{2}=x\)

23

\({x}^{2}-{y}^{2}=3y\)

\(r=\frac{3sinθ}{cos(2θ)}\)

24

\({x}^{2}+{y}^{2}=9\)

25

\({x}^{2}=9y\)

\(r=\frac{9sinθ}{{cos}^{2}θ}\)

26

\({y}^{2}=9x\)

27

\(9xy=1\)

\(r=\sqrt{\frac{1}{9cosθsinθ}}\)

For the following exercises, convert the given polar equation to a Cartesian equation. Write in the standard form of a conic if possible, and identify the conic section represented.

28

\(r=3sin\,θ\)

29

\(r=4cos\,θ\)

\({x}^{2}+{y}^{2}=4x\) or \(\frac{{(x-2)}^{2}}{4}+\frac{{y}^{2}}{4}=1;\) circle

30

\(r=\frac{4}{sin\,θ+7cos\,θ}\)

31

\(r=\frac{6}{cos\,θ+3sin\,θ}\)

\(3y+x=6;\) line

32

\(r=2sec\,θ\)

33

\(r=3csc\,θ\)

\(y=3;\) line

34

\(r=\sqrt{rcos\,θ+2}\)

35

\({r}^{2}=4sec\,θ\,csc\,θ\)

\(xy=4;\) hyperbola

36

\(r=4\)

37

\({r}^{2}=4\)

\({x}^{2}+{y}^{2}=4;\) circle

38

\(r=\frac{1}{4cos\,θ-3sin\,θ}\)

39

\(r=\frac{3}{cos\,θ-5sin\,θ}\)

\(x-5y=3;\) line

Graphical

For the following exercises, find the polar coordinates of the point.

40
Polar coordinate system with a point located on the third concentric circle and pi/2.
41
Polar coordinate system with a point located on the third concentric circle and midway between pi/2 and pi in the second quadrant.

\((3,\frac{3\pi }{4})\)

42
Polar coordinate system with a point located midway between the first and second concentric circles and a third of the way between pi and 3pi/2 (closer to pi).
43
Polar coordinate system with a point located on the fifth concentric circle and pi.

\((5,\pi )\)

44
Polar coordinate system with a point located on the fourth concentric circle and a third of the way between 3pi/2 and 2pi (closer to 3pi/2).

For the following exercises, plot the points.

45

\((-2,\frac{\pi }{3})\)

Polar coordinate system with a point located on the second concentric circle and two-thirds of the way between pi and 3pi/2 (closer to 3pi/2).
46

\((-1,-\frac{\pi }{2})\)

47

\((3.5,\frac{7\pi }{4})\)

Polar coordinate system with a point located midway between the third and fourth concentric circles and midway between 3pi/2 and 2pi.
48

\((-4,\frac{\pi }{3})\)

49

\((5,\frac{\pi }{2})\)

Polar coordinate system with a point located on the fifth concentric circle and pi/2.
50

\((4,\frac{-5\pi }{4})\)

51

\((3,\frac{5\pi }{6})\)

Polar coordinate system with a point located on the third concentric circle and 2/3 of the way between pi/2 and pi (closer to pi).
52

\((-1.5,\frac{7\pi }{6})\)

53

\((-2,\frac{\pi }{4})\)

Polar coordinate system with a point located on the second concentric circle and midway between pi and 3pi/2.
54

\((1,\frac{3\pi }{2})\)

For the following exercises, convert the equation from rectangular to polar form and graph on the polar axis.

55

\(5x-y=6\)

\(r=\frac{6}{5cosθ-sinθ}\)

Plot of given line in the polar coordinate grid
56

\(2x+7y=-3\)

57

\({x}^{2}+{(y-1)}^{2}=1\)

\(r=2sinθ\)

Plot of given circle in the polar coordinate grid
58

\({(x+2)}^{2}+{(y+3)}^{2}=13\)

59

\(x=2\)

\(r=\frac{2}{cosθ}\)

Plot of given circle in the polar coordinate grid
60

\({x}^{2}+{y}^{2}=5y\)

61

\({x}^{2}+{y}^{2}=3x\)

\(r=3cosθ\)

Plot of given circle in the polar coordinate grid.

For the following exercises, convert the equation from polar to rectangular form and graph on the rectangular plane.

62

\(r=6\)

63

\(r=-4\)

\({x}^{2}+{y}^{2}=16\)

Plot of circle with radius 4 centered at the origin in the rectangular coordinates grid.
64

\(θ=-\frac{2\pi }{3}\)

65

\(θ=\frac{\pi }{4}\)

\(y=x\)

Plot of line y=x in the rectangular coordinates grid.
66

\(r=sec\,θ\)

67

\(r=-10sin\,θ\)

\({x}^{2}+{(y+5)}^{2}=25\)

Plot of circle with radius 5 centered at (0,-5).
68

\(r=3cos\,θ\)

Technology

69

Use a graphing calculator to find the rectangular coordinates of \((2,-\frac{\pi }{5}).\) Round to the nearest thousandth.

\((1.618,-1.176)\)

70

Use a graphing calculator to find the rectangular coordinates of \((-3,\frac{3\pi }{7}).\) Round to the nearest thousandth.

71

Use a graphing calculator to find the polar coordinates of \((-7,8)\) in degrees. Round to the nearest thousandth.

\((10.630,131.186°)\)

72

Use a graphing calculator to find the polar coordinates of \((3,-4)\) in degrees. Round to the nearest hundredth.

73

Use a graphing calculator to find the polar coordinates of \((-2,0)\) in radians. Round to the nearest hundredth.

\((2,3.14)or(2,\pi )\)

Extensions

74

Describe the graph of \(r=asec\,θ;a>0.\)

75

Describe the graph of \(r=asec\,θ;a<0.\)

A vertical line with \(a\) units left of the y-axis.

76

Describe the graph of \(r=acsc\,θ;a>0.\)

77

Describe the graph of \(r=acsc\,θ;a<0.\)

A horizontal line with \(a\) units below the x-axis.

78

What polar equations will give an oblique line?

For the following exercise, graph the polar inequality.

79

\(r<4\)

Graph of shaded circle of radius 4 with the edge not included (dotted line) - polar coordinate grid.
80

\(0\le θ\le \frac{\pi }{4}\)

81

\(θ=\frac{\pi }{4},\,r\,\ge \,2\)

Graph of ray starting at (2, pi/4) and extending in a positive direction along pi/4 - polar coordinate grid.
82

\(θ=\frac{\pi }{4},\,r\,\ge -3\)

83

\(0\le θ\le \frac{\pi }{3},\,r\,<\,2\)

Graph of the shaded region 0 to pi/3 from r=0 to 2 with the edge not included (dotted line) - polar coordinate grid
84

\(\frac{-\pi }{6}<θ\le \frac{\pi }{3},-3<r\,<\,2\)

Glossary

polar axis
on the polar grid, the equivalent of the positive x-axis on the rectangular grid
polar coordinates
on the polar grid, the coordinates of a point labeled \((r,θ),\) where \(θ\) indicates the angle of rotation from the polar axis and \(r\) represents the radius, or the distance of the point from the pole in the direction of \(θ\)
pole
the origin of the polar grid