Polar Coordinates

In this section, you will:

Over 12 kilometers from port, a sailboat encounters rough weather and is blown off course by a 16-knot wind (see [link]). 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.

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, π 4 ),

we would move π 4

units in the counterclockwise direction and then a length of 2 from the pole. This point is plotted on the grid in [link].

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

Plotting a Point on the Polar Grid

Plot the point ( 3, π 2 )

on the polar grid.

The angle π 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 π 2

direction, as shown in [link].

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

Plot the point ( 2, π 3 )

in the polar grid.

![Polar grid with point (2, pi/3) plotted.](/precalculus-book/resources/CNX_Precalc_Figure_08_03_004.jpg)
Plotting a Point in the Polar Coordinate System with a Negative Component

Plot the point ( 2, π 6 )

on the polar grid.

We know that π 6

is located in the first quadrant. However, r=−2.

We can approach plotting a point with a negative r

in two ways:

  1. Plot the point ( 2, π 6 )

    by moving

    π 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;

  2. Move π 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 [link](a). Compare this to the graph of the polar coordinate ( 2, π 6 )

shown in [link](b).

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

Plot the points ( 3, π 6 )

and ( 2, 9π 4 )

on the same polar grid.

![Points (2, 9pi/4) and (3, -pi/6) are plotted in the polar grid.](/precalculus-book/resources/CNX_Precalc_Figure_08_03_006.jpg)

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

cosθ= x r x=rcosθ sinθ= y r y=rsinθ

Dropping a perpendicular from the point in the plane to the x-axis forms a right triangle, as illustrated in [link]. 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.

Converting from Polar Coordinates to Rectangular Coordinates

To convert polar coordinates ( r,θ )

to rectangular coordinates ( x,y ),

let

cosθ= x r x=rcosθ
sinθ= y r y=rsinθ

Given polar coordinates, convert to rectangular coordinates.

  1. Given the polar coordinate ( r,θ ),

    write

    x=rcosθ

    and

    y=rsinθ.
  2. Evaluate cosθ

    and

    sinθ.
  3. Multiply cosθ

    by

    r

    to find the x-coordinate of the rectangular form.

  4. Multiply sinθ

    by

    r

    to find the y-coordinate of the rectangular form.

Writing Polar Coordinates as Rectangular Coordinates

Write the polar coordinates ( 3, π 2 )

as rectangular coordinates.

Use the equivalent relationships.

x=rcosθ x=3cos π 2 =0 y=rsinθ y=3sin π 2 =3

The rectangular coordinates are ( 0,3 ).

See [link].

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

Writing Polar Coordinates as Rectangular Coordinates

Write the polar coordinates ( 2,0 )

as rectangular coordinates.

See [link]. Writing the polar coordinates as rectangular, we have

x=rcosθ x=−2cos( 0 )=−2 y=rsinθ y=−2sin( 0 )=0

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!

Write the polar coordinates ( 1, 2π 3 )

as rectangular coordinates.

( x,y )=( 1 2 , 3 2 )

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 [link].

cosθ= x r  orx=rcosθ sinθ= y r  ory=rsinθ r 2 = x 2 + y 2 tanθ= y x

Writing Rectangular Coordinates as Polar Coordinates

Convert the rectangular coordinates ( 3,3 )

to polar coordinates.

We see that the original point ( 3,3 )

is in the first quadrant. To find θ,

use the formula tanθ= y x .

This gives

tanθ= 3 3 tanθ=1 tan −1 (1)= π 4

To find r,

we substitute the values for x

and y

into the formula r= x 2 + y 2 .

We know that r

must be positive, as π 4

is in the first quadrant. Thus

r= 3 2 + 3 2 r= 9+9 r= 18 =3 2

So, r=3 2

and θ= π 4 ,

giving us the polar point ( 3 2 , π 4 ).

See [link].

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

Analysis

There are other sets of polar coordinates that will be the same as our first solution. For example, the points ( 3 2 , 5π 4 )

and ( 3 2 , 7π 4 )

will coincide with the original solution of ( 3 2 , π 4 ).

The point ( 3 2 , 5π 4 )

indicates a move further counterclockwise by π,

which is directly opposite π 4 .

The radius is expressed as 3 2 .

However, the angle 5π 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 2 , π 4 ).

The point ( 3 2 , 7π 4 )

is a move further clockwise by 7π 4 ,

from π 4 .

The radius, 3 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.

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: r 1 , r 2 ,..., r 6 .
  3. Enter the polar equation, set equal to r.
  4. Press GRAPH.
Writing a Cartesian Equation in Polar Form

Write the Cartesian equation x 2 + y 2 =9

in polar form.

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.

    (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  Substitute cos 2 θ+ sin 2 θ=1.                                  r=±3 Use the square root property.

Thus, x 2 + y 2 =9,r=3,

and r=3

should generate the same graph. See [link].

Plotting a circle of radius 3 with center at the origin in polar and rectangular coordinates. It is the same in both systems.

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

x 2 + y 2 =9          y 2 =9 x 2           y=± 9 x 2

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 = 9 x 2

and Y 2 = 9 x 2 .

Press GRAPH.

Rewriting a Cartesian Equation as a Polar Equation

Rewrite the Cartesian equation x 2 + y 2 =6y

as a polar equation.

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:

r 2 =6y Use  x 2 + y 2 = r 2 . r 2 =6rsinθ Substitutey=rsinθ.         r 2 6rsinθ=0 Set equal to 0.       r(r6sinθ)=0 Factor and solve. r=0 We reject r=0,as it only represents one point, (0,0). orr=6sinθ

Therefore, the equations x 2 + y 2 =6y

and r=6sinθ

should give us the same graph. See [link].

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

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.

Rewriting a Cartesian Equation in Polar Form

Rewrite the Cartesian equation y=3x+2

as a polar equation.

We will use the relationships x=rcosθ

and y=rsinθ.

                        y=3x+2                  rsinθ=3rcosθ+2 rsinθ3rcosθ=2 r(sinθ3cosθ)=2 Isolate r.                       r= 2 sinθ3cosθ Solve for r.

Rewrite the Cartesian equation y 2 =3 x 2

in polar form.

r= 3

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 r=2secθ

to a rectangular equation, and draw its corresponding graph.

The conversion is

           r=2secθ         r= 2 cosθ  rcosθ=2 x=2

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 [link]). 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.

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.

Rewriting a Polar Equation in Cartesian Form

Rewrite the polar equation r= 3 12cosθ

as a Cartesian equation.

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 .

                   r= 3 12cosθ r(12cosθ)=3 r( 12( x r ) )=3 Use cosθ= x r  to eliminate θ.          r2x=3                    r=3+2x Isolate r.                   r 2 = (3+2x) 2 Square both sides.          x 2 + y 2 = (3+2x) 2 Use  x 2 + y 2 = r 2 .

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.

x 2 + y 2 = ( 3+2x ) 2          y 2 = ( 3+2x ) 2 x 2           y=± ( 3+2x ) 2 x 2

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 [link].

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

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.

                              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 912x4 x 2 =0             3 x 2 12x+ y 2 =9 Multiply through by −1.                3 x 2 +12x y 2 =9     3( x 2 +4x+) y 2 =9 Organize terms to complete the square forx.         3( x 2 +4x+4) y 2 =9+12                   3 (x+2) 2 y 2 =3                     (x+2) 2 y 2 3 =1

Rewrite the polar equation r=2sinθ

in Cartesian form.

x 2 + y 2 =2y

or, in the standard form for a circle, x 2 + ( y1 ) 2 =1


Rewriting a Polar Equation in Cartesian Form

Rewrite the polar equation r=sin( 2θ )

in Cartesian form.

                 r=sin(2θ) Use the double angle identity for sine.                  r=2sinθcosθ Use cosθ= x r  and sinθ= y r .                  r=2( x r )( y r ) Simplify.                  r= 2xy r 2  Multiply both sides by  r 2 .                 r 3 =2xy ( x 2 + y 2 ) 3 =2xy As x 2 + y 2 = r 2 ,r= x 2 + y 2 .

This equation can also be written as

( x 2 + y 2 ) 3 2 =2xyor x 2 + y 2 = ( 2xy ) 2 3

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

Key Equations

Conversion formulas cosθ= x r x=rcosθ sinθ= y r y=rsinθ r 2 = x 2 + y 2 tanθ= y x

Key Concepts

Section Exercises

Verbal

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.

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

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.

How are the points ( 3, π 2 )

and ( 3, π 2 )

related?

Explain why the points ( 3, π 2 )

and ( 3, π 2 )

are the same.

The point ( 3, π 2 )

has a positive angle but a negative radius and is plotted by moving to an angle of π 2

and then moving 3 units in the negative direction. This places the point 3 units down the negative y-axis. The point ( 3, π 2 )

has a negative angle and a positive radius and is plotted by first moving to an angle of π 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 with r>0

and 0θ2π.

Remember to consider the quadrant in which the given point is located when determining θ

for the point.

( 7, 7π 6 )
( 5,π )
( 5,0 )
( 6, π 4 )
( 3, π 6 )
( 3 3 2 , 3 2 )
( 4, 7π 4 )

For the following exercises, convert the given Cartesian coordinates to polar coordinates with r>0,0θ<2π.

Remember to consider the quadrant in which the given point is located.

( 4,2 )
( 2 5 , 0.464 )
( 4,6 )
( 3,−5 )
( 34 ,5.253 )
( −10,−13 )
( 8,8 )
( 8 2 , π 4 )

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

x=3
y=4
r=4cscθ
y=4 x 2
y=2 x 4
r= sinθ 2co s 4 θ 3
x 2 + y 2 =4y
x 2 + y 2 =3x
r=3cosθ
x 2 y 2 =x
x 2 y 2 =3y
r= 3sinθ cos( 2θ )
x 2 + y 2 =9
x 2 =9y
r= 9sinθ cos 2 θ
y 2 =9x
9xy=1
r= 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.

r=3sinθ
r=4cosθ
x 2 + y 2 =4x

or ( x2 ) 2 4 + y 2 4 =1;

circle

r= 4 sinθ+7cosθ
r= 6 cosθ+3sinθ
3y+x=6;

line

r=2secθ
r=3cscθ
y=3;

line

r= rcosθ+2
r 2 =4secθcscθ
xy=4;

hyperbola

r=4
r 2 =4
x 2 + y 2 =4;

circle

r= 1 4cosθ3sinθ
r= 3 cosθ5sinθ
x5y=3;

line

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.](/precalculus-book/resources/CNX_Precalc_Figure_08_03_201n.jpg)
![Polar coordinate system with a point located on the third concentric circle and midway between pi/2 and pi in the second quadrant. ](/precalculus-book/resources/CNX_Precalc_Figure_08_03_202n.jpg)
( 3, 3π 4 )
![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).](/precalculus-book/resources/CNX_Precalc_Figure_08_03_203n.jpg)
![Polar coordinate system with a point located on the fifth concentric circle and pi.](/precalculus-book/resources/CNX_Precalc_Figure_08_03_204n.jpg)
( 5,π )
![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).](/precalculus-book/resources/CNX_Precalc_Figure_08_03_205n.jpg)

For the following exercises, plot the points.

( 2, π 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).](/precalculus-book/resources/CNX_Precalc_Figure_08_03_206.jpg)
( 1, π 2 )
( 3.5, 7π 4 )
![Polar coordinate system with a point located midway between the third and fourth concentric circles and midway between 3pi/2 and 2pi.](/precalculus-book/resources/CNX_Precalc_Figure_08_03_208.jpg)
( 4, π 3 )
( 5, π 2 )
![Polar coordinate system with a point located on the fifth concentric circle and pi/2.](/precalculus-book/resources/CNX_Precalc_Figure_08_03_210.jpg)
( 4, 5π 4 )
( 3, 5π 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).](/precalculus-book/resources/CNX_Precalc_Figure_08_03_212.jpg)
( 1.5, 7π 6 )
( 2, π 4 )
![Polar coordinate system with a point located on the second concentric circle and midway between pi and 3pi/2.](/precalculus-book/resources/CNX_Precalc_Figure_08_03_214.jpg)
( 1, 3π 2 )

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

5xy=6
r= 6 5cosθsinθ

Plot of given line in the polar coordinate grid

2x+7y=3
x 2 + ( y1 ) 2 =1
r=2sinθ

Plot of given circle in the polar coordinate grid

( x+2 ) 2 + ( y+3 ) 2 =13
x=2
r= 2 cosθ

Plot of given circle in the polar coordinate grid

x 2 + y 2 =5y
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.

r=6
r=4
x 2 + y 2 =16

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

θ= 2π 3
θ= π 4
y=x

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

r=secθ
r=−10sinθ
x 2 + ( y+5 ) 2 =25

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

r=3cosθ

Technology

Use a graphing calculator to find the rectangular coordinates of ( 2, π 5 ).

Round to the nearest thousandth.

( 1.618,1.176 )

Use a graphing calculator to find the rectangular coordinates of ( 3, 3π 7 ).

Round to the nearest thousandth.

Use a graphing calculator to find the polar coordinates of ( 7,8 )

in degrees. Round to the nearest thousandth.

( 10.630,131.186° )

Use a graphing calculator to find the polar coordinates of ( 3,4 )

in degrees. Round to the nearest hundredth.

Use a graphing calculator to find the polar coordinates of ( 2,0 )

in radians. Round to the nearest hundredth.

( 2,3.14 )or( 2,π )

Extensions

Describe the graph of r=asecθ;a>0.

Describe the graph of r=asecθ;a<0.

A vertical line with a

units left of the y-axis. 

Describe the graph of r=acscθ;a>0.

Describe the graph of r=acscθ;a<0.

A horizontal line with a

units below the x-axis.

What polar equations will give an oblique line?

For the following exercise, graph the polar inequality.

r<4
![Graph of shaded circle of radius 4 with the edge not included (dotted line) - polar coordinate grid.](/precalculus-book/resources/CNX_Precalc_Figure_08_03_216.jpg)
0θ π 4
θ= π 4 ,r2
![Graph of ray starting at (2, pi/4) and extending in a positive direction along pi/4 - polar coordinate grid.](/precalculus-book/resources/CNX_Precalc_Figure_08_03_218.jpg)
θ= π 4 ,r−3
0θ π 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](/precalculus-book/resources/CNX_Precalc_Figure_08_03_220.jpg)
π 6 <θ π 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

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

You can also download for free at http://cnx.org/contents/fd53eae1-fa23-47c7-bb1b-972349835c3c@8.1

Attribution: