64 Polar Coordinates

Learning Objectives

In this section, you will:

  • Plot points using polar coordinates.
  • Convert from polar coordinates to rectangular coordinates.
  • Convert from rectangular coordinates to polar coordinates.
  • Transform equations between polar and rectangular forms.
  • Identify and graph polar equations by converting to rectangular equations.

Over 12 kilometers from port, a sailboat encounters rough weather and is blown off course by a 16-knot wind (see (Figure)). 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[latex]\,\left(x,y\right)\,[/latex]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[latex]\,\left(r,\theta \right)\,[/latex]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[latex]\,r\,[/latex]is the radius or length of the directed line segment from the pole. The angle[latex]\,\theta ,[/latex] measured in radians, indicates the direction of[latex]\,r.\,[/latex]We move counterclockwise from the polar axis by an angle of[latex]\,\theta ,[/latex]and measure a directed line segment the length of[latex]\,r\,[/latex]in the direction of[latex]\,\theta .\,[/latex]Even though we measure[latex]\,\theta \,[/latex]first and then[latex]\,r,[/latex] the polar point is written with the r-coordinate first. For example, to plot the point[latex]\,\left(2,\frac{\pi }{4}\right),[/latex]we would move[latex]\,\frac{\pi }{4}\,[/latex]units in the counterclockwise direction and then a length of 2 from the pole. This point is plotted on the grid in (Figure).

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

Plotting a Point on the Polar Grid

Plot the point[latex]\,\left(3,\frac{\pi }{2}\right)\,[/latex]on the polar grid.

[reveal-answer q=”fs-id1165137929939″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137929939″]

The angle[latex]\,\frac{\pi }{2}\,[/latex]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[latex]\,\frac{\pi }{2}\,[/latex]direction, as shown in (Figure).

Polar grid with point (3, pi/2) plotted.
Figure 3.

[/hidden-answer]

Try It

Plot the point[latex]\,\left(2,\,\frac{\pi }{3}\right)\,[/latex]in the polar grid.

[reveal-answer q=”52548″]Show Solution[/reveal-answer]
[hidden-answer a=”52548″]Polar grid with point (2, pi/3) plotted.[/hidden-answer]

Plotting a Point in the Polar Coordinate System with a Negative Component

Plot the point[latex]\,\left(-2,\,\frac{\pi }{6}\right)\,[/latex]on the polar grid.

[reveal-answer q=”fs-id1165137634114″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137634114″]

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

  1. Plot the point[latex]\,\left(2,\frac{\pi }{6}\right)\,[/latex]by moving[latex]\,\frac{\pi }{6}\,[/latex]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;
  2. Move[latex]\,\frac{\pi }{6}\,[/latex]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)(a). Compare this to the graph of the polar coordinate[latex]\,\left(2,\frac{\pi }{6}\right)\,[/latex]shown in (Figure)(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.

[/hidden-answer]

Try It

Plot the points[latex]\,\left(3,-\frac{\pi }{6}\right)[/latex]and[latex]\,\left(2,\frac{9\pi }{4}\right)\,[/latex]on the same polar grid.

[reveal-answer q=”fs-id1165137444539″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137444539″]Points (2, 9pi/4) and (3, -pi/6) are plotted in the polar grid.[/hidden-answer]

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[latex]\,x,\,y,\,r,\,[/latex]and[latex]\,\theta .[/latex]

[latex]\begin{array}{l}\begin{array}{l}\\ \mathrm{cos}\,\theta =\frac{x}{r}\to x=r\mathrm{cos}\,\theta \end{array}\hfill \\ \mathrm{sin}\,\theta =\frac{y}{r}\to y=r\mathrm{sin}\,\theta \hfill \end{array}[/latex]

Dropping a perpendicular from the point in the plane to the x-axis forms a right triangle, as illustrated in (Figure). An easy way to remember the equations above is to think of[latex]\,\mathrm{cos}\,\theta \,[/latex]as the adjacent side over the hypotenuse and[latex]\,\mathrm{sin}\,\theta \,[/latex]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[latex]\,\left(r,\,\theta \right)\,[/latex]to rectangular coordinates[latex]\,\left(x,\,y\right),[/latex] let

[latex]\mathrm{cos}\,\theta =\frac{x}{r}\to x=r\mathrm{cos}\,\theta[/latex]
[latex]\mathrm{sin}\,\theta =\frac{y}{r}\to y=r\mathrm{sin}\,\theta[/latex]

How To

Given polar coordinates, convert to rectangular coordinates.

  1. Given the polar coordinate[latex]\,\left(r,\theta \right),[/latex] write[latex]\,x=r\mathrm{cos}\,\theta \,[/latex]and[latex]\,y=r\mathrm{sin}\,\theta .[/latex]
  2. Evaluate[latex]\,\mathrm{cos}\,\theta \,[/latex]and[latex]\,\mathrm{sin}\,\theta .[/latex]
  3. Multiply[latex]\,\mathrm{cos}\,\theta \,[/latex]by[latex]\,r\,[/latex]to find the x-coordinate of the rectangular form.
  4. Multiply[latex]\,\mathrm{sin}\,\theta \,[/latex]by[latex]\,r\,[/latex]to find the y-coordinate of the rectangular form.

Writing Polar Coordinates as Rectangular Coordinates

Write the polar coordinates[latex]\,\left(3,\frac{\pi }{2}\right)\,[/latex]as rectangular coordinates.

[reveal-answer q=”fs-id1165134393743″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134393743″]Use the equivalent relationships.

[latex]\begin{array}{l}\begin{array}{l}\\ x=r\mathrm{cos}\,\theta \end{array}\hfill \\ x=3\mathrm{cos}\,\frac{\pi }{2}=0\hfill \\ y=r\mathrm{sin}\,\theta \hfill \\ y=3\mathrm{sin}\,\frac{\pi }{2}=3\hfill \end{array}[/latex]

The rectangular coordinates are[latex]\,\left(0,3\right).\,[/latex]See (Figure).

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

[/hidden-answer]

Writing Polar Coordinates as Rectangular Coordinates

Write the polar coordinates[latex]\,\left(-2,0\right)\,[/latex]as rectangular coordinates.

[reveal-answer q=”fs-id1165137599665″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137599665″]

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

[latex]\begin{array}{l}x=r\mathrm{cos}\,\theta \hfill \\ x=-2\mathrm{cos}\left(0\right)=-2\hfill \\ \hfill \\ y=r\mathrm{sin}\,\theta \hfill \\ y=-2\mathrm{sin}\left(0\right)=0\hfill \end{array}[/latex]

The rectangular coordinates are also[latex]\,\left(-2,0\right).[/latex]

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

[/hidden-answer]

Try It

Write the polar coordinates[latex]\,\left(-1,\frac{2\pi }{3}\right)\,[/latex]as rectangular coordinates.

[reveal-answer q=”fs-id1165135470020″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135470020″]

[latex]\left(x,y\right)=\left(\frac{1}{2},-\frac{\sqrt{3}}{2}\right)[/latex]

[/hidden-answer]

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

[latex]\begin{array}{l}\mathrm{cos}\,\theta =\frac{x}{r}\,\,\text{ or}\,\,\,x=r\mathrm{cos}\,\theta \hfill \\ \mathrm{sin}\,\theta =\frac{y}{r}\,\,\text{ or}\,\,\,y=r\mathrm{sin}\,\theta \hfill \\ \,\,\,\,\,\,{r}^{2}={x}^{2}+{y}^{2}\hfill \\ \mathrm{tan}\,\theta =\frac{y}{x}\,\hfill \end{array}[/latex]
Figure 8.

Writing Rectangular Coordinates as Polar Coordinates

Convert the rectangular coordinates[latex]\,\left(3,3\right)\,[/latex]to polar coordinates.

[reveal-answer q=”fs-id1165137733557″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137733557″]

We see that the original point[latex]\,\left(3,3\right)\,[/latex]is in the first quadrant. To find[latex]\,\theta ,\,[/latex]use the formula[latex]\,\mathrm{tan}\,\theta =\frac{y}{x}.\,[/latex]This gives

[latex]\begin{array}{l}\,\,\,\,\,\,\,\,\,\,\,\mathrm{tan}\,\theta =\frac{3}{3}\hfill \\ \,\,\,\,\,\,\,\,\,\,\,\mathrm{tan}\,\theta =1\hfill \\ \,\,\,{\mathrm{tan}}^{-1}\left(1\right)=\frac{\pi }{4}\hfill \end{array}[/latex]

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

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

So,[latex]\,r=3\sqrt{2}\,\,[/latex]and[latex]\,\theta \text{=}\frac{\pi }{4},\,[/latex]giving us the polar point[latex]\,\left(3\sqrt{2},\frac{\pi }{4}\right).\,[/latex]See (Figure).

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

[/hidden-answer]

Analysis

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

  1. Change the MODE to POL, representing polar form.
  2. Press the Y= button to bring up a screen allowing the input of six equations:[latex]\,{r}_{1},\,\,{r}_{2},\,\,.\,\,.\,\,.\,\,,\,\,{r}_{6}.[/latex]
  3. Enter the polar equation, set equal to[latex]\,r.[/latex]
  4. Press GRAPH.

Writing a Cartesian Equation in Polar Form

Write the Cartesian equation[latex]\,{x}^{2}+{y}^{2}=9\,[/latex]in polar form.

[reveal-answer q=”fs-id1165134418996″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134418996″]

The goal is to eliminate[latex]\,x\,[/latex]and[latex]\,y\,[/latex]from the equation and introduce[latex]\,r\,[/latex]and [latex]\,\theta .\,[/latex]Ideally, we would write the equation[latex]\,r\,[/latex]as a function of[latex]\,\theta .\,[/latex]To obtain the polar form, we will use the relationships between[latex]\,\left(x,y\right)\,[/latex]and[latex]\,\left(r,\theta \right).\,[/latex]Since[latex]\,x=r\mathrm{cos}\,\theta \,[/latex] and[latex]\,y=r\mathrm{sin}\,\theta ,\,[/latex]we can substitute and solve for[latex]\,r.[/latex]

[latex]\begin{array}{ll}\text{ }{\left(r\mathrm{cos}\,\theta \right)}^{2}+{\left(r\mathrm{sin}\,\theta \right)}^{2}=9\hfill & \hfill \\ \text{ }{r}^{2}{\mathrm{cos}}^{2}\theta +{r}^{2}{\mathrm{sin}}^{2}\theta =9\hfill & \hfill \\ \text{ }{r}^{2}\left({\mathrm{cos}}^{2}\theta +{\mathrm{sin}}^{2}\theta \right)=9\hfill & \hfill \\ \,\text{ }{r}^{2}\left(1\right)=9 \hfill & {\text{Substitute cos}}^{2}\theta +{\mathrm{sin}}^{2}\theta =1.\hfill \\ \text{ }r=±3\begin{array}{cccc}& & & \end{array}\hfill & \text{Use the square root property}.\hfill \end{array}[/latex]

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

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[latex]\,{x}^{2}+{y}^{2}=9\,[/latex](b) Polar form[latex]\,r=3[/latex]

To graph a circle in rectangular form, we must first solve for[latex]\,y.[/latex]

[latex]\begin{array}{l}\begin{array}{l}\\ {x}^{2}+{y}^{2}=9\end{array}\hfill \\ \text{ }{y}^{2}=9-{x}^{2}\hfill \\ \text{ }y=±\sqrt{9-{x}^{2}}\hfill \end{array}[/latex]

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[latex]\,{Y}_{1}=\sqrt{9-{x}^{2}}\,[/latex]and[latex]\,{Y}_{2}=-\sqrt{9-{x}^{2}}.\,[/latex]Press GRAPH.[/hidden-answer]

Rewriting a Cartesian Equation as a Polar Equation

Rewrite the Cartesian equation[latex]\,{x}^{2}+{y}^{2}=6y\,[/latex]as a polar equation.

[reveal-answer q=”fs-id1165135547690″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135547690″]

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:

[latex]\begin{array}{ll}\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,{r}^{2}=6y\hfill & \text{Use }{x}^{2}+{y}^{2}={r}^{2}.\hfill \\ \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,{r}^{2}=6r\mathrm{sin}\,\theta \hfill & \text{Substitute}\,y=r\mathrm{sin}\,\theta .\hfill \\ \text{ }{r}^{2}-6r\mathrm{sin}\,\theta =0\hfill & \text{Set equal to 0}.\hfill \\ \text{ }r\left(r-6\mathrm{sin}\,\theta \right)=0\hfill & \text{Factor and solve}.\hfill \\ \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,r=0\hfill & \text{We reject }r=0,\,\text{as it only represents one point, }\left(0,0\right).\hfill \\ \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\text{or}\,r=6\mathrm{sin}\,\theta \begin{array}{cccc}& & & \end{array}\hfill & \hfill \end{array}[/latex]

Therefore, the equations[latex]\,{x}^{2}+{y}^{2}=6y\,[/latex]and[latex]\,r=6\mathrm{sin}\,\theta \,[/latex] should give us the same graph. See (Figure).

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[latex]\,{x}^{2}+{y}^{2}=6y[/latex](b) polar form[latex]\,r=6\mathrm{sin}\,\theta [/latex]

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.[/hidden-answer]

Rewriting a Cartesian Equation in Polar Form

Rewrite the Cartesian equation[latex]\,y=3x+2\,[/latex]as a polar equation.

[reveal-answer q=”fs-id1165135201018″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135201018″]

We will use the relationships[latex]\,x=r\mathrm{cos}\,\theta \,[/latex] and [latex]\,y=r\mathrm{sin}\,\theta .[/latex]

[latex]\begin{array}{ll}\text{ }y=3x+2\hfill & \hfill \\ \text{ }r\mathrm{sin}\,\theta =3r\mathrm{cos}\,\theta +2\hfill & \hfill \\ \,r\mathrm{sin}\,\theta -3r\mathrm{cos}\,\theta =2\hfill & \hfill \\ r\left(\mathrm{sin}\,\theta -3\mathrm{cos}\,\theta \right)=2\hfill & \text{Isolate }r.\hfill \\ \text{ }\,\,\,r=\frac{2}{\mathrm{sin}\,\theta -3\mathrm{cos}\,\theta }\begin{array}{cccc}& & & \end{array}\hfill & \text{Solve for }r.\hfill \end{array}[/latex][/hidden-answer]

Try It

Rewrite the Cartesian equation[latex]\,{y}^{2}=3-{x}^{2}\,[/latex]in polar form.

[reveal-answer q=”fs-id1165135564036″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135564036″]

[latex]r=\sqrt{3}[/latex]

[/hidden-answer]

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.

Graphing a Polar Equation by Converting to a Rectangular Equation

Covert the polar equation[latex]\,r=2\mathrm{sec}\,\theta \,[/latex] to a rectangular equation, and draw its corresponding graph.

[reveal-answer q=”fs-id1165135580397″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135580397″]

The conversion is

[latex]\begin{array}{l}\text{ }r=2\mathrm{sec}\,\theta \hfill \\ \,\,\,\,\text{ }r=\frac{2}{\mathrm{cos}\,\theta }\hfill \\ r\mathrm{cos}\,\theta =2\hfill \\ \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,x=2\hfill \end{array}[/latex]

Notice that the equation[latex]\,r=2\mathrm{sec}\,\theta \,[/latex]drawn on the polar grid is clearly the same as the vertical line[latex]\,x=2\,[/latex]drawn on the rectangular grid (see (Figure)). Just as[latex]\,x=c\,[/latex]is the standard form for a vertical line in rectangular form,[latex]\,r=c\mathrm{sec}\,\theta \,[/latex]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[latex]\,r=2\mathrm{csc}\,\theta \,[/latex] will be the horizontal line[latex]\,y=2.\,[/latex]In fact,[latex]\,r=c\mathrm{csc}\,\theta \,[/latex] is the standard form for a horizontal line in polar form, corresponding to the rectangular form[latex]\,y=c.[/latex][/hidden-answer]

Rewriting a Polar Equation in Cartesian Form

Rewrite the polar equation[latex]\,r=\frac{3}{1-2\mathrm{cos}\,\theta }\,[/latex]as a Cartesian equation.

[reveal-answer q=”fs-id1165137435019″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137435019″]

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

[latex]\begin{array}{llll}\text{ }r=\frac{3}{1-2\mathrm{cos}\,\theta }\hfill & \hfill & \hfill & \hfill \\ r\left(1-2\mathrm{cos}\,\theta \right)=3\hfill & \hfill & \hfill & \hfill \\ \,\,\,\,\,\,r\left(1-2\left(\frac{x}{r}\right)\right)=3\hfill & \hfill & \hfill & \text{Use }\mathrm{cos}\,\theta =\frac{x}{r}\text{ to eliminate }\theta .\hfill \\ \text{ }\,\,\,r-2x=3\hfill & \hfill & \hfill & \hfill \\ \text{ }r=3+2x\hfill & \hfill & \hfill & \text{Isolate }r.\hfill \\ \text{ }{r}^{2}={\left(3+2x\right)}^{2}\hfill & \hfill & \hfill & \text{Square both sides}.\hfill \\ \text{ }\,{x}^{2}+{y}^{2}={\left(3+2x\right)}^{2}\hfill & \hfill & \hfill & \text{Use }{x}^{2}+{y}^{2}={r}^{2}.\hfill \end{array}[/latex]

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

[latex]\begin{array}{l}{x}^{2}+{y}^{2}={\left(3+2x\right)}^{2}\hfill \\ \text{ }{y}^{2}={\left(3+2x\right)}^{2}-{x}^{2}\hfill \\ \text{ }y=±\sqrt{{\left(3+2x\right)}^{2}-{x}^{2}}\hfill \end{array}[/latex]

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

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.[/hidden-answer]

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.

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

Try It

Rewrite the polar equation[latex]\,r=2\mathrm{sin}\,\theta \,[/latex] in Cartesian form.

[reveal-answer q=”fs-id1165135378641″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135378641″]

[latex]{x}^{2}+{y}^{2}=2y\,[/latex]or, in the standard form for a circle,[latex]\,{x}^{2}+{\left(y-1\right)}^{2}=1[/latex]

[/hidden-answer]

Rewriting a Polar Equation in Cartesian Form

Rewrite the polar equation[latex]\,r=\mathrm{sin}\left(2\theta \right)\,[/latex]in Cartesian form.

[reveal-answer q=”fs-id1165134437217″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134437217″]

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

This equation can also be written as

[latex]{\left({x}^{2}+{y}^{2}\right)}^{\frac{3}{2}}=2xy\,\text{or}\,{x}^{2}+{y}^{2}={\left(2xy\right)}^{\frac{2}{3}}[/latex][/hidden-answer]

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

Key Equations

Conversion formulas [latex]\begin{array}{ll}\hfill & \mathrm{cos}\,\theta =\frac{x}{r}\to x=r\mathrm{cos}\,\theta \hfill \\ \hfill & \mathrm{sin}\,\theta =\frac{y}{r}\to y=r\mathrm{sin}\,\theta \hfill \\ \hfill & \,\,\,\,\,\,\,{r}^{2}={x}^{2}+{y}^{2}\hfill \\ \hfill & \mathrm{tan}\,\theta =\frac{y}{x}\hfill \end{array}[/latex]

Key Concepts

  • The polar grid is represented as a series of concentric circles radiating out from the pole, or origin.
  • To plot a point in the form[latex]\,\left(r,\theta \right),\,\theta >0,\,[/latex]move in a counterclockwise direction from the polar axis by an angle of [latex]\,\theta ,\,[/latex]and then extend a directed line segment from the pole the length of [latex]\,r\,[/latex] in the direction of [latex]\,\theta .\,[/latex]If[latex]\,\theta \,[/latex]is negative, move in a clockwise direction, and extend a directed line segment the length of [latex]\,r\,[/latex] in the direction of[latex]\,\theta .[/latex] See (Figure).
  • If[latex]\,r\,[/latex]is negative, extend the directed line segment in the opposite direction of[latex]\,\theta .\,[/latex]See (Figure).
  • To convert from polar coordinates to rectangular coordinates, use the formulas[latex]\,x=r\mathrm{cos}\,\theta \,[/latex]and[latex]\,y=r\mathrm{sin}\,\theta .\,[/latex]See (Figure) and (Figure).
  • To convert from rectangular coordinates to polar coordinates, use one or more of the formulas:[latex]\,\mathrm{cos}\,\theta =\frac{x}{r},\mathrm{sin}\,\theta =\frac{y}{r},\mathrm{tan}\,\theta =\frac{y}{x},\,[/latex]and[latex]\,r=\sqrt{{x}^{2}+{y}^{2}}.\,[/latex]See (Figure).
  • Transforming equations between polar and rectangular forms means making the appropriate substitutions based on the available formulas, together with algebraic manipulations. See (Figure), (Figure), and (Figure).
  • Using the appropriate substitutions makes it possible to rewrite a polar equation as a rectangular equation, and then graph it in the rectangular plane. See (Figure), (Figure), and (Figure).

Section Exercises

Verbal

How are polar coordinates different from rectangular coordinates?

[reveal-answer q=”fs-id1165135481183″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135481183″]

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.

[/hidden-answer]

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

Explain how polar coordinates are graphed.

[reveal-answer q=”fs-id1165134193492″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134193492″]

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

[/hidden-answer]

How are the points[latex]\,\left(3,\frac{\pi }{2}\right)\,[/latex]and[latex]\,\left(-3,\frac{\pi }{2}\right)\,[/latex]related?

Explain why the points[latex]\,\left(-3,\frac{\pi }{2}\right)\,[/latex]and[latex]\,\left(3,-\frac{\pi }{2}\right)\,[/latex]are the same.

[reveal-answer q=”fs-id1165135319445″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135319445″]

The point[latex]\,\left(-3,\frac{\pi }{2}\right)\,[/latex]has a positive angle but a negative radius and is plotted by moving to an angle of[latex]\,\frac{\pi }{2}\,[/latex]and then moving 3 units in the negative direction. This places the point 3 units down the negative y-axis. The point[latex]\,\left(3,-\frac{\pi }{2}\right)\,[/latex]has a negative angle and a positive radius and is plotted by first moving to an angle of[latex]\,-\frac{\pi }{2}\,[/latex]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.

[/hidden-answer]

Algebraic

For the following exercises, convert the given polar coordinates to Cartesian coordinates with[latex]\,r>0\,[/latex]and[latex]\,0\le \theta \le 2\pi .\,[/latex]Remember to consider the quadrant in which the given point is located when determining[latex]\,\theta \,[/latex]for the point.

[latex]\left(7,\frac{7\pi }{6}\right)[/latex]

[latex]\left(5,\pi \right)[/latex]

[reveal-answer q=”fs-id1165135616318″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135616318″]

[latex]\left(-5,0\right)[/latex]

[/hidden-answer]

[latex]\left(6,-\frac{\pi }{4}\right)[/latex]

[latex]\left(-3,\frac{\pi }{6}\right)[/latex]

[reveal-answer q=”fs-id1165134383794″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134383794″]

[latex]\left(-\frac{3\sqrt{3}}{2},-\frac{3}{2}\right)[/latex]

[/hidden-answer]

[latex]\left(4,\frac{7\pi }{4}\right)[/latex]

For the following exercises, convert the given Cartesian coordinates to polar coordinates with[latex]\,r>0,\,\,0\le \theta <2\pi .\,[/latex]Remember to consider the quadrant in which the given point is located.

[latex]\left(4,2\right)[/latex]

[reveal-answer q=”fs-id1165134279740″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134279740″]

[latex]\left(2\sqrt{5}, 0.464\right)[/latex]

[/hidden-answer]

[latex]\left(-4,6\right)[/latex]

[latex]\left(3,-5\right)[/latex]

[reveal-answer q=”fs-id1165135407446″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135407446″]

[latex]\left(\sqrt{34},5.253\right)[/latex]

[/hidden-answer]

[latex]\left(-10,-13\right)[/latex]

[latex]\left(8,8\right)[/latex]

[reveal-answer q=”fs-id1165137890658″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137890658″]

[latex]\left(8\sqrt{2},\frac{\pi }{4}\right)[/latex]

[/hidden-answer]

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

[latex]x=3[/latex]

[latex]y=4[/latex]

[reveal-answer q=”fs-id1165134174890″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134174890″]

[latex]r=4\mathrm{csc}\theta[/latex]

[/hidden-answer]

[latex]y=4{x}^{2}[/latex]

[latex]y=2{x}^{4}[/latex]

[reveal-answer q=”fs-id1165135404270″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135404270″]

[latex]r=\sqrt[3]{\frac{sin\theta }{2co{s}^{4}\theta }}[/latex]

[/hidden-answer]

[latex]{x}^{2}+{y}^{2}=4y[/latex]

[latex]{x}^{2}+{y}^{2}=3x[/latex]
[reveal-answer q=”fs-id1165132912574″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165132912574″]

[latex]r=3\mathrm{cos}\theta[/latex]

[/hidden-answer]

[latex]{x}^{2}-{y}^{2}=x[/latex]

[latex]{x}^{2}-{y}^{2}=3y[/latex]

[reveal-answer q=”fs-id1165135512559″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135512559″]

[latex]r=\frac{3\mathrm{sin}\theta }{\mathrm{cos}\left(2\theta \right)}[/latex]

[/hidden-answer]

[latex]{x}^{2}+{y}^{2}=9[/latex]

[latex]{x}^{2}=9y[/latex]

[reveal-answer q=”fs-id1165134325175″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134325175″]

[latex]r=\frac{9\mathrm{sin}\theta }{{\mathrm{cos}}^{2}\theta }[/latex]

[/hidden-answer]

[latex]{y}^{2}=9x[/latex]

[latex]9xy=1[/latex]

[reveal-answer q=”fs-id1165134116891″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134116891″]

[latex]r=\sqrt{\frac{1}{9\mathrm{cos}\theta \mathrm{sin}\theta }}[/latex]

[/hidden-answer]

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.

[latex]r=3\mathrm{sin}\,\theta[/latex]

[latex]r=4\mathrm{cos}\,\theta[/latex]

[reveal-answer q=”fs-id1165137810361″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137810361″]

[latex]{x}^{2}+{y}^{2}=4x\,[/latex]or[latex]\,\frac{{\left(x-2\right)}^{2}}{4}+\frac{{y}^{2}}{4}=1;[/latex]circle

[/hidden-answer]

[latex]r=\frac{4}{\mathrm{sin}\,\theta +7\mathrm{cos}\,\theta }[/latex]

[latex]r=\frac{6}{\mathrm{cos}\,\theta +3\mathrm{sin}\,\theta }[/latex]

[reveal-answer q=”fs-id1165134393823″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134393823″]

[latex]3y+x=6;\,[/latex]line

[/hidden-answer]

[latex]r=2\mathrm{sec}\,\theta[/latex]

[latex]r=3\mathrm{csc}\,\theta[/latex]

[reveal-answer q=”343335″]Show Solution[/reveal-answer]
[hidden-answer a=”343335″]

[latex]y=3;\,[/latex]line

[/hidden-answer]

[latex]r=\sqrt{r\mathrm{cos}\,\theta +2}[/latex]

[latex]{r}^{2}=4\mathrm{sec}\,\theta \,\mathrm{csc}\,\theta[/latex]

[reveal-answer q=”fs-id1165135555427″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135555427″]

[latex]xy=4;\,[/latex]hyperbola

[/hidden-answer]

[latex]r=4[/latex]

[latex]{r}^{2}=4[/latex]

[reveal-answer q=”fs-id1165135702647″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135702647″]

[latex]{x}^{2}+{y}^{2}=4;\,[/latex]circle

[/hidden-answer]

[latex]r=\frac{1}{4\mathrm{cos}\,\theta -3\mathrm{sin}\,\theta }[/latex]

[latex]r=\frac{3}{\mathrm{cos}\,\theta -5\mathrm{sin}\,\theta }[/latex]

[reveal-answer q=”fs-id1165133318753″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165133318753″]

[latex]x-5y=3;\,[/latex]line

[/hidden-answer]

Graphical

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

Polar coordinate system with a point located on the third concentric circle and pi/2.
Polar coordinate system with a point located on the third concentric circle and midway between pi/2 and pi in the second quadrant.
[reveal-answer q=”fs-id1165135203456″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135203456″]

[latex]\left(3,\frac{3\pi }{4}\right)[/latex]

[/hidden-answer]

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).
Polar coordinate system with a point located on the fifth concentric circle and pi.
[reveal-answer q=”fs-id1165137445164″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137445164″]

[latex]\left(5,\pi \right)[/latex]

[/hidden-answer]

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.

[latex]\left(-2,\frac{\pi }{3}\right)[/latex]

[reveal-answer q=”fs-id1165137653604″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137653604″]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).[/hidden-answer]

[latex]\left(-1,-\frac{\pi }{2}\right)[/latex]

[latex]\left(3.5,\frac{7\pi }{4}\right)[/latex]
[reveal-answer q=”fs-id1165137812544″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137812544″]Polar coordinate system with a point located midway between the third and fourth concentric circles and midway between 3pi/2 and 2pi.[/hidden-answer]

[latex]\left(-4,\frac{\pi }{3}\right)[/latex]

[latex]\left(5,\frac{\pi }{2}\right)[/latex]

[reveal-answer q=”fs-id1165134081844″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134081844″]Polar coordinate system with a point located on the fifth concentric circle and pi/2.[/hidden-answer]

[latex]\left(4,\frac{-5\pi }{4}\right)[/latex]

[latex]\left(3,\frac{5\pi }{6}\right)[/latex]

[reveal-answer q=”fs-id1165137897886″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137897886″]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).[/hidden-answer]

[latex]\left(-1.5,\frac{7\pi }{6}\right)[/latex]

[latex]\left(-2,\frac{\pi }{4}\right)[/latex]

[reveal-answer q=”fs-id1165135414186″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135414186″]Polar coordinate system with a point located on the second concentric circle and midway between pi and 3pi/2.[/hidden-answer]

[latex]\left(1,\frac{3\pi }{2}\right)[/latex]

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

[latex]5x-y=6[/latex]
[reveal-answer q=”fs-id1165133306819″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165133306819″]

[latex]r=\frac{6}{5\mathrm{cos}\theta -\mathrm{sin}\theta }[/latex]

Plot of given line in the polar coordinate grid[/hidden-answer]

[latex]2x+7y=-3[/latex]

[latex]{x}^{2}+{\left(y-1\right)}^{2}=1[/latex]

[reveal-answer q=”fs-id1165137771343″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137771343″]

[latex]r=2\mathrm{sin}\theta[/latex]

Plot of given circle in the polar coordinate grid[/hidden-answer]

[latex]{\left(x+2\right)}^{2}+{\left(y+3\right)}^{2}=13[/latex]

[latex]x=2[/latex]

[reveal-answer q=”fs-id1165134279766″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134279766″]

[latex]r=\frac{2}{\mathrm{cos}\theta }[/latex]

Plot of given circle in the polar coordinate grid[/hidden-answer]

[latex]{x}^{2}+{y}^{2}=5y[/latex]

[latex]{x}^{2}+{y}^{2}=3x[/latex]

[reveal-answer q=”fs-id1165134185761″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134185761″]

[latex]r=3\mathrm{cos}\theta[/latex]

Plot of given circle in the polar coordinate grid.[/hidden-answer]

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

[latex]r=6[/latex]

[latex]r=-4[/latex]

[reveal-answer q=”fs-id1165134212018″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134212018″]

[latex]{x}^{2}+{y}^{2}=16[/latex]

Plot of circle with radius 4 centered at the origin in the rectangular coordinates grid.[/hidden-answer]

[latex]\theta =-\frac{2\pi }{3}[/latex]
[latex]\theta =\frac{\pi }{4}[/latex]
[reveal-answer q=”fs-id1165133092668″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165133092668″]

[latex]y=x[/latex]

Plot of line y=x in the rectangular coordinates grid.[/hidden-answer]

[latex]r=\mathrm{sec}\,\theta[/latex]

[latex]r=-10\mathrm{sin}\,\theta[/latex]

[reveal-answer q=”fs-id1165134383713″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134383713″]
[latex]{x}^{2}+{\left(y+5\right)}^{2}=25[/latex]Plot of circle with radius 5 centered at (0,-5).[/hidden-answer]

[latex]r=3\mathrm{cos}\,\theta[/latex]

Technology

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

[reveal-answer q=”fs-id1165135597693″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135597693″]

[latex]\left(1.618,-1.176\right)[/latex]

[/hidden-answer]

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

Use a graphing calculator to find the polar coordinates of[latex]\,\left(-7,8\right)\,[/latex]in degrees. Round to the nearest thousandth.

[reveal-answer q=”fs-id1165135538845″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135538845″]

[latex]\left(10.630,131.186°\right)[/latex]

[/hidden-answer]

Use a graphing calculator to find the polar coordinates of[latex]\,\left(3,-4\right)\,[/latex]in degrees. Round to the nearest hundredth.

Use a graphing calculator to find the polar coordinates of[latex]\,\left(-2,0\right)\,[/latex]in radians. Round to the nearest hundredth.

[reveal-answer q=”fs-id1165133389118″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165133389118″]

[latex]\,\left(2,3.14\right)or\left(2,\pi \right)\,[/latex]

[/hidden-answer]

Extensions

Describe the graph of[latex]\,r=a\mathrm{sec}\,\theta ;a>0.[/latex]

Describe the graph of[latex]\,r=a\mathrm{sec}\,\theta ;a<0.[/latex]

[reveal-answer q=”fs-id1165132912586″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165132912586″]

A vertical line with[latex]\,a\,[/latex]units left of the y-axis.

[/hidden-answer]

Describe the graph of[latex]\,r=a\mathrm{csc}\,\theta ;a>0.[/latex]

Describe the graph of[latex]\,r=a\mathrm{csc}\,\theta ;a<0.[/latex]

[reveal-answer q=”fs-id1165132011254″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165132011254″]

A horizontal line with[latex]\,a\,[/latex]units below the x-axis.

[/hidden-answer]

What polar equations will give an oblique line?

For the following exercise, graph the polar inequality.

[latex]r<4[/latex]

[reveal-answer q=”fs-id1165134177579″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134177579″]Graph of shaded circle of radius 4 with the edge not included (dotted line) - polar coordinate grid.[/hidden-answer]

[latex]0\le \theta \le \frac{\pi }{4}[/latex]

[latex]\theta =\frac{\pi }{4},\,r\,\ge \,2[/latex]

[reveal-answer q=”fs-id1165135154583″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135154583″]Graph of ray starting at (2, pi/4) and extending in a positive direction along pi/4 - polar coordinate grid.[/hidden-answer]
[latex]\theta =\frac{\pi }{4},\,r\,\ge -3[/latex]

[latex]0\le \theta \le \frac{\pi }{3},\,r\,<\,2[/latex]

[reveal-answer q=”fs-id1165133199370″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165133199370″]Graph of the shaded region 0 to pi/3 from r=0 to 2 with the edge not included (dotted line) - polar coordinate grid[/hidden-answer]

[latex]\frac{-\pi }{6}<\theta \le \frac{\pi }{3},-3

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[latex]\,\left(r,\theta \right),\,[/latex]where[latex]\,\theta \,[/latex]indicates the angle of rotation from the polar axis and[latex]\,r\,[/latex]represents the radius, or the distance of the point from the pole in the direction of[latex]\,\theta[/latex]
pole
the origin of the polar grid

License

Icon for the Creative Commons Attribution 4.0 International License

Algebra and Trigonometry OpenStax Copyright © 2015 by OpenStax is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book