Section 9.4 Introduction to Polar Coordinates
Subsection 9.4.1 Polar Coordinates
Start with a point O in the plane called the pole (we will always identify this point with the origin). From the pole, draw a ray, called the initial ray (we will always draw this ray horizontally, identifying it with the positive x-axis). A point P in the plane is determined by the distance r that P is from O, and the angle ΞΈ formed between the initial ray and the segment Β―OP (measured counter-clockwise). We record the distance and angle as an ordered pair (r,ΞΈ). To avoid confusion with rectangular coordinates, we will denote polar coordinates with the letter P, as in P(r,ΞΈ). This is illustrated in Figure 9.4.2Example 9.4.3. Plotting Polar Coordinates.
Plot the following polar coordinates:
To aid in the drawing, a polar grid is provided below. To place the point \(A\text{,}\) go out 1 unit along the initial ray (putting you on the inner circle shown on the grid), then rotate counter-clockwise \(\pi/4\) radians (or \(45^\circ\)). Alternately, one can consider the rotation first: think about the ray from \(O\) that forms an angle of \(\pi/4\) with the initial ray, then move out 1 unit along this ray (again placing you on the inner circle of the grid).
To plot \(B\text{,}\) go out \(1.5\) units along the initial ray and rotate \(\pi\) radians (\(180^\circ\)).
To plot \(C\text{,}\) go out 2 units along the initial ray then rotate clockwise \(\pi/3\) radians, as the angle given is negative.
To plot \(D\text{,}\) move along the initial ray β\(-1\)β units β in other words, βback upβ 1 unit, then rotate counter-clockwise by \(\pi/4\text{.}\) The results are given in Figure 9.4.4.
Subsection 9.4.2 Polar to Rectangular Conversion
It is useful to recognize both the rectangular (or, Cartesian) coordinates of a point in the plane and its polar coordinates. Figure 9.4.5 shows a point P in the plane with rectangular coordinates (x,y) and polar coordinates P(r,ΞΈ). Using trigonometry, we can make the identities given in the following Key Idea.Key Idea 9.4.6. Converting Between Rectangular and Polar Coordinates.
Given the polar point P(r,ΞΈ), the rectangular coordinates are determined by
Given the rectangular coordinates (x,y), the polar coordinates are determined by
Example 9.4.7. Converting Between Polar and Rectangular Coordinates.
Convert the polar coordinates P(2,2Ο/3) and P(β1,5Ο/4) to rectangular coordinates.
Convert the rectangular coordinates (1,2) and (β1,1) to polar coordinates.
-
-
We start with \(P(2,2\pi/3)\text{.}\) Using Key Idea 9.4.6, we have
\begin{equation*} x= 2\cos(2\pi/3) = -1\qquad y = 2\sin(2\pi/3) = \sqrt{3}\text{.} \end{equation*}So the rectangular coordinates are \((-1,\sqrt{3}) \approx (-1,1.732)\text{.}\)
-
The polar point \(P(-1,5\pi/4)\) is converted to rectangular with:
\begin{equation*} x=-1\cos(5\pi/4) = \sqrt{2}/2\qquad y= -1\sin(5\pi/4) = \sqrt{2}/2\text{.} \end{equation*}So the rectangular coordinates are \((\sqrt{2}/2,\sqrt{2}/2) \approx (0.707,0.707)\text{.}\)
These points are plotted in Figure 9.4.8.(a). The rectangular coordinate system is drawn lightly under the polar coordinate system so that the relationship between the two can be seen.
(a) (b) Figure 9.4.8. Plotting rectangular and polar points in Example 9.4.7 -
-
-
To convert the rectangular point \((1,2)\) to polar coordinates, we use the Key Idea to form the following two equations:
\begin{equation*} 1^2+2^2 = r^2 \qquad \tan(\theta) = \frac{2}{1}\text{.} \end{equation*}The first equation tells us that \(r=\sqrt{5}\text{.}\) Using the inverse tangent function, we find
\begin{equation*} \tan(\theta) = 2 \Rightarrow \theta = \tan^{-1}(2) \approx 1.11\approx 63.43^\circ\text{.} \end{equation*}Thus polar coordinates of \((1,2)\) are \(P(\sqrt{5},1.11)\text{.}\)
-
To convert \((-1,1)\) to polar coordinates, we form the equations
\begin{equation*} (-1)^2+1^2=r^2 \qquad \tan(\theta) = \frac{1}{-1}\text{.} \end{equation*}Thus \(r=\sqrt{2}\text{.}\) We need to be careful in computing \(\theta\text{:}\) using the inverse tangent function, we have
\begin{equation*} \tan(\theta) = -1 \Rightarrow \theta = \tan^{-1}(-1) = -\pi/4 = -45^\circ\text{.} \end{equation*}This is not the angle we desire. The range of \(\tan^{-1}(x)\) is \((-\pi/2,\pi/2)\text{;}\) that is, it returns angles that lie in the \(1\)st and \(4\)th quadrants. To find locations in the \(2\)nd and \(3\)rd quadrants, add \(\pi\) to the result of \(\tan^{-1}(x)\text{.}\) So \(\pi+(-\pi/4)\) puts the angle at \(3\pi/4\text{.}\) Thus the polar point is \(P(\sqrt{2},3\pi/4)\text{.}\) An alternate method is to use the angle \(\theta\) given by arctangent, but change the sign of \(r\text{.}\) Thus we could also refer to \((-1,1)\) as \(P(-\sqrt{2},-\pi/4)\text{.}\)
These points are plotted in Figure 9.4.8.(b). The polar system is drawn lightly under the rectangular grid with rays to demonstrate the angles used.
-
Subsection 9.4.3 Polar Functions and Polar Graphs
Defining a new coordinate system allows us to create a new kind of function, a polar function. Rectangular coordinates lent themselves well to creating functions that related x and y, such as y=x2. Polar coordinates allow us to create functions that relate r and ΞΈ. Normally these functions look like r=f(ΞΈ), although we can create functions of the form ΞΈ=f(r). The following examples introduce us to this concept.Example 9.4.9. Introduction to Graphing Polar Functions.
Describe the graphs of the following polar functions.
r=1.5
ΞΈ=Ο/4
The equation \(r=1.5\) describes all points that are 1.5 units from the pole; as the angle is not specified, any \(\theta\) is allowable. All points 1.5 units from the pole describes a circle of radius 1.5. We can consider the rectangular equivalent of this equation; using \(r^2=x^2+y^2\text{,}\) we see that \(1.5^2=x^2+y^2\text{,}\) which we recognize as the equation of a circle centered at \((0,0)\) with radius 1.5. This is sketched in Figure 9.4.10.
-
The equation \(\theta = \pi/4\) describes all points such that the line through them and the pole make an angle of \(\pi/4\) with the initial ray. As the radius \(r\) is not specified, it can be any value (even negative). Thus \(\theta = \pi/4\) describes the line through the pole that makes an angle of \(\pi/4 = 45^\circ\) with the initial ray. We can again consider the rectangular equivalent of this equation. Combine \(\tan(\theta) =y/x\) and \(\theta =\pi/4\text{:}\)
\begin{equation*} \tan(\pi) /4 = y/x \Rightarrow x\tan(\pi) /4 = y \Rightarrow y = x\text{.} \end{equation*}This graph is also plotted in Figure 9.4.10.
Figure 9.4.10. Plotting standard polar plots
Example 9.4.11. Sketching Polar Functions.
Sketch the polar function r=1+cos(ΞΈ) on [0,2Ο] by plotting points.
A common question when sketching curves by plotting points is βWhich points should I plot?β With rectangular equations, we often choose βeasyβ values β integers, then add more if needed. When plotting polar equations, start with the βcommonβ angles β multiples of \(\pi/6\) and \(\pi/4\text{.}\) Figure 9.4.12 gives a table of just a few values of \(\theta\) in \([0,\pi]\text{.}\)
Consider the point \(P(2,0)\) determined by the first line of the table. The angle is 0 radians β we do not rotate from the initial ray β then we go out 2 units from the pole. When \(\theta=\pi/6\text{,}\) \(r = 1.866\) (actually, it is \(1+\sqrt{3}/2\)); so rotate by \(\pi/6\) radians and go out 1.866 units.
The graph shown uses more points, connected with straight lines. (The points on the graph that correspond to points in the table are signified with larger dots.) Such a sketch is likely good enough to give one an idea of what the graph looks like.
\(\theta\) | \(r=1+\cos(\theta)\) |
\(0\) | \(2\) |
\(\pi/6\) | \(1.86603\) |
\(\pi/2\) | \(1\) |
\(4\pi/3\) | \(0.5\) |
\(7 \pi/4\) | \(1.70711\) |
polar
or POL
, depending on one's calculator. As with plotting parametric functions, the viewing βwindowβ no longer determines the x-values that are plotted, so additional information needs to be provided. Often with the βwindowβ settings are the settings for the beginning and ending ΞΈ values (often called ΞΈ min and ΞΈ max ) as well as the ΞΈ step β that is, how far apart the ΞΈ values are spaced. The smaller the ΞΈ step value, the more accurate the graph (which also increases plotting time). Using technology, we graphed the polar function r=1+cos(ΞΈ) from Example 9.4.11 in Figure 9.4.13.
Example 9.4.14. Sketching Polar Functions.
Sketch the polar function r=cos(2ΞΈ) on [0,2Ο] by plotting points.
We start by making a table of \(\cos(2\theta)\) evaluated at common angles \(\theta\text{,}\) as shown in Figure 9.4.15. These points are then plotted in Figure 9.4.16.(a). This particular graph βmovesβ around quite a bit and one can easily forget which points should be connected to each other. To help us with this, we numbered each point in the table and on the graph.
Pt. | \(\theta\) | \(\cos(2\theta)\) |
\(1\) | \(0\) | \(1\) |
\(2\) | \(\pi/6\) | \(0.5\) |
\(3\) | \(\pi/4\) | \(0\) |
\(4\) | \(\pi/3\) | \(-0.5\) |
\(5\) | \(\pi/2\) | \(-1\) |
\(6\) | \(2\pi/3\) | \(-0.5\) |
\(7\) | \(3\pi/4\) | \(0\) |
\(8\) | \(5\pi/6\) | \(0.5\) |
\(9\) | \(\pi\) | \(1\) |
\(10\) | \(7\pi/6\) | \(0.5\) |
\(11\) | \(5\pi/4\) | \(0\) |
\(12\) | \(4\pi/3\) | \(-0.5\) |
\(13\) | \(3\pi/2\) | \(-1\) |
\(14\) | \(5\pi/3\) | \(-0.5\) |
\(15\) | \(7\pi/4\) | \(0\) |
\(16\) | \(11\pi/6\) | \(0.5\) |
\(17\) | \(2\pi\) | \(1\) |
Using more points (and the aid of technology) a smoother plot can be made as shown in Figure 9.4.16.(b). This plot is an example of a rose curve.
Example 9.4.17. Converting between rectangular and polar equations.
Convert from rectangular to polar.
y=x2
xy=1
Convert from polar to rectangular.
r=2sin(ΞΈ)βcos(ΞΈ)
r=2cos(ΞΈ)
-
Replace \(y\) with \(r\sin(\theta)\) and replace \(x\) with \(r\cos(\theta)\text{,}\) giving:
\begin{align*} y \amp =x^2\\ r\sin(\theta) \amp = r^2\cos^2(\theta)\\ \frac{\sin(\theta) }{\cos^2(\theta) } \amp = r \end{align*}We have found that \(r=\sin(\theta) /\cos^2(\theta) = \tan(\theta) \sec(\theta)\text{.}\) The domain of this polar function is \((-\pi/2,\pi/2)\text{;}\) plot a few points to see how the familiar parabola is traced out by the polar equation.
-
We again replace \(x\) and \(y\) using the standard identities and work to solve for \(r\text{:}\)
\begin{align*} xy \amp = 1\\ r\cos(\theta) \cdot r\sin(\theta) \amp = 1\\ r^2 \amp = \frac{1}{\cos(\theta) \sin(\theta) }\\ r \amp = \frac{1}{\sqrt{\cos(\theta) \sin(\theta) }} \end{align*}This function is valid only when the product of \(\cos(\theta) \sin(\theta)\) is positive. This occurs in the first and third quadrants, meaning the domain of this polar function is \((0,\pi/2) \cup (\pi,3\pi/2)\text{.}\) We can rewrite the original rectangular equation \(xy=1\) as \(y=1/x\text{.}\) This is graphed in Figure 9.4.18; note how it only exists in the first and third quadrants.
Figure 9.4.18. Graphing \(xy=1\) from Example 9.4.17 -
There is no set way to convert from polar to rectangular; in general, we look to form the products \(r\cos(\theta)\) and \(r\sin(\theta)\text{,}\) and then replace these with \(x\) and \(y\text{,}\) respectively. We start in this problem by multiplying both sides by \(\sin(\theta) -\cos(\theta)\text{:}\)
\begin{align*} r \amp = \frac{2}{\sin(\theta) -\cos(\theta) }\\ r(\sin(\theta) -\cos(\theta) ) \amp = 2\\ r\sin(\theta) -r\cos(\theta) \amp = 2. \qquad \text{ Now replace with \(y\) and \(x\): }\\ y-x \amp = 2\\ y \amp = x+2\text{.} \end{align*}The original polar equation, \(r=2/(\sin(\theta) -\cos(\theta) )\) does not easily reveal that its graph is simply a line. However, our conversion shows that it is. The upcoming gallery of polar curves gives the general equations of lines in polar form.
-
By multiplying both sides by \(r\text{,}\) we obtain both an \(r^2\) term and an \(r\cos(\theta)\) term, which we replace with \(x^2+y^2\) and \(x\text{,}\) respectively.
\begin{align*} r \amp =2\cos(\theta)\\ r^2 \amp = 2r\cos(\theta)\\ x^2+y^2 \amp = 2x.\\ \end{align*}We recognize this as a circle; by completing the square we can find its radius and center.
\begin{align*} x^2-2x+y^2 \amp = 0\\ (x-1)^2 + y^2 \amp =1\text{.} \end{align*}The circle is centered at \((1,0)\) and has radius 1. The upcoming gallery of polar curves gives the equations of some circles in polar form; circles with arbitrary centers have a complicated polar equation that we do not consider here.
Example 9.4.24. Finding points of intersection with polar curves.
Determine where the graphs of the polar equations r=1+3cos(ΞΈ) and r=cos(ΞΈ) intersect.
As technology is generally readily available, it is usually a good idea to start with a graph. We have graphed the two functions in Figure 9.4.25.(a); to better discern the intersection points, Figure 9.4.25.(b) zooms in around the origin.
We start by setting the two functions equal to each other and solving for \(\theta\text{:}\)
(There are, of course, infinite solutions to the equation \(\cos(\theta) =-1/2\text{;}\) as the limaΓ§on is traced out once on \([0,2\pi]\text{,}\) we restrict our solutions to this interval.)
We need to analyze this solution. When \(\theta = 2\pi/3\) we obtain the point of intersection that lies in the \(4\)th quadrant. When \(\theta = 4\pi/3\text{,}\) we get the point of intersection that lies in the second quadrant. There is more to say about this second intersection point, however. The circle defined by \(r=\cos(\theta)\) is traced out once on \([0,\pi]\text{,}\) meaning that this point of intersection occurs while tracing out the circle a second time. It seems strange to pass by the point once and then recognize it as a point of intersection only when arriving there a βsecond time.β The first time the circle arrives at this point is when \(\theta = \pi/3\text{.}\) It is key to understand that these two points are the same: \((\cos(\pi/3),\pi/3)\) and \((\cos(4\pi/3),4\pi/3)\text{.}\)
To summarize what we have done so far, we have found two points of intersection: when \(\theta=2\pi/3\) and when \(\theta=4\pi/3\text{.}\) When referencing the circle \(r=\cos(\theta)\text{,}\) the latter point is better referenced as when \(\theta=\pi/3\text{.}\)
There is yet another point of intersection: the pole (or, the origin). We did not recognize this intersection point using our work above as each graph arrives at the pole at a different \(\theta\) value.
A graph intersects the pole when \(r=0\text{.}\) Considering the circle \(r=\cos(\theta)\text{,}\) \(r=0\) when \(\theta = \pi/2\) (and odd multiples thereof, as the circle is repeatedly traced). The limaΓ§on intersects the pole when \(1+3\cos(\theta) =0\text{;}\) this occurs when \(\cos(\theta) = -1/3\text{,}\) or for \(\theta = \cos^{-1}(-1/3)\text{.}\) This is a nonstandard angle, approximately \(\theta = 1.9106 = 109.47^\circ\text{.}\) The limaΓ§on intersects the pole twice in \([0,2\pi]\text{;}\) the other angle at which the limaΓ§on is at the pole is the reflection of the first angle across the \(x\)-axis. That is, \(\theta = 4.3726 = 250.53^\circ\text{.}\)
Exercises 9.4.4 Exercises
Terms and Concepts
1.
In your own words, describe how to plot the polar point P(r,ΞΈ).
2.
True or False? When plotting a point with polar coordinate P(r,ΞΈ), r must be positive.
True
False
3.
True or False? Every point in the Cartesian plane can be represented by a polar coordinate.
True
False
4.
True or False? Every point in the Cartesian plane can be represented uniquely by a polar coordinate.
True
False
5.
Plot the points with the given polar coordinates.
A=P(2,0)
B=P(1,Ο)
C=P(β2,Ο/2)
D=P(1,Ο/4)
6.
Plot the points with the given polar coordinates.
A=P(2,3Ο)
B=P(1,βΟ)
C=P(1,2)
D=P(1/2,5Ο/6)
7.
For each of the given points give two sets of polar coordinates that identify it, where 0β€ΞΈβ€2Ο.
8.
For each of the given points give two sets of polar coordinates that identify it, where βΟ<ΞΈβ€Ο.

Point | (positive)r1 | ΞΈ1 | r2 | (negative)ΞΈ2 |
A | ||||
B | ||||
C | ||||
D |
9.
Convert each of the following polar coordinates to rectangular, and each of the following rectangular coordinates to polar.
-
A=P(2,Ο/4)
(x,y)=
-
B=P(2,βΟ/4)
(x,y)=
-
C=(2,β1)
P(r,ΞΈ)=P
-
D=(β2,1)
P(r,ΞΈ)=P
10.
Convert each of the following polar coordinates to rectangular, and each of the followingrectangular coordinates to polar.
-
A=P(3,Ο)
(x,y)=
-
B=P(1,2Ο/3)
(x,y)=
-
C=(0,4)
P(r,ΞΈ)=P
-
D=(1,ββ3)
P(r,ΞΈ)=P
In the following exercises, graph the polar function on the given interval.
11.
r=2,0β€ΞΈβ€Ο/2
12.
ΞΈ=Ο/6,β1β€rβ€2
13.
r=1βcos(ΞΈ),[0,2Ο]
14.
r=2+sin(ΞΈ),[0,2Ο]
15.
r=2βsin(ΞΈ),[0,2Ο]
16.
r=1β2sin(ΞΈ),[0,2Ο]
17.
r=1+2sin(ΞΈ),[0,2Ο]
18.
r=cos(2ΞΈ),[0,2Ο]
19.
r=sin(3ΞΈ),[0,Ο]
20.
r=cos(ΞΈ/3),[0,3Ο]
21.
r=cos(2ΞΈ/3),[0,6Ο]
22.
r=ΞΈ/2,[0,4Ο]
23.
r=3sin(ΞΈ),[0,Ο]
24.
r=2cos(ΞΈ),[0,Ο/2]
25.
r=cos(ΞΈ)sin(ΞΈ),[0,2Ο]
26.
r=ΞΈ2β(Ο/2)2,[βΟ,Ο]
27.
r=35sin(ΞΈ)βcos(ΞΈ),[0,2Ο]
28.
r=β23cos(ΞΈ)β2sin(ΞΈ),[0,2Ο]
29.
r=3sec(ΞΈ),(βΟ/2,Ο/2)
30.
r=3csc(ΞΈ),(0,Ο)
In the following exercises, convert the polar equation to a rectangular equation.
31.
Convert the polar equation to a rectangular equation.
r=6cos(ΞΈ)
32.
Convert the polar equation to a rectangular equation.
r=β4sin(ΞΈ)
33.
Convert the polar equation to a rectangular equation.
r=cos(ΞΈ)+sin(ΞΈ)
34.
Convert the polar equation to a rectangular equation.
r=75sin(ΞΈ)β2cos(ΞΈ)
35.
Convert the polar equation to a rectangular equation.
r=3cos(ΞΈ)
36.
Convert the polar equation to a rectangular equation.
r=4sin(ΞΈ)
37.
r=tan(ΞΈ)
38.
r=cotΞΈ
39.
Convert the polar equation to a rectangular equation.
r=2
40.
Convert the polar equation to a rectangular equation.
ΞΈ=Ο/6
In the following exercises, convert the rectangular equation to a polar equation.
41.
Convert the rectangular equation to a polar equation. Type βtheta
β for ΞΈ.
y=x
42.
Convert the rectangular equation to a polar equation. Type βtheta
β for ΞΈ.
y=4x+7
43.
Convert the rectangular equation to a polar equation. Type βtheta
β for ΞΈ.
x=5
44.
Convert the rectangular equation to a polar equation. Type βtheta
β for ΞΈ.
y=5
45.
Convert the rectangular equation to a polar equation. Type βtheta
β for ΞΈ.
x=y2
46.
x2y=1
47.
Convert the rectangular equation to a polar equation. Type βtheta
β for ΞΈ.
x2+y2=7
48.
(x+1)2+y2=1
In the following exercises, find the points of intersection of the polar graphs.
49.
Find the points where r=sin(2ΞΈ) intersects r=cos(ΞΈ) on [0,Ο], expressed in polar coordinates with notation P(r,ΞΈ).
50.
r=cos(2ΞΈ) and r=cos(ΞΈ) on [0,Ο]
51.
Find the points where r=2cos(ΞΈ) intersects r=2sin(ΞΈ) on [0,Ο], expressed in polar coordinates with notation P(r,ΞΈ).
52.
r=sin(ΞΈ) and r=β3+3sin(ΞΈ) on [0,2Ο]
53.
r=sin(3ΞΈ) and r=cos(3ΞΈ) on [0,Ο]
54.
Find the points where r=3cos(ΞΈ) intersects r=1+cos(ΞΈ) on [βΟ,Ο], expressed in polar coordinates with notation P(r,ΞΈ).
55.
r=1 and r=2sin(2ΞΈ) on [0,2Ο]
56.
r=1βcos(ΞΈ) and r=1+sin(ΞΈ) on [0,2Ο]
57.
Pick a integer value for n, where nβ 2,3, and use technology to plot r=sin(mnΞΈ) for three different integer values of m. Sketch these and determine a minimal interval on which the entire graph is shown.
58.
Create your own polar function, r=f(ΞΈ) and sketch it. Describe why the graph looks as it does.