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

Plotting Points Using Polar Coordinates
When we think about plotting points in the plane, we usually think of rectangular coordinates \((x,y)\) in the Cartesian coordinate plane. However, there are other ways of writing a coordinate pair and other types of grid systems. In this section, we introduce to polar coordinates, which are points labeled \((r,θ)\) and plotted on a polar grid. The polar grid is represented as a series of concentric circles radiating out from the pole, or the origin of the coordinate plane.
The polar grid is scaled as the unit circle with the positive x-axis now viewed as the polar axis and the origin as the pole. The first coordinate \(r\) is the radius or length of the directed line segment from the pole. The angle \(θ,\) measured in radians, indicates the direction of \(r.\) We move counterclockwise from the polar axis by an angle of \(θ,\) and measure a directed line segment the length of \(r\) in the direction of \(θ.\) Even though we measure \(θ\) first and then \(r,\) the polar point is written with the r-coordinate first. For example, to plot the point \((2,\frac{\pi }{4}),\) we would move \(\frac{\pi }{4}\) units in the counterclockwise direction and then a length of 2 from the pole. This point is plotted on the grid in Figure 2.

Plot the point \((3,\frac{\pi }{2})\) on the polar grid.
Rotate to the angle \(\frac{\pi}{2}\) first, then move out 3 units along that ray.
The angle \(\frac{\pi }{2}\) is found by sweeping in a counterclockwise direction 90° from the polar axis. The point is located at a length of 3 units from the pole in the \(\frac{\pi }{2}\) direction, as shown in Figure 3.

Plot the point \((2,\,\frac{\pi }{3})\) in the polar grid.
Plot the point \((-2,\,\frac{\pi }{6})\) on the polar grid.
A negative r means you plot the point in the opposite direction from the given angle.
We know that \(\frac{\pi }{6}\) is located in the first quadrant. However, \(r=-2.\) We can approach plotting a point with a negative \(r\) in two ways:
- Plot the point \((2,\frac{\pi }{6})\) by moving \(\frac{\pi }{6}\) in the counterclockwise direction and extending a directed line segment 2 units into the first quadrant. Then retrace the directed line segment back through the pole, and continue 2 units into the third quadrant;
- Move \(\frac{\pi }{6}\) in the counterclockwise direction, and draw the directed line segment from the pole 2 units in the negative direction, into the third quadrant.
See Figure 4(a). Compare this to the graph of the polar coordinate \((2,\frac{\pi }{6})\) shown in Figure 4(b).

Plot the points \((3,-\frac{\pi }{6})\) and \((2,\frac{9\pi }{4})\) on the same polar grid.
Converting from Polar Coordinates to Rectangular Coordinates
When given a set of polar coordinates, we may need to convert them to rectangular coordinates. To do so, we can recall the relationships that exist among the variables \(x,\,y,\,r,\) and \(θ.\)
\[\begin{array}{l}\begin{array}{l} \\ cos\,θ=\frac{x}{r}\to x=rcos\,θ\end{array} \\ sin\,θ=\frac{y}{r}\to y=rsin\,θ\end{array}\]
Dropping a perpendicular from the point in the plane to the x-axis forms a right triangle, as illustrated in Figure 5. An easy way to remember the equations above is to think of \(cos\,θ\) as the adjacent side over the hypotenuse and \(sin\,θ\) as the opposite side over the hypotenuse.

To convert polar coordinates \((r,\,θ)\) to rectangular coordinates \((x,\,y),\) let
\[cos\,θ=\frac{x}{r}\to x=rcos\,θ\]
\[sin\,θ=\frac{y}{r}\to y=rsin\,θ\]
Given polar coordinates, convert to rectangular coordinates.
- Given the polar coordinate \((r,θ),\) write \(x=rcos\,θ\) and \(y=rsin\,θ.\)
- Evaluate \(cos\,θ\) and \(sin\,θ.\)
- Multiply \(cos\,θ\) by \(r\) to find the x-coordinate of the rectangular form.
- Multiply \(sin\,θ\) by \(r\) to find the y-coordinate of the rectangular form.
Write the polar coordinates \((3,\frac{\pi }{2})\) as rectangular coordinates.
Substitute r and \(\theta\) into \(x=r\cos\theta\) and \(y=r\sin\theta.\)
Use the equivalent relationships.
\[\begin{array}{l}x=rcos\,θ \\ x=3cos\,\frac{\pi }{2}=0 \\ y=rsin\,θ \\ y=3sin\,\frac{\pi }{2}=3\end{array}\]
The rectangular coordinates are \((0,3).\) See Figure 6.

Write the polar coordinates \((-2,0)\) as rectangular coordinates.
Substitute r and \(\theta\) into \(x=r\cos\theta\) and \(y=r\sin\theta,\) watching the sign of r.
See Figure 7. Writing the polar coordinates as rectangular, we have
\[\begin{array}{l}x=rcos\,θ \\ x=-2cos(0)=-2 \\ \\ y=rsin\,θ \\ y=-2sin(0)=0\end{array}\]
The rectangular coordinates are also \((-2,0).\)

Write the polar coordinates \((-1,\frac{2\pi }{3})\) as rectangular coordinates.
\((x,y)=(\frac{1}{2},-\frac{\sqrt{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 requires the use of one or more of the relationships illustrated in Figure 8.
\[\begin{array}{l}cos\,θ=\frac{x}{r} or x=rcos\,θ \\ sin\,θ=\frac{y}{r}\,\text{ or}\,y=rsin\,θ \\ {r}^{2}={x}^{2}+{y}^{2} \\ tan\,θ=\frac{y}{x}\end{array}\]

Convert the rectangular coordinates \((3,3)\) to polar coordinates.
Use \(r=\sqrt{{x}^{2}+{y}^{2}}\) and \(\tan\theta=\frac{y}{x}\) to find r and \(\theta.\)
We see that the original point \((3,3)\) is in the first quadrant. To find \(θ,\) use the formula \(tan\,θ=\frac{y}{x}.\) This gives
\[\begin{array}{l}tan\,θ=\frac{3}{3} \\ tan\,θ=1 \\ θ={tan}^{-1}(1) \\ θ=\frac{\pi }{4}\end{array}\]
To find \(r,\) we substitute the values for \(x\) and \(y\) into the formula \(r=\sqrt{{x}^{2}+{y}^{2}}.\) We know that \(r\) must be positive, as \(\frac{\pi }{4}\) is in the first quadrant. Thus
\[\begin{array}{l}r=\sqrt{{3}^{2}+{3}^{2}} \\ r=\sqrt{9+9} \\ r=\sqrt{18}=3\sqrt{2}\end{array}\]
So, \(r=3\sqrt{2}\,\) and \(θ\text{=}\frac{\pi }{4},\) giving us the polar point \((3\sqrt{2},\frac{\pi }{4}).\) See Figure 9.

There are other sets of polar coordinates that will be the same as our first solution. For example, the points \((-3\sqrt{2},\,\frac{5\pi }{4})\) and \((3\sqrt{2},-\frac{7\pi }{4})\) will coincide with the original solution of \((3\sqrt{2},\,\frac{\pi }{4}).\) The point \((-3\sqrt{2},\,\frac{5\pi }{4})\) indicates a move further counterclockwise by \(\pi ,\) which is directly opposite \(\frac{\pi }{4}.\) The radius is expressed as \(-3\sqrt{2}.\) However, the angle \(\frac{5\pi }{4}\) is located in the third quadrant and, as \(r\) is negative, we extend the directed line segment in the opposite direction, into the first quadrant. This is the same point as \((3\sqrt{2},\,\frac{\pi }{4}).\) The point \((3\sqrt{2},\,-\frac{7\pi }{4})\) is a move further clockwise by \(-\frac{7\pi }{4},\) from \(\frac{\pi }{4}.\) The radius, \(3\sqrt{2},\) is the same.
Transforming Equations between Polar and Rectangular Forms
We can now convert coordinates between polar and rectangular form. Converting equations can be more difficult, but it can be beneficial to be able to convert between the two forms. Since there are a number of polar equations that cannot be expressed clearly in Cartesian form, and vice versa, we can use the same procedures we used to convert points between the coordinate systems. We can then use a graphing calculator to graph either the rectangular form or the polar form of the equation.
Given an equation in polar form, graph it using a graphing calculator.
- Change the MODE to POL, representing polar form.
- Press the Y=button to bring up a screen allowing the input of six equations: \({r}_{1},\,{r}_{2},\,.\,.\,.\,,\,{r}_{6}.\)
- Enter the polar equation, set equal to \(r.\)
- Press GRAPH.
Write the Cartesian equation \({x}^{2}+{y}^{2}=9\) in polar form.
Substitute \(x=r\cos\theta\) and \(y=r\sin\theta\) into the equation and simplify.
The goal is to eliminate \(x\) and \(y\) from the equation and introduce \(r\) and \(θ.\) Ideally, we would write the equation \(r\) as a function of \(θ.\) To obtain the polar form, we will use the relationships between \((x,y)\) and \((r,θ).\) Since \(x=rcos\,θ\) and \(y=rsin\,θ,\) we can substitute and solve for \(r.\)
\[\begin{array}{ll}\,{(rcos\,θ)}^{2}+{(rsin\,θ)}^{2}=9 & \\ \,{r}^{2}{cos}^{2}θ+{r}^{2}{sin}^{2}θ=9 & \\ {r}^{2}({cos}^{2}θ+{sin}^{2}θ)=9 & \\ {r}^{2}(1)=9 & {\text{Substitute cos}}^{2}θ+{sin}^{2}θ=1. \\ \,r=\pm 3\begin{array}{llll} & & & \end{array} & \text{Use the square root property}.\end{array}\]
Thus, \({x}^{2}+{y}^{2}=9,r=3,\) and \(r=-3\) should generate the same graph. See Figure 10.

To graph a circle in rectangular form, we must first solve for \(y.\)
\[\begin{array}{l}\begin{array}{l} \\ {x}^{2}+{y}^{2}=9\end{array} \\ \,{y}^{2}=9-{x}^{2} \\ \,y=\pm \sqrt{9-{x}^{2}}\end{array}\]
Note that this is two separate functions, since a circle fails the vertical line test. Therefore, we need to enter the positive and negative square roots into the calculator separately, as two equations in the form \({Y}_{1}=\sqrt{9-{x}^{2}}\) and \({Y}_{2}=-\sqrt{9-{x}^{2}}.\) Press GRAPH.
Rewrite the Cartesian equation \({x}^{2}+{y}^{2}=6y\) as a polar equation.
Substitute \(x=r\cos\theta\) and \(y=r\sin\theta,\) then simplify and solve for r.
This equation appears similar to the previous example, but it requires different steps to convert the equation.
We can still follow the same procedures we have already learned and make the following substitutions:
\[\begin{array}{ll}{r}^{2}=6y & \text{Use }{x}^{2}+{y}^{2}={r}^{2}. \\ {r}^{2}=6rsin\,θ & \text{Substitute}\,y=rsin\,θ. \\ {r}^{2}-6rsin\,θ=0 & \text{Set equal to 0}. \\ r(r-6sin\,θ)=0 & \text{Factor and solve}. \\ r=0 & \text{We reject }r=0,\,\text{as it only represents one point, }(0,0). \\ r=6sin\,θ\begin{array}{llll} & & & \end{array} & \end{array}\]
Therefore, the equations \({x}^{2}+{y}^{2}=6y\) and \(r=6sin\,θ\) should give us the same graph. See Figure 11.

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.
Rewrite the Cartesian equation \(y=3x+2\) as a polar equation.
Substitute \(x=r\cos\theta\) and \(y=r\sin\theta\) for x and y, then solve for r in terms of \(\theta.\)
We will use the relationships \(x=rcos\,θ\) and \(y=rsin\,θ.\)
\[\begin{array}{ll}\,y=3x+2 & \\ \,rsin\,θ=3rcos\,θ+2 & \\ rsin\,θ-3rcos\,θ=2 & \\ r(sin\,θ-3cos\,θ)=2 & \text{Isolate }r. \\ r=\frac{2}{sin\,θ-3cos\,θ}\begin{array}{llll} & & & \end{array} & \text{Solve for }r.\end{array}\]
Rewrite the Cartesian equation \({y}^{2}=3-{x}^{2}\) in polar form.
\(r=\sqrt{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.
Covert the polar equation \(r=2sec\,θ\) to a rectangular equation, and draw its corresponding graph.
Rewrite secant as \(\frac{1}{\cos\theta}\), multiply both sides by \(\cos\theta,\) then substitute \(x=r\cos\theta.\)
The conversion is
\[\begin{array}{lll}r & = & 2sec\,θ \\ r & = & \frac{2}{cos\,θ} \\ r\,cos\,θ & = & 2 \\ x & = & 2\end{array}\]
Notice that the equation \(r=2sec\,θ\) drawn on the polar grid is clearly the same as the vertical line \(x=2\) drawn on the rectangular grid (see Figure 12). Just as \(x=c\) is the standard form for a vertical line in rectangular form, \(r=csec\,θ\) is the standard form for a vertical line in polar form.

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.\)
Rewrite the polar equation \(r=\frac{3}{1-2cos\,θ}\) as a Cartesian equation.
Multiply both sides by the denominator, substitute \(r\cos\theta=x\) and \(r=\sqrt{{x}^{2}+{y}^{2}},\) then isolate the square root and square both sides.
The goal is to eliminate \(θ\) and \(r,\) and introduce \(x\) and \(y.\) We clear the fraction, and then use substitution. In order to replace \(r\) with \(x\) and \(y,\) we must use the expression \({x}^{2}+{y}^{2}={r}^{2}.\)
\[\begin{array}{llll}r & = & \frac{3}{1-2\,cos\,θ} & \\ r(1-2(\frac{x}{r})) & = & 3 & \\ r-2x & = & 3 & \text{Use}\,cos\,θ=\frac{x}{r}\,to\,\text{eliminate}\,θ \\ r-2x & = & 3 & \\ r & = & 3+2x & \text{Isolate}\,r \\ {r}^{2} & = & {(3+2x)}^{2} & \text{Square}\,\text{both}\,\text{sides} \\ {x}^{2}+{y}^{2} & = & {(3+2x)}^{2} & \text{Use}\,{x}^{2}+{y}^{2}={r}^{2}\end{array}\]
The Cartesian equation is \({x}^{2}+{y}^{2}={(3+2x)}^{2}.\) However, to graph it, especially using a graphing calculator or computer program, we want to isolate \(y.\)
\[\begin{array}{l}{x}^{2}+{y}^{2}={(3+2x)}^{2} \\ \,{y}^{2}={(3+2x)}^{2}-{x}^{2} \\ \,y=\pm \sqrt{{(3+2x)}^{2}-{x}^{2}}\end{array}\]
When our entire equation has been changed from \(r\) and \(θ\) to \(x\) and \(y,\) we can stop, unless asked to solve for \(y\) or simplify. See Figure 13.

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.
In this example, the right side of the equation can be expanded and the equation simplified further, as shown above. However, the equation cannot be written as a single function in Cartesian form. We may wish to write the rectangular equation in the hyperbola’s standard form. To do this, we can start with the initial equation.
\[\begin{array}{llll}{x}^{2}+{y}^{2} & = & {(3+2x)}^{2} & \\ {x}^{2}+{y}^{2}-{(3+2x)}^{2} & = & 0 & \\ {x}^{2}+{y}^{2}-(9+12x+4{x}^{2}) & = & 0 & \\ {x}^{2}+{y}^{2}-9-12x-4{x}^{2} & = & 0 & \\ -3{x}^{2}-12x+{y}^{2} & = & 9 & \text{Multiply}\,\text{through}\,\text{by}\,-1 \\ 3{x}^{2}+12x-{y}^{2} & = & -9 & \\ 3({x}^{2}+4x+)-{y}^{2} & = & -9 & \\ 3({x}^{2}+4x+4)-{y}^{2} & = & -9+12 & Organize\,\text{terms}\,\text{to}\,\text{complete}\,\text{the}\,\text{square}\,\text{for}\,x \\ 3{(x+2)}^{2}-{y}^{2} & = & 3 & \\ {(x+2)}^{2}-\frac{{y}^{2}}{3} & = & 1 & \end{array}\]
Rewrite the polar equation \(r=2sin\,θ\) in Cartesian form.
\({x}^{2}+{y}^{2}=2y\) or, in the standard form for a circle, \({x}^{2}+{(y-1)}^{2}=1\)
Rewrite the polar equation \(r=sin(2θ)\) in Cartesian form.
Expand \(\sin(2\theta)\) with the double-angle identity, then multiply both sides by \({r}^{2}\) so every term becomes x's and y's.
\[\begin{array}{ll}\,r=sin(2θ) & \text{Use the double angle identity for sine}. \\ \,r=2sin\,θcos\,θ\begin{array}{llll} & & & \end{array} & \text{Use }cos\,θ=\frac{x}{r}\text{ and }sin\,θ=\frac{y}{r}. \\ \,r=2(\frac{x}{r})(\frac{y}{r}) & \text{Simplify}. \\ \,r=\frac{2xy}{{r}^{2}} & \text{ Multiply both sides by }{r}^{2}. \\ \,{r}^{3}=2xy & \\ {(\sqrt{{x}^{2}+{y}^{2}})}^{3}=2xy & \text{As}\,{x}^{2}+{y}^{2}={r}^{2},r=\sqrt{{x}^{2}+{y}^{2}}.\end{array}\]
This equation can also be written as
\[{({x}^{2}+{y}^{2})}^{\frac{3}{2}}=2xy\,\text{or}\,{x}^{2}+{y}^{2}={(2xy)}^{\frac{2}{3}}\]
Access these online resources for additional instruction and practice with polar coordinates.
Key Equations
| Conversion formulas | \(\begin{array}{ll} & cos\,θ=\frac{x}{r}\to x=rcos\,θ \\ & sin\,θ=\frac{y}{r}\to y=rsin\,θ \\ & {r}^{2}={x}^{2}+{y}^{2} \\ & tan\,θ=\frac{y}{x}\end{array}\) |
Key Concepts
- 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 \((r,θ),\,θ>0,\) move in a counterclockwise direction from the polar axis by an angle of \(θ,\) and then extend a directed line segment from the pole the length of \(r\) in the direction of \(θ.\) If \(θ\) is negative, move in a clockwise direction, and extend a directed line segment the length of \(r\) in the direction of \(θ.\) See Example 1.
- If \(r\) is negative, extend the directed line segment in the opposite direction of \(θ.\) See Example 2.
- To convert from polar coordinates to rectangular coordinates, use the formulas \(x=rcos\,θ\) and \(y=rsin\,θ.\) See Example 3 and Example 4.
- To convert from rectangular coordinates to polar coordinates, use one or more of the formulas: \(cos\,θ=\frac{x}{r},sin\,θ=\frac{y}{r},tan\,θ=\frac{y}{x},\) and \(r=\sqrt{{x}^{2}+{y}^{2}}.\) See Example 5.
- Transforming equations between polar and rectangular forms means making the appropriate substitutions based on the available formulas, together with algebraic manipulations. See Example 6, Example 7, and Example 8.
- 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 Example 9, Example 10, and Example 11.
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,\frac{\pi }{2})\) and \((-3,\frac{\pi }{2})\) related?
Explain why the points \((-3,\frac{\pi }{2})\) and \((3,-\frac{\pi }{2})\) are the same.
The point \((-3,\frac{\pi }{2})\) has a positive angle but a negative radius and is plotted by moving to an angle of \(\frac{\pi }{2}\) and then moving 3 units in the negative direction. This places the point 3 units down the negative y-axis. The point \((3,-\frac{\pi }{2})\) has a negative angle and a positive radius and is plotted by first moving to an angle of \(-\frac{\pi }{2}\) and then moving 3 units down, which is the positive direction for a negative angle. The point is also 3 units down the negative y-axis.
Algebraic
For the following exercises, convert the given polar coordinates to Cartesian coordinates. Remember to consider the quadrant in which the given point is located when determining \(θ\) for the point.
\((7,\frac{7\pi }{6})\)
\((5,\pi )\)
\((-5,0)\)
\((6,-\frac{\pi }{4})\)
\((-3,\frac{\pi }{6})\)
\((-\frac{3\sqrt{3}}{2},-\frac{3}{2})\)
\((4,\frac{7\pi }{4})\)
For the following exercises, convert the given Cartesian coordinates to polar coordinates with \(r>0,\,0\le θ<2\pi .\) Remember to consider the quadrant in which the given point is located.
\((4,2)\)
\((2\sqrt{5},\,0.464)\)
\((-4,6)\)
\((3,-5)\)
\((\sqrt{34},5.253)\)
\((-10,-13)\)
\((8,8)\)
\((8\sqrt{2},\frac{\pi }{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=\sqrt[3]{\frac{sinθ}{2co{s}^{4}θ}}\)
\({x}^{2}+{y}^{2}=4y\)
\({x}^{2}+{y}^{2}=3x\)
\(r=3cosθ\)
\({x}^{2}-{y}^{2}=x\)
\({x}^{2}-{y}^{2}=3y\)
\(r=\frac{3sinθ}{cos(2θ)}\)
\({x}^{2}+{y}^{2}=9\)
\({x}^{2}=9y\)
\(r=\frac{9sinθ}{{cos}^{2}θ}\)
\({y}^{2}=9x\)
\(9xy=1\)
\(r=\sqrt{\frac{1}{9cosθsinθ}}\)
For the following exercises, convert the given polar equation to a Cartesian equation. Write in the standard form of a conic if possible, and identify the conic section represented.
\(r=3sin\,θ\)
\(r=4cos\,θ\)
\({x}^{2}+{y}^{2}=4x\) or \(\frac{{(x-2)}^{2}}{4}+\frac{{y}^{2}}{4}=1;\) circle
\(r=\frac{4}{sin\,θ+7cos\,θ}\)
\(r=\frac{6}{cos\,θ+3sin\,θ}\)
\(3y+x=6;\) line
\(r=2sec\,θ\)
\(r=3csc\,θ\)
\(y=3;\) line
\(r=\sqrt{rcos\,θ+2}\)
\({r}^{2}=4sec\,θ\,csc\,θ\)
\(xy=4;\) hyperbola
\(r=4\)
\({r}^{2}=4\)
\({x}^{2}+{y}^{2}=4;\) circle
\(r=\frac{1}{4cos\,θ-3sin\,θ}\)
\(r=\frac{3}{cos\,θ-5sin\,θ}\)
\(x-5y=3;\) line
Graphical
For the following exercises, find the polar coordinates of the point.
\((3,\frac{3\pi }{4})\)
\((5,\pi )\)
For the following exercises, plot the points.
\((-2,\frac{\pi }{3})\)
\((-1,-\frac{\pi }{2})\)
\((3.5,\frac{7\pi }{4})\)
\((-4,\frac{\pi }{3})\)
\((5,\frac{\pi }{2})\)
\((4,\frac{-5\pi }{4})\)
\((3,\frac{5\pi }{6})\)
\((-1.5,\frac{7\pi }{6})\)
\((-2,\frac{\pi }{4})\)
\((1,\frac{3\pi }{2})\)
For the following exercises, convert the equation from rectangular to polar form and graph on the polar axis.
\(5x-y=6\)
\(r=\frac{6}{5cosθ-sinθ}\)
\(2x+7y=-3\)
\({x}^{2}+{(y-1)}^{2}=1\)
\(r=2sinθ\)
\({(x+2)}^{2}+{(y+3)}^{2}=13\)
\(x=2\)
\(r=\frac{2}{cosθ}\)
\({x}^{2}+{y}^{2}=5y\)
\({x}^{2}+{y}^{2}=3x\)
\(r=3cosθ\)
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\)
\(θ=-\frac{2\pi }{3}\)
\(θ=\frac{\pi }{4}\)
\(y=x\)
\(r=sec\,θ\)
\(r=-10sin\,θ\)
\({x}^{2}+{(y+5)}^{2}=25\)
\(r=3cos\,θ\)
Technology
Use a graphing calculator to find the rectangular coordinates of \((2,-\frac{\pi }{5}).\) Round to the nearest thousandth.
\((1.618,-1.176)\)
Use a graphing calculator to find the rectangular coordinates of \((-3,\frac{3\pi }{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,\pi )\)
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\)
\(0\le θ\le \frac{\pi }{4}\)
\(θ=\frac{\pi }{4},\,r\,\ge \,2\)
\(θ=\frac{\pi }{4},\,r\,\ge -3\)
\(0\le θ\le \frac{\pi }{3},\,r\,<\,2\)
\(\frac{-\pi }{6}<θ\le \frac{\pi }{3},-3<r\,<\,2\)
Glossary
- polar axis
- on the polar grid, the equivalent of the positive x-axis on the rectangular grid
- polar coordinates
- on the polar grid, the coordinates of a point labeled \((r,θ),\) where \(θ\) indicates the angle of rotation from the polar axis and \(r\) represents the radius, or the distance of the point from the pole in the direction of \(θ\)
- pole
- the origin of the polar grid