10 Curves in the Plane

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. That is, we set y=f(x), 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.

Polar Coordinates

margin: Oinitial rayr(r,θ)θ Figure 10.4.1: Illustrating 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,θ).

Practice will make this process more clear.

Example 10.4.1 Plotting Polar Coordinates

Plot the following polar coordinates:

A(1,π/4)B(1.5,π)C(2,-π/3)D(-1,π/4)

SolutionTo aid in the drawing, a polar grid is provided O123 here.
margin: O123ABCD Figure 10.4.2: Plotting polar points in Example 10.4.1. Λ To place the point A, go out 1 unit along the initial ray (putting you on the inner circle shown on the grid), then rotate counter-clockwise π/4 radians (or 45). Alternately, one can consider the rotation first: think about the ray from O that forms an angle of π/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, go out 1.5 units along the initial ray and rotate π radians (180).

To plot C, go out 2 units along the initial ray then rotate clockwise π/3 radians, as the angle given is negative.

To plot D, move along the initial ray “-1” units — in other words, “back up” 1 unit, then rotate counter-clockwise by π/4. The results are given in Figure 10.4.2.

Consider the following two points: A(1,π) and B(-1,0). To locate A, go out 1 unit on the initial ray then rotate π radians; to locate B, 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(1,3π), or D(1,-π); 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.

Polar to Rectangular Conversion

margin: xyrθOP Figure 10.4.3: Converting between rectangular and polar coordinates. Λ

It is useful to recognize both the rectangular (or, Cartesian) coordinates of a point in the plane and its polar coordinates. Figure 10.4.3 shows a point P in the plane with rectangular coordinates (x,y) and polar coordinates (r,θ). Using trigonometry, we can make the identities given in the following Key Idea.

Key Idea 10.4.1 Converting Between Rectangular and Polar Coordinates

Given the polar point P(r,θ), the rectangular coordinates are determined by

x=rcosθ  y=rsinθ.

Given the rectangular coordinates (x,y), the polar coordinates are determined by

r2=x2+y2  tanθ=yx.
Example 10.4.2 Converting Between Polar and Rectangular Coordinates


(a) Convert the polar coordinates A(2,2π/3) and B(-1,5π/4) to rectangular coordinates. (b) Convert the rectangular coordinates (1,2) and (-1,1) to polar coordinates.

Solution

  1. (a)
    1. (a)

      We start with A(2,2π/3). Using Key Idea 10.4.1, we have

      x=2cos(2π/3)=-1  y=2sin(2π/3)=3.

      So the rectangular coordinates are (-1,3)(-1,1.732).

    2. (b)

      The polar point B(-1,5π/4) is converted to rectangular with:

      x=-1cos(5π/4)=2/2  y=-1sin(5π/4)=2/2.

      So the rectangular coordinates are (2/2,2/2)(0.707,0.707).

    These points are plotted in Figure 10.4.4 (a). The rectangular coordinate system is drawn lightly under the polar coordinate system so that the relationship between the two can be seen. margin: OA(2,2π3)B(-1,5π4) (a) (0,0)(1,2)(-1,1)3π43π4-π41.11 (b) Figure 10.4.4: Plotting rectangular and polar points in Example 10.4.2. Λ

  2. (b)
    1. (a)

      To convert the rectangular point (1,2) to polar coordinates, we use the Key Idea to form the following two equations:

      12+22=r2  tanθ=21.

      The first equation tells us that r=5. Using the inverse tangent function, we find

      tanθ=2θ=tan-121.11 radians63.43.

      Thus polar coordinates of (1,2) are (5,1.11).

    2. (b)

      To convert (-1,1) to polar coordinates, we form the equations

      (-1)2+12=r2  tanθ=1-1.

      Thus r=2. We need to be careful in computing θ: using the inverse tangent function, we have

      tanθ=-1θ=tan-1(-1)=-π/4.

      This is not the angle we desire. The range of tan-1x is (-π/2,π/2); that is, it returns angles that lie in the 1st and 4th quadrants. To find locations in the 2nd and 3rd quadrants, add π to the result of tan-1x. So π+(-π/4) puts the angle at 3π/4. Thus the polar point is (2,3π/4). An alternate method is to use the angle θ given by arctangent, but change the sign of r. Thus we could also refer to (-1,1) as
      (-2,-π/4).

    These points are plotted in Figure 10.4.4 (b). The polar system is drawn lightly under the rectangular grid with rays to demonstrate the angles used.

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 10.4.3 Introduction to Graphing Polar Functions

Describe the graphs of the following polar functions.

  1. (a)

    r=1.5

  2. (b)

    θ=π/4

Solution

  1. (a)

    The equation r=1.5 describes all points that are 1.5 units from the pole; as the angle is not specified, any θ 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 r2=x2+y2, we see that 1.52=x2+y2, which we recognize as the equation of a circle centered at (0,0) with radius 1.5. This is sketched in Figure 10.4.5.

    margin: O12r=1.5θ=π4 Figure 10.4.5: Plotting standard polar plots. Λ
  2. (b)

    The equation θ=π/4 describes all points such that the line through them and the pole make an angle of π/4 with the initial ray. As the radius r is not specified, it can be any value (even negative). Thus θ=π/4 describes the line through the pole that makes an angle of π/4=45 with the initial ray.

    We can again consider the rectangular equivalent of this equation. Combine tanθ=y/x and θ=π/4:

    tanπ/4=y/xxtanπ/4=yy=x.

    This graph is also plotted in Figure 10.4.5.

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 θ=α 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(θ). 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.4 Sketching Polar Functions

Sketch margin: θr=1+cosθ02π/61+3/2π/41+1/2π/33/2π/212π/31/23π/41-1/25π/61-3/2π07π/61-3/25π/41-1/24π/31/23π/215π/33/27π/41+1/211π/61+3/2 O12π/4π/23π/4π5π/43π/27π/4 Figure 10.4.6: Graph of the polar function in Example 10.4.4 by plotting points. Λ the polar function r=1+cosθ on [0,2π] by plotting points.

SolutionA common question when sketching curves by plotting selected points is “Which points should I plot?” With rectangular equations, we often chose “easy” values — integers, then added more if needed. When plotting polar equations, start with the “common” angles — multiples of π/6 and π/4. Figure 10.4.6 gives a table of just a few values of θ in [0,π].

Consider the point (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 θ=π/6, r=1+3/2; so rotate by π/6 radians and go out 1+3/2 units.

Example 10.4.5 Sketching Polar Functions

Sketch the polar function r=cos(2θ) on [0,2π] by plotting points.

SolutionWe start by making a table of cos(2θ) evaluated at common angles θ, as shown in Figure 10.4.7. These points are then plotted in Figure 10.4.8. 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.θcos(2θ)    Pt.θcos(2θ)101107π/60.52π/60.5115π/403π/40124π/3-0.54π/3-0.5    133π/2-15π/2-1    145π/3-0.562π/3-0.5    157π/4073π/401611π/60.585π/60.5172π19π1

Figure 10.4.7: Tables of points for plotting a polar curve.
margin: 1234567891011121314151617 Figure 10.4.8: Polar plots from Example 10.4.5. Λ

This plot is an example of a rose curve.

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

Example 10.4.6 Converting between rectangular and polar equations.

Convert from rectangular to polar.

  1. (a)

    y=x2

  2. (b)

    xy=1

Convert from polar to rectangular.

  1. (c)

    r=2sinθ-cosθ

  2. (d)

    r=2cosθ

Solution

  1. (a)

    Replace y with rsinθ and replace x with rcosθ, giving:

    y =x2
    rsinθ =r2cos2θ
    sinθcos2θ =r

    We have found that r=sinθ/cos2θ=tanθsecθ. The domain of this polar function is (-π/2,π/2); plot a few points to see how the familiar parabola is traced out by the polar equation.

  2. (b)

    We again replace x and y using the standard identities and work to solve for r:

    xy =1
    rcosθrsinθ =1
    r2 =1cosθsinθ
    r =1cosθsinθ
    margin: -55-55xy Figure 10.4.9: Graphing xy=1 from Example 10.4.6. Λ

    This function is valid only when the product of cosθsinθ is positive. This occurs in the first and third quadrants, meaning the domain of this polar function is (0,π/2)(π,3π/2). We can rewrite the original rectangular equation xy=1 as y=1/x. This is graphed in Figure 10.4.9; note how it only exists in the first and third quadrants.

  3. (c)

    There is no set way to convert from polar to rectangular; in general, we look to form the products rcosθ and rsinθ, and then replace these with x and y, respectively. We start in this problem by multiplying both sides by sinθ-cosθ:

    r =2sinθ-cosθ
    r(sinθ-cosθ) =2
    rsinθ-rcosθ =2.  Now replace with y and x:
    y-x =2
    y =x+2.

    The original polar equation, r=2/(sinθ-cosθ) 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. (d)

    By multiplying both sides by r, we obtain both an r2 term and an rcosθ term, which we replace with x2+y2 and x, respectively.

    r =2cosθ
    r2 =2rcosθ
    x2+y2 =2x.
    We recognize this as a circle; by completing the square we can find its radius and center.
    x2-2x+y2 =0
    (x-1)2+y2 =1.

    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θ describes a cardioid (a shape important to the sensitivity of microphones, among other things; one is graphed in the gallery in the Limaçon section). Its rectangular form is not nearly as simple; it is the implicit equation x4+y4+2x2y2-2xy2-2x3-y2=0. The conversion is not “hard,” but takes several steps, and is left as an exercise.

Gallery of Polar Curves

There are a number of basic and “classic” polar curves, famous for their beauty and/or applicability to the sciences. This section ends with a small gallery of some of these graphs. We encourage the reader to understand how these graphs are formed, and to investigate with technology other types of polar functions.


Lines
Through the origin: Horizontal line: Vertical line: Not through origin:

θ=α

r=acscθ

r=asecθ

r=bsinθ-mcosθ

α
a{
a
slope =m}b
Circles Spiral
Centered on origin:

(x-a2)2+y2=a24

x2+(y-a2)2=a24

Archimedean spiral

r=a

r=acosθ

r=asinθ

r=θ

a
a
a{
Limaçons
Symmetric about x-axis: r=a±bcosθ;   Symmetric about y-axis: r=a±bsinθ;   a,b>0
With inner loop: Cardioid: Dimpled: Convex:

ab<1

ab=1

1<ab<2

ab>2

Rose Curves
Symmetric about x-axis: r=acos(nθ);   Symmetric about y-axis: r=asin(nθ)
Curve contains 2n petals when n is even and n petals when n is odd.

r=acos(2θ)

r=asin(2θ)

r=acos(3θ)

r=asin(3θ)

Special Curves
Rose curves Lemniscate: Eight Curve:

r=asin(θ/5)

r=asin(2θ/5)

r2=a2cos(2θ)

r2=a2sec4θcos(2θ)

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.7 Finding points of intersection with polar curves

Determine where the graphs of the polar equations r=1+3cosθ and r=cosθ intersect.

SolutionAs 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.10(a); to better discern the intersection points, part (b) of the figure zooms in around the origin. margin: 24-220π/2 (a)-0.50.5-0.50.50π/2 (b) Figure 10.4.10: Graphs to help determine the points of intersection of the polar functions given in Example 10.4.7. Λ We start by setting the two functions equal to each other and solving for θ:

1+3cosθ =cosθ
2cosθ =-1
cosθ =-12
θ =2π3,4π3.

(There are, of course, infinite solutions to the equation cosθ=-1/2; as the limaçon is traced out once on [0,2π], we restrict our solutions to this interval.)

We need to analyze this solution. When θ=2π/3 we obtain the point of intersection that lies in the 4th quadrant. When θ=4π/3, we get the point of intersection that lies in the 1st quadrant. There is more to say about this second intersection point, however. The circle defined by r=cosθ is traced out once on [0,π], 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 θ=π/3. It is key to understand that these two points are the same: (cosπ/3,π/3) and (cos4π/3,4π/3).

To summarize what we have done so far, we have found two points of intersection: when θ=2π/3 and when θ=4π/3. When referencing the circle r=cosθ, the latter point is better referenced as when θ=π/3.

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

A graph intersects the pole when r=0. Considering the circle r=cosθ, r=0 when θ=π/2 (and odd multiples thereof, as the circle is repeatedly traced). The limaçon intersects the pole when 1+3cosθ=0; this occurs when cosθ=-1/3, or for θ=cos-1(-1/3). This is a nonstandard angle, approximately θ=1.9106 radians109.47. The limaçon intersects the pole twice in [0,2π]; 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, θ=4.3726250.53.

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); we might not care at what θ value. Likewise, using θ=2π/3 and θ=4π/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

 

Terms and Concepts

  1. 1.

    In your own words, describe how to plot the polar point P(r,θ).

  2. 2.

    T/F: When plotting a point with polar coordinate P(r,θ), r must be positive.

  3. 3.

    T/F: Every point in the Cartesian plane can be represented by a polar coordinate.

  4. 4.

    T/F: Every point in the Cartesian plane can be represented uniquely by a polar coordinate.

Problems

  1. 5.
    Plot the points with the given polar coordinates. (a) A(2,0) (b) B(1,π) (a) C(-2,π/2) (b) D(1,π/4)
  2. 6.
    Plot the points with the given polar coordinates. (a) A(2,3π) (b) B(1,-π) (a) C(1,2) (b) D(1/2,5π/6)
  3. 7.

    For each of the given points give two sets of polar coordinates that identify it, where 0θ2π.

    O123ABCD
  4. 8.

    For each of the given points give two sets of polar coordinates that identify it, where -πθπ.

    O123ABCD
  5. 9.
    Convert the polar coordinates A and B to rectangular, and the rectangular coordinates C and D to polar. (a) A(2,π/4) (b) B(2,-π/4) (a) C(2,-1) (b) D(-2,1)
  6. 10.
    Convert the polar coordinates A and B to rectangular, and the rectangular coordinates C and D to polar. (a) A(3,π) (b) B(1,2π/3) (a) C(0,4) (b) D(1,-3)

In Exercises 11–32., graph the polar function on the given interval.

  1. 11.

    r=2, 0θπ/2

  2. 12.

    θ=π/6, -1r2

  3. 13.

    r=1-cosθ, [0,2π]

  4. 14.

    r=2+sinθ, [0,2π]

  5. 15.

    r=2-sinθ, [0,2π]

  6. 16.

    r=1-2sinθ, [0,2π]

  7. 17.

    r=1+2sinθ, [0,2π]

  8. 18.

    r=cos(2θ), [0,2π]

  9. 19.

    r=sin(3θ), [0,π]

  10. 20.

    r=cos(θ/3), [0,3π]

  11. 21.

    r=cos(2θ/3), [0,6π]

  12. 22.

    r=θ/2, [0,4π]

  13. 23.

    r=3sin(θ), [0,π]

  14. 24.

    r=-4sin(θ), [0,π]

  15. 25.

    r=-2cos(θ), [0,π]

  16. 26.

    r=32cos(θ), [0,π]

  17. 27.

    r=cosθsinθ, [0,2π]

  18. 28.

    r=θ2-(π/2)2, [-π,π]

  19. 29.

    r=35sinθ-cosθ, [0,2π]

  20. 30.

    r=-23cosθ-2sinθ, [0,2π]

  21. 31.

    r=3secθ, (-π/2,π/2)

  22. 32.

    r=3cscθ, (0,π)

In Exercises 33–44., convert the polar equation to a rectangular equation.

  1. 33.

    r=2cosθ

  2. 34.

    r=-4sinθ

  3. 35.

    r=3sinθ

  4. 36.

    r=-32cosθ

  5. 37.

    r=cosθ+sinθ

  6. 38.

    r=75sinθ-2cosθ

  7. 39.

    r=3cosθ

  8. 40.

    r=4sinθ

  9. 41.

    r=tanθ

  10. 42.

    r=cotθ

  11. 43.

    r=2

  12. 44.

    θ=π6

In Exercises 45–52., convert the rectangular equation to a polar equation.

  1. 45.

    y=x

  2. 46.

    y=4x+7

  3. 47.

    x=5

  4. 48.

    y=5

  5. 49.

    x=y2

  6. 50.

    x2y=1

  7. 51.

    x2+y2=7

  8. 52.

    (x+1)2+y2=1

In Exercises 53–60., find the points of intersection of the polar graphs.

  1. 53.

    r=sin(2θ) and r=cosθ on [0,π]

  2. 54.

    r=cos(2θ) and r=cosθ on [0,π]

  3. 55.

    r=2cosθ and r=2sinθ on [0,π]

  4. 56.

    r=sinθ and r=3+3sinθ on [0,2π]

  5. 57.

    r=sin(3θ) and r=cos(3θ) on [0,π]

  6. 58.

    r=3cosθ and r=1+cosθ on [-π,π]

  7. 59.

    r=1 and r=2sin(2θ) on [0,2π]

  8. 60.

    r=1-cosθ and r=1+sinθ on [0,2π]

  1. 61.

    Pick a integer value for n, where n2,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.

  2. 62.

    Create your own polar function, r=f(θ) and sketch it. Describe why the graph looks as it does.

Omni CMS