Skip to main content
Logo image

APEX Calculus

Section 10.4 Introduction to Polar Coordinates

We are generally introduced to the idea of graphing curves by relating \(x\)-values to \(y\)-values through a function \(f\text{.}\) That is, we set \(y=f(x)\text{,}\) and plot lots of point pairs \((x,y)\) to get a good notion of how the curve looks. This method is useful but has limitations, not least of which is that curves that “fail the vertical line test” cannot be graphed without using multiple functions.
The previous two sections introduced and studied a new way of plotting points in the \(x,y\)-plane. Using parametric equations, \(x\) and \(y\) values are computed independently and then plotted together. This method allows us to graph an extraordinary range of curves. This section introduces yet another way to plot points in the plane: using polar coordinates.

Subsection 10.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\text{,}\) and the angle \(\theta\) formed between the initial ray and the segment \(\overline{OP}\) (measured counter-clockwise). We record the distance and angle as an ordered pair \((r,\theta)\text{.}\) To avoid confusion with rectangular coordinates, we will denote polar coordinates with the letter \(P\text{,}\) as in \(P(r,\theta)\text{.}\) This is illustrated in Figure 10.4.1
Illustration of polar coordinates relative to a pole and initial ray.
A description of polar coordinates. An initial point \(O\) is shown, and from \(O\text{,}\) a ray pointing to the right, called the initial ray.
An additional line segment is drawn from \(O\) in a direction up and to the right. An angle is measured from the initial ray to the line segment, and labeled as \(\theta\text{.}\) The length of the line segment is labeled \(r\text{.}\)
At the other end of the line segment, a point \(P\) is labeled, and assigned the coordinates \((r,\theta)\text{.}\)
Figure 10.4.1. Illustrating polar coordinates
Practice will make this process more clear.

Example 10.4.2. Plotting Polar Coordinates.

Plot the following polar coordinates:
\begin{equation*} A = P(1,\pi/4),\, B=P(1.5,\pi),\, C = P(2,-\pi/3),\, D = P(-1,\pi/4) \end{equation*}
Solution.
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).
Drawing of a polar grid: a set of concentric circles, and rays from their common center.
An illustration of the polar grid system. It is intended as a polar adaptation of the Cartesian grid system. Instead of \(x\) and \(y\) coordinate axes, we see an origin \(O\text{,}\) and an initial ray, pointing horizontally to the right. On the initial ray, points 1, 2, and 3 are marked.
Through each of these points passes a circle centered at \(O\text{,}\) representing the polar coordinate values \(r=1\text{,}\) \(r=2\text{,}\) and \(r=3\text{.}\) Also drawn are several dashed lines through the origin. Viewed as rays from the origin, each of these lines represents a fixed value for the polar coordinate \(\theta\text{.}\)
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.
A plot of several points on a polar grid.
The polar grid from the previous image is shown, with the dashed lines removed. On the circle of radius 1, points \(A\) and \(D\) are marked. The segment \(OA\) makes an angle of \(\pi/4\) with the initial ray, while the point \(D\) is on the opposite end of the diameter through \(A\text{.}\)
The point \(B\) lies between the circles of radius 1 and 2, to the left of the point \(O\text{.}\) The point \(C\) is on the circle of radius \(2\) and lies below the initial ray, so that the segment \(OC\) makes an angle of \(-\pi/3\) with the initial ray.
Figure 10.4.3. Plotting polar points in Example 10.4.2
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 10.4.3.
Consider the following two points: \(A = P(1,\pi)\) and \(B = P(-1,0)\text{.}\) To locate \(A\text{,}\) go out 1 unit on the initial ray then rotate \(\pi\) radians; to locate \(B\text{,}\) go out \(-1\) units on the initial ray and don’t rotate. One should see that \(A\) and \(B\) are located at the same point in the plane. We can also consider \(C=P(1,3\pi)\text{,}\) or \(D = P(1,-\pi)\text{;}\) all four of these points share the same location.
This ability to identify a point in the plane with multiple polar coordinates is both a “blessing” and a “curse.” We will see that it is beneficial as we can plot beautiful functions that intersect themselves (much like we saw with parametric functions). The unfortunate part of this is that it can be difficult to determine when this happens. We’ll explore this more later in this section.

Subsection 10.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 10.4.4 shows a point \(P\) in the plane with rectangular coordinates \((x,y)\) and polar coordinates \(P(r,\theta)\text{.}\) Using trigonometry, we can make the identities given in the following Key Idea.
A triangle illustrating the conversion between rectangular and polar coordinates.
An right-angled triangle is shown, with the right angle in the bottom-right corner. The vertex on the left is labeled \(O\text{,}\) and the angle at that vertex is labeled \(\theta\text{.}\) The label on the hypotenuse indicates a length of \(r\text{,}\) and the opposite end of the hypotenuse is labeled \(P\text{.}\)
The bottom of the triangle (the side adjacent to the angle \(\theta\)) is labeled with the length \(x\text{,}\) and the altitude of the triangle (the side oppsite the angle \(\theta\)) is labeled with the length \(y\text{.}\)
Figure 10.4.4. Converting between rectangular and polar coordinates

Key Idea 10.4.5. Converting Between Rectangular and Polar Coordinates.

Given the polar point \(P(r,\theta)\text{,}\) the rectangular coordinates are determined by
\begin{equation*} x=r\cos(\theta) \qquad y=r\sin(\theta)\text{.} \end{equation*}
Given the rectangular coordinates \((x,y)\text{,}\) the polar coordinates are determined by
\begin{equation*} r^2=x^2+y^2\qquad \tan(\theta) = \frac yx\text{.} \end{equation*}

Example 10.4.6. Converting Between Polar and Rectangular Coordinates.

  1. Convert the polar coordinates \(P(2,2\pi/3)\) and \(P(-1,5\pi/4)\) to rectangular coordinates.
  2. Convert the rectangular coordinates \((1,2)\) and \((-1,1)\) to polar coordinates.
Solution.
    1. We start with \(P(2,2\pi/3)\text{.}\) Using Key Idea 10.4.5, 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{.}\)
    2. 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 10.4.7(a). The rectangular coordinate system is drawn lightly under the polar coordinate system so that the relationship between the two can be seen.
    Overlaid rectangular and polar grid systems, with marked points.
    A polar grid is shown, using a relatively thick line width. Also shown is a rectangular grid, with a much thinner line width, so that the polar grid is emphasized.
    The point \(P(-1,5\pi/4)\) is marked on the circle of radius 1; it lies in the first quadrant of the rectangular grid, since \(5\pi/4\) is in the third quadrant, but \(r=-1\) is negative.
    The point \(P(2,2\pi/3)\) is marked on the circle of radius 2 in the second quadrant.
    (a)
    Overlaid rectangular and polar grid systems, with marked points.
    Rectangular and polar grids are shown; this time the rectangular grid is emphasized with a thicker line width.
    The points \((0,0)\text{,}\) \((1,2)\text{,}\) and \((-1,1)\) are marked on the rectangular grid. Also indicated are the angles each point makes with the initial ray.
    (b)
    Figure 10.4.7. Plotting rectangular and polar points in Example 10.4.6
    1. 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{.}\)
    2. 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 10.4.7(b). The polar system is drawn lightly under the rectangular grid with rays to demonstrate the angles used.

Subsection 10.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\text{,}\) such as \(y=x^2\text{.}\) Polar coordinates allow us to create functions that relate \(r\) and \(\theta\text{.}\) Normally these functions look like \(r=f(\theta)\text{,}\) although we can create functions of the form \(\theta = f(r)\text{.}\) The following examples introduce us to this concept.

Example 10.4.8. Introduction to Graphing Polar Functions.

Describe the graphs of the following polar functions.
  1. \(\displaystyle r = 1.5\)
  2. \(\displaystyle \theta = \pi/4\)
Solution.
  1. 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 10.4.9.
  2. 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 10.4.9.
    Polar plot showing curves of constant radius and constant angle
    A polar grid is shown. On the grid, two curves are drawn. The curve \(r=1.5\) is a circle centered at the origin of radius \(1.5\text{.}\) The curve \(\theta = \pi/4\) is a line through the origin that makes an angle of \(\pi/4\) with the initial ray.
    Figure 10.4.9. Plotting standard polar plots
The basic rectangular equations of the form \(x=h\) and \(y=k\) create vertical and horizontal lines, respectively; the basic polar equations \(r= h\) and \(\theta =\alpha\) create circles and lines through the pole, respectively. With this as a foundation, we can create more complicated polar functions of the form \(r=f(\theta)\text{.}\) The input is an angle; the output is a length, how far in the direction of the angle to go out.
We sketch these functions much like we sketch rectangular and parametric functions: we plot lots of points and “connect the dots” with curves. We demonstrate this in the following example.

Example 10.4.10. Sketching Polar Functions.

Sketch the polar function \(r=1+\cos(\theta)\) on \([0,2\pi]\) by plotting points.
Solution.
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 10.4.11 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\)
(a)
A rough sketch of a polar function.
On a polar grid, the points from the table in Figure 10.4.11(a) are plotted. Each point is joined to an adjacent point by a line segement to form a rough sketch of the polar curve \(r=1+\cos(\theta)\text{.}\) The curve appears to be roughly heart-shaped, with a cusp at the origin.
(b)
Figure 10.4.11. Graphing a polar function in Example 10.4.10 by plotting points
Technology Note: Plotting functions in this way can be tedious, just as it was with rectangular functions. To obtain very accurate graphs, technology is a great aid. Most graphing calculators can plot polar functions; in the menu, set the plotting mode to something like 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 \(\theta\) values (often called \(\theta_{\text{ min } }\) and \(\theta_{\text{ max } }\)) as well as the \(\theta_{\text{ step } }\) — that is, how far apart the \(\theta\) values are spaced. The smaller the \(\theta_{\text{ step } }\) value, the more accurate the graph (which also increases plotting time). Using technology, we graphed the polar function \(r=1+\cos(\theta)\) from Example 10.4.10 in Figure 10.4.12.
A computer-generated sketch of a polar function.
On a polar grid, the curve from Figure 10.4.11 is plotted, using technology. The result is a smooth version of the plot in Figure 10.4.11(b). The curve appears to be roughly heart-shaped, with a cusp at the origin.
Figure 10.4.12. Using technology to graph a polar function

Example 10.4.13. Sketching Polar Functions.

Sketch the polar function \(r=\cos(2\theta)\) on \([0,2\pi]\) by plotting points.
Solution.
We start by making a table of \(\cos(2\theta)\) evaluated at common angles \(\theta\text{,}\) as shown in Figure 10.4.14. These points are then plotted in Figure 10.4.15(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\)
Figure 10.4.14. Table of points for plotting a polar curve in Example 10.4.13
Using more points (and the aid of technology) a smoother plot can be made as shown in Figure 10.4.15(b). This plot is an example of a rose curve.
An initial rough sketch of a polar curve obtained by connecting points on the curve.
On a polar grid, the points from the table in Figure 10.4.14 are plotted. The points are labeled consecutively from 1 to 17, using the values from the table. These points are then joined, in order, using straight lines, in the matter of a “connect-the-dots” drawing.
The result is four diamond-shaped “leaves”. Each diamond has one point at the origin. The diamonds then point left, right, up, and down.
(a)
A smoothed version of the plot for this example.
The plot in Figure 10.4.15(a) is replaced by a “smoothed” version. The diamonds are replaced by rounded curves, each resembling a leaf or flower petal. Each loop (or leaf) has a cusp at the origin; however, the curve as a whole is traced smoothly.
Beginning at the rectangular point \((1,0)\) (on the positive \(x\) axis, when \(\theta=0\)), the curve bends up and to the left, before turning downward, and eventually reaching the origin. The curve then continues down and to the left into the third quadrant, until it bends to the right, reaching the \(y\) axis at the rectangular point \((0,-1)\text{.}\) It then loops back up through the fourth quadrant to the origin; it then continues into the second quadrant, intersecting the \(x\) axis at \((-1,0)\text{,}\) and passing through the third quadrant to form the left-hand loop as it returns to the origin.
From there, we get the upper loop in a similar fashion, in the first quadrant and then the second, and finally, the curve passes through the origin one more time into the fourth quadrant, where it completes bottom of the right-hand loop.
(b)
Figure 10.4.15. Polar plots from Example 10.4.13
It is sometimes desirable to refer to a graph via a polar equation, and other times by a rectangular equation. Therefore it is necessary to be able to convert between polar and rectangular functions, which we practice in the following example. We will make frequent use of the identities found in Key Idea 10.4.5.

Example 10.4.16. Converting between rectangular and polar equations.

Convert from rectangular to polar.
  1. \(\displaystyle y=x^2\)
  2. \(\displaystyle xy = 1\)
Convert from polar to rectangular.
  1. \(\displaystyle \ds r=\frac{2}{\sin(\theta) -\cos(\theta) }\)
  2. \(\displaystyle r=2\cos(\theta)\)
Solution.
  1. 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.
  2. 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 10.4.17; note how it only exists in the first and third quadrants.
    Graph of the hyperbola y=1/x.
    The graph is that of the standard hyperbola \(y=1/x\text{.}\)
    Figure 10.4.17. Graphing \(xy=1\) from Example 10.4.16
  3. 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.
  4. 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.
Some curves have very simple polar equations but rather complicated rectangular ones. For instance, the equation \(r=1+\cos(\theta)\) describes a cardioid (an important shape for modeling the sensitivity of microphones, among other things; one is graphed in the gallery in the Limaçon section). It’s rectangular form is not nearly as simple; it is the implicit equation \(x^4+y^4+2x^2y^2-2xy^2-2x^3-y^2=0\text{.}\) The conversion is not “hard,” but takes several steps, and is left as a problem in the Exercise section.
Earlier we discussed how each point in the plane does not have a unique representation in polar form. This can be a “good” thing, as it allows for the beautiful and interesting curves seen in the preceding gallery. However, it can also be a “bad” thing, as it can be difficult to determine where two curves intersect.

Example 10.4.23. Finding points of intersection with polar curves.

Determine where the graphs of the polar equations \(r=1+3\cos(\theta)\) and \(r=\cos(\theta)\) intersect.
Solution.
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 10.4.24(a); to better discern the intersection points, Figure 10.4.24(b) zooms in around the origin.
Overlapping plots of a circle and a limaçon, showing their points of intersection.
The two curves for this example are plotted. The curve \(r=1+3\cos(\theta)\) is a limaçon with an inner loop, while \(r=\cos(\theta)\) is a circle with radius \(1/2\) and center \((1/2,0)\text{.}\)
The circle is significantly smaller than the limaçon: it intersects the \(x\) axis at \((0,0)\) and \((1,0)\text{,}\) while the inner loop of the limaçon intersects the \(x\) axis at \((0,0)\) and \((2,0)\text{.}\)
Near the origin, the inner loop of the limaçon narrows faster than the circle, and in addition to the origin, two other points of intersection can be seen.
(a)
Zoomed in view of the intersections between the two polar curves.
The second image is a zoomed in view of Figure 10.4.24(a), in which the three points of intersection can better be seen. One intersection is at the origin, and the other two points of intersection lie on opposite sides of the \(x\) axis.
(b)
Figure 10.4.24. Graphs to help determine the points of intersection of the polar functions given in Example 10.4.23
To start we set the functions equal to each other and solve for \(\theta\text{:}\)
\begin{align*} 1+3\cos(\theta) \amp = \cos(\theta)\\ 2\cos(\theta) \amp = -1\\ \cos(\theta) \amp = -\frac12\\ \theta \amp = \frac{2\pi}{3}, \frac{4\pi}{3}\text{.} \end{align*}
(There are, of course, infinitely many 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{.}\)
If all one is concerned with is the \((x,y)\) coordinates at which the graphs intersect, much of the above work is extraneous. We know they intersect at \((0,0)\text{;}\) we might not care at what \(\theta\) value. Likewise, using \(\theta =2\pi/3\) and \(\theta=4\pi/3\) can give us the needed rectangular coordinates. However, in the next section we apply calculus concepts to polar functions. When computing the area of a region bounded by polar curves, understanding the nuances of the points of intersection becomes important.

Exercises 10.4.4 Exercises

Terms and Concepts

1.
In your own words, describe how to plot the polar point \(P(r,\theta)\text{.}\)
2.
    When plotting a point with polar coordinate \(P(r,\theta)\text{,}\) \(r\) must be positive.
  • True.

  • False.

3.
    Every point in the Cartesian plane can be represented by a polar coordinate.
  • True.

  • False.

4.
    Every point in the Cartesian plane can be represented uniquely by a polar coordinate.
  • True.

  • False.

Problems

5.
Plot the points with the given polar coordinates.
  1. \(\displaystyle A=P(2,0)\)
  2. \(\displaystyle B=P(1,\pi)\)
  3. \(\displaystyle C=P(-2,\pi/2)\)
  4. \(\displaystyle D=P(1,\pi/4)\)
6.
Plot the points with the given polar coordinates.
  1. \(\displaystyle A=P(2,3\pi)\)
  2. \(\displaystyle B=P(1,-\pi)\)
  3. \(\displaystyle C=P(1,2)\)
  4. \(\displaystyle D=P(1/2,5\pi/6)\)
7.
For each of the given points give two sets of polar coordinates that identify it, where \(0\leq \theta\leq 2\pi\text{.}\)
Four points plotted on a polar grid.
A standard polar grid is given, with circles of radius 1, 2, and 3. Rays marking the angles \(\pi/6, \pi/4, \pi/3\text{,}\) and \(\pi/2\) are also shown, along with rays for the corresponding angles in the other quadrants.
The point \(A\) lies on the ray \(\theta=\pi/4\text{,}\) at a distance half way between the circles of radius 2 and 3.
The point \(B\) lies on the ray \(\theta=-\pi/6\text{,}\) and on the circle \(r=1\text{.}\)
The point \(C\) lies on the ray \(\theta = 4\pi/3\text{,}\) and on the circle \(r=3\text{.}\)
The point \(D\) lies on the ray \(\theta = 2\pi/3\text{,}\) at a distance half way between the circles of radius 1 and 2.
8.
For each of the given points give two sets of polar coordinates that identify it, where \(-\pi\lt \theta\leq \pi\text{.}\)
Four points plotted on a polar grid.
9.
Convert each of the following polar coordinates to rectangular, and each of the following rectangular coordinates to polar.
  1. \(A=P(2,\pi/4)\)
    \((x,y)=\)
  2. \(B=P(2,-\pi/4)\)
    \((x,y)=\)
  3. \(C=(2,-1)\)
    \(P(r,\theta)=P\)
  4. \(D=(-2,1)\)
    \(P(r,\theta)=P\)
10.
Convert each of the following polar coordinates to rectangular, and each of the followingrectangular coordinates to polar.
  1. \(A=P(3,\pi)\)
    \((x,y)=\)
  2. \(B=P(1,2\pi/3)\)
    \((x,y)=\)
  3. \(C=(0,4)\)
    \(P(r,\theta)=P\)
  4. \(D=(1,-\sqrt{3})\)
    \(P(r,\theta)=P\)
Exercise Group.
Graph the polar function on the given interval.
11.
\(r=2\text{,}\)\(0\leq \theta\leq \pi/2\)
12.
\(\theta=\pi/6\text{,}\)\(-1\leq r\leq 2\)
13.
\(r=1-\cos(\theta)\text{,}\)\([0,2\pi]\)
14.
\(r=2+\sin(\theta)\text{,}\)\([0,2\pi]\)
15.
\(r=2-\sin(\theta)\text{,}\)\([0,2\pi]\)
16.
\(r=1-2\sin(\theta)\text{,}\)\([0,2\pi]\)
17.
\(r=1+2\sin(\theta)\text{,}\)\([0,2\pi]\)
18.
\(r=\cos(2\theta)\text{,}\)\([0,2\pi]\)
19.
\(r=\sin(3\theta)\text{,}\)\([0,\pi]\)
20.
\(r=\cos(\theta/3)\text{,}\)\([0,3\pi]\)
21.
\(r=\cos(2\theta/3)\text{,}\)\([0,6\pi]\)
22.
\(r=\theta/2\text{,}\)\([0,4\pi]\)
23.
\(r=3\sin(\theta)\text{,}\)\([0,\pi]\)
24.
\(r=2\cos(\theta)\text{,}\)\([0,\pi/2]\)
25.
\(r=\cos(\theta) \sin(\theta)\text{,}\)\([0,2\pi]\)
26.
\(r=\theta^2-(\pi/2)^2\text{,}\)\([-\pi,\pi]\)
27.
\(\ds r=\frac{3}{5\sin(\theta) -\cos(\theta) }\text{,}\)\([0,2\pi]\)
28.
\(\ds r=\frac{-2}{3\cos(\theta) -2\sin(\theta) }\text{,}\)\([0,2\pi]\)
29.
\(\ds r=3\sec(\theta)\text{,}\)\((-\pi/2,\pi/2)\)
30.
\(\ds r=3\csc(\theta)\text{,}\)\((0,\pi)\)
Exercise Group.
Convert the polar equation to a rectangular equation.
31.
Convert the polar equation to a rectangular equation.
\(r=6\cos(\theta)\)
32.
Convert the polar equation to a rectangular equation.
\(r=-4\sin(\theta)\)
33.
Convert the polar equation to a rectangular equation.
\(r=\cos(\theta) +\sin(\theta)\)
34.
Convert the polar equation to a rectangular equation.
\(r=\dfrac{7}{5\sin(\theta)-2\cos(\theta)}\)
35.
Convert the polar equation to a rectangular equation.
\(r=\dfrac{3}{\cos(\theta)}\)
36.
Convert the polar equation to a rectangular equation.
\(r=\dfrac{4}{\sin(\theta)}\)
39.
Convert the polar equation to a rectangular equation.
\(r=2\)
40.
Convert the polar equation to a rectangular equation.
\(\theta=\pi/6\)
Exercise Group.
Convert the rectangular equation to a polar equation.
41.
Convert the rectangular equation to a polar equation. Type ‘theta’ for \(\theta\text{.}\)
\(y=x\)
42.
Convert the rectangular equation to a polar equation. Type ‘theta’ for \(\theta\text{.}\)
\(y=4x+7\)
43.
Convert the rectangular equation to a polar equation. Type ‘theta’ for \(\theta\text{.}\)
\(x=5\)
44.
Convert the rectangular equation to a polar equation. Type ‘theta’ for \(\theta\text{.}\)
\(y=5\)
45.
Convert the rectangular equation to a polar equation. Type ‘theta’ for \(\theta\text{.}\)
\(x=y^2\)
47.
Convert the rectangular equation to a polar equation. Type ‘theta’ for \(\theta\text{.}\)
\(x^2+y^2=7\)
Exercise Group.
Find the points of intersection of the polar graphs.
49.
Find the points where \(r=\sin(2\theta)\) intersects \(r=\cos(\theta)\) on \([0,\pi]\text{,}\) expressed in polar coordinates with notation \(P(r,\theta)\text{.}\)
50.
\(r=\cos(2\theta)\) and \(r=\cos(\theta)\) on \([0,\pi]\)
51.
Find the points where \(r=2\cos(\theta)\) intersects \(r=2\sin(\theta)\) on \([0,\pi]\text{,}\) expressed in polar coordinates with notation \(P(r,\theta)\text{.}\)
52.
\(r=\sin(\theta)\) and \(r=\sqrt{3}+3\sin(\theta)\) on \([0,2\pi]\)
53.
\(r=\sin(3\theta)\) and \(r=\cos(3\theta)\) on \([0,\pi]\)
54.
Find the points where \(r=3\cos(\theta)\) intersects \(r=1+\cos(\theta)\) on \([-\pi,\pi]\text{,}\) expressed in polar coordinates with notation \(P(r,\theta)\text{.}\)
55.
\(r=1\) and \(r=2\sin(2\theta)\) on \([0,2\pi]\)
56.
\(r=1-\cos(\theta)\) and \(r=1+\sin(\theta)\) on \([0,2\pi]\)
57.
Pick a integer value for \(n\text{,}\) where \(n\neq 2,3\text{,}\) and use technology to plot \(\ds r=\sin\left(\frac mn\theta\right)\) for three different integer values of \(m\text{.}\) Sketch these and determine a minimal interval on which the entire graph is shown.
58.
Create your own polar function, \(r=f(\theta)\) and sketch it. Describe why the graph looks as it does.