Skip to main content
Logo image

Coordinated Calculus

Section 6.3 Area and Arc Length in Polar Coordinates

Any point P=(x,y) on the Cartesian plane can be represented in polar coordinates using its distance from the origin point (0,0) and the angle formed from the positive x-axis counterclockwise to the point. Sometimes this representation provides a more useful way of describing points and curves than conventional Cartesian coordinates.
Sections Section 6.1 and Section 6.2 were all about computing lengths, areas, and volumes pertaining to curves that were represented in Cartesian coordinates. In this section we’ll examine how these types of computations work in polar coordinates.

Subsection 6.3.1 A Review of Polar Coordinates

Polar Coordinates.

The polar coordinates of a point consist of an ordered pair, (r,θ), where r is the distance from the point to the origin and θ is the angle measured in standard position.
Notice that if we were to “grid” the plane for polar coordinates, it would look like the graph below, with circles at incremental radii and rays drawn at incremental angles.
described in detail following the image
polar grid
To convert between polar coordinates and Cartesian coordinates, we can use known trigonometric relationships.

Converting Between Polar and Cartesian.

To convert between polar (r,θ)- and Cartesian (x,y)-coordinates, we can use the following relationships
cos(θ)=xrx=rcos(θ)sin(θ)=yry=rsin(θ)tan(θ)=yxx2+y2=r2
described in detail following the image
triangle with (x,y)-coordinates and (r,θ) labeled
From these relationships and our knowledge of the unit circle, if r=1 and θ=π/3, the polar coordinates would be
(r,θ)=(1,π3)
and the corresponding Cartesian coordinates would be
(x,y)=(12,32)
described in detail following the image
graph with (r,theta)=(1,\pi/3) labeled

Note 6.34.

Remembering your unit circle values will come in handy as you convert between Cartesian and polar coordinates.

Example 6.35.

Find the Cartesian coordinates of a point with the polar coordinates
(r,θ)=(5,2π3).
Solution.
Using the above relationships, the x- and y-coordinates of the point are
x=rcos(θ)=5cos(2π3)=5(12)=52,y=rsin(θ)=5sin(2π3)=5(32)=532.
Thus, the Cartesian coordinates are
(x,y)=(52,532).
Note that since 2π/3 is a common angle on the unit circle, we can find the exact Cartesian coordinates rather than using a calculator to find approximate values for x and y.
described in detail following the image
graph with (r,theta)=(5,2pi/3)

Example 6.36.

Find the Cartesian coordinates of a point with the polar coordinates
(r,θ)=(2,4.3).
Solution.
Using the above relationships, the x- and y-coordinates of the point are
x=rcos(θ)=2cos(4.3) and y=rsin(θ)=2sin(4.3).
Since θ=4.3 radians is not a common angle on the unit circle, we need to use our calculators to find approximate values for x and y. Doing so, we get
x=2cos(4.3)0.8016,y=2sin(4.3)1.8323.
Thus, the Cartesian coordinates are
(x,y)(0.8016,1.8323).
described in detail following the image
graph with (r,theta)=(2,4.3)

Example 6.37.

Find the polar coordinates of a point with the Cartesian coordinates
(x,y)=(3,4).
Solution.
Let’s start by plotting the point (x,y)=(3,4) on a graph and using the Pythagorean theorem to find the corresponding radius of the point. We get that
r2=x2+y2r2=32+(4)2r2=9+16r2=25r=5.
described in detail following the image
graph with (x,y)=(3,-4)
Now that we know the radius, we can find the angle using any of the three trigonometric relationships. Keep in mind that there may be more than one solution when solving for θ and we will need to consider the quadrant that our (x,y) point is in to decide which solution to use.
Using the cosine function, we get that
cos(θ)=xr=35=0.6.
Since this cosine value does not correspond to a common angle on the unit circle, we must use the inverse cosine function to solve for θ, which gives us
θ=cos1(0.6)0.927 radians.
Since 0.927 is greater than 0 and less than π/21.571, we know that θ=0.927 lies in Quadrant I. Since the point (x,y)=(3,4) is located in Quadrant IV, we must find the other angle on the unit circle with cos(θ)=0.6.
described in detail following the image
unit circle with cos(\theta)=0.6 one angle shown and labeled
We can use the symmetry of the unit circle to find this second angle. By symmetry, the magnitudes of the two angles shown below are equal. Thus, θ=0.927 is another angle that satisfies cos(θ)=0.6.
described in detail following the image
unit circle with cos(\theta)=0.6 two angles shown and labeled
Therefore, the polar coordinates of the point are
(r,θ)=(5,0.927).
described in detail following the image
graph with (x,y)=(3,-4)

Example 6.38.

Find the polar coordinates of a point with the Cartesian coordinates
(x,y)=(42,42).
Solution.
Let’s start by plotting the point (x,y)=(42,42) on a graph and using the Pythagorean theorem to find the corresponding radius of the point. We get that
r2=x2+y2r2=(42)2+(42)2r2=32+32r2=64r=8.
described in detail following the image
graph with (x,y)=(-4sqrt{2},4sqrt{2})
Now that we know the radius, we can find the angle using any of the three trigonometric relationships. Keep in mind that there may be more than one solution when solving for θ and we will need to consider the quadrant that our (x,y) point is in to decide which solution to use.
Using the sine function, we get that
sin(θ)=yr=428=22.
Since y=2/2 corresponds to a common angle on the unit circle, we can find an exact value for θ. The two angles that have a sine value of 2/2 on the unit circle are
θ=π4 and θ=3π4.
Since the point (x,y)=(42,42) is located in Quadrant II, we can determine that θ=3π/4. Thus, the polar coordinates are
(r,θ)=(8,3π4).
described in detail following the image
graph with (x,y)=(-4sqrt{2},4sqrt{2})

Subsection 6.3.2 Examples of Graphs in Polar Coordinates

Any equation written in Cartesian coordinates can be converted to one in polar coordinates and vice-versa. In practice, it makes sense to use the representation that is most natural for the application, or the one which is simpler to express. For example, the unit circle of radius 1 about the origin may be expressed in Cartesian coordinates using the equation
x2+y2=1.
Since the points on the circle are precisely those points at distance r from the origin, in polar coordinates the equation may be written as
r=1.
Algebraically, we can see that this is correct by substituting x=rcos(θ) and y=rsin(θ) into the original equation to obtain
x2+y2=1
r2cos2(θ)+r2sin2(θ)=1
r2(cos2(θ)+sin2(θ))=1.
Using the trig identity cos2(θ)+sin2(θ)=1, this becomes
r2=1.
Since r denotes the length of the radius to the point, it follows that r>0; hence, r=1.
We now look at some special families of graphs in polar coordinates.

Example 6.39.

One interesting family of graphs in polar coordinates are the rose graphs. These are curves of the form
r=acos(nθ)
or
r=asin(nθ),
where n is a positive integer and a>0.
Figure 6.40. Three rose graphs, r=sin(3θ), r=sin(4θ), and r=sin(5θ).
Now go to this Desmos link
 2 
www.desmos.com/calculator/lnuee2xfs4
and make more roses. What changes as you change the value of a? The value of n?
Solution.
The size of the rose increases directly with a. The value of n changes the number of petals. In particular, if n is odd, there will be n petals, and if n is even, there will be 2n petals.

Example 6.41.

Another noteworthy graph is the Archimedean spiral. This curve has the equation
r=θ
and is shown below. The general class of spirals is given by the expression
r=a+bθ
where a>0.
Figure 6.42. Three Archimedean spirals, r=θ, r=2θ+1, and r=0.4θ+3.
Now go to this Desmos link
 3 
www.desmos.com/calculator/vidpkpnryr
and make more spirals. What changes as you change the value of b? The value of a?
Solution.
The value of b controls how tight the spiral is. The value of a controls the “initial radius” of the spiral, namely the value of r when θ=0.

Subsection 6.3.3 Calculating Area using Polar Coordinates

First consider a circle of radius r as shown in the image below.
To find the area of a sector with angle θ, we calculate the fraction of the area of the sector compared to the area of the circle. Thus,
Area of Sector=θ2π(πr2)=12r2θ.
To find regions of more general shapes, we will consider slicing them into thin regions and approximating the areas of those regions with sectors.

Example 6.43.

Consider the function f(θ)=cos(2θ) and the region given by the graph of r=f(θ) on the interval 0θ2π (shown below).
How would we approximate the area of this region? Our normal strategy would be to cut the region into rectangles and take a Riemann sum of the areas of those rectangles, but because we are working in polar coordinates, it is more natural to approximate the region with the sectors of a circle. One such sector is drawn on the image. That sector has an angle of Δθ and a radius of f(θi), so
areasliceareasector=12(f(θi))2Δθ.
Taking the Riemann sum and taking the limit as Δθ0, we get that the area of the region is given by the integral αβ12(f(θ))2dθ.
For this particular function, the area contained by r=f(θ) on the interval 0θ2π is thus
02π12cos2(2θ)dθ=π2.
We summarize our finding here:

Area in Polar Coordinates.

For a curve r=f(θ) where f(θ)0, the area between the origin and the curve f(θ) from α to β is
Area=12θ=αθ=βf(θ)2 dθ.

Example 6.44.

Consider the Archimedean spiral given by r=θ. Find the area traced out in the first loop of the spiral (from θ=0 to θ=2π).
Hint.
Apply the formula in “Area in Polar Coordinates”.
Answer.
A=43π3.
Solution.
Since r=f(θ)=θ, then by the "Area in Polar Coordinates" formula,
A=12θ=0θ=2πθ2dθ=16θ3|θ=0θ=2π=43π3.

Example 6.45.

Consider the rose given by r=sin(4θ). Find the area traced out by the rose (the entire rose is traced out from θ=0 to θ=2π).
Hint.
Apply the formula in “Area in Polar Coordinates” and the trig identity sin2(x)=1212cos(2x).
Answer.
A=π2.
Solution.
Since r=f(θ)=sin(4θ), then by the "Area in Polar Coordinates" formula,
A=12θ=0θ=2π(sin(4θ))2dθ=12θ=0θ=2π(1212cos(8θ))dθ=12(12θ116sin(8θ))|θ=0θ=2π=π2.

Example 6.46.

Let f(θ)=θ and g(θ)=πθ, and consider the shark-fin shaped region traced out by the two Archimedean spirals r=f(θ) and r=g(θ) and the x-axis (shown below).
  1. Find the (r,θ)- and (x,y)-coordinates of the point where the curves meet.
  2. In Section 6.1, we approximated areas by taking either vertical or horizontal rectangles whose two ends were on different curves bounding the region. Would that method work to find the area of the shark-fin region? If so, set up and evaluate the integrals. If not, explain why not.
  3. In order to find the area of the shark fin, we will first find two other areas, then combine our answers. Set up and evaluate an integral that gives the area of the region bounded by r=f(θ) and the y-axis.
  4. In order to find the area of the shark fin, we will first find two other areas, then combine our answers. Set up and evaluate an integral that gives the area of the region bounded by r=g(θ), the y-axis, and the x-axis.
  5. Combine your answers to the previous parts to find the area of the shark-fin shaped region.
Hint.
  1. Solve the equation f(θ)=r=g(θ).
  2. Neither vertical nor horizontal rectangles would produce an easy integral.
  3. Apply the formula in “Area in Polar Coordinates”.
  4. Apply the formula in “Area in Polar Coordinates”.
  5. How can you combine the regions in parts (c) and (d) to make the shark-fin shaped region?
Answer.
  1. (r,θ)=(π2,π2). (x,y)=(0,π2).
  2. Neither vertical nor horizontal rectangles would produce an easy integral.
  3. A=π348.
  4. A=7π348.
  5. A=π38.
Solution.
  1. The curves meet when f(θ)=r=g(θ), so when θ=πθ, which is at θ=π2. Plugging back into f(θ) or g(θ) gives that r=π2. Thus the (r,θ)-coordinates are (π2,π2).
    The (x,y)-coordinates can be found by x=rcos(θ), y=rsin(θ), so (x,y)=(0,π2).
  2. Neither vertical nor horizontal rectangles would produce an easy integral. For vertical rectangles, near the y-axis, both ends of the rectangles would be on the curve r=f(θ), which would make the integral hard to set up and evaluate. For horizontal rectangles, near the top of the region, both ends of the rectangles would be on the curve r=g(θ), which would make the integral hard to set up and evaluate.
  3. This region goes from θ=0 to θ=π2, so its area is given by
    A=120π2(f(θ))2dθ=120π2θ2dθ=16θ3|0π2=π348.
  4. This region goes from θ=0 to θ=π2, so its area is given by
    A=120π2(g(θ))2dθ=120π2(πθ)2dθ=16(πθ)3|0π2=(π48)+π36=7π348.
  5. The shark-fin shaped region is made from the region in (d) minus the region in (c), so its area is
    A=7π348π348=π38.

Subsection 6.3.4 Slope and Arc Length with Polar Coordinates

We can think of a curve r=f(θ) in terms of x and y by using x=rcos(θ) and y=rsin(θ). In this way, the curve may be seen as being parametrized by θ. Thus, we may use the formulas for slope and arc length of parametric equations to obtain formulas for slope and arc length in polar coordinates.

Slope in Polar Coordinates.

The slope of a curve r=f(θ) is
dydx=(dydθ)(dxdθ).

Arc Length in Polar Coordinates.

The arc length of the curve r=f(θ), where x=rcos(θ) and y=rsin(θ), is
Arc Length=θ=αθ=β(dxdθ)2+(dydθ)2dθ.

Example 6.47.

Let f(θ)=2θ+3, and consider the Archimedean spiral given by the equation r=f(θ) for 0θ2π. The spiral is shown below.
  1. The point labelled "A" is at θ=3π/4. Find the (x,y)-coordinates of A and the slope of the tangent line there.
  2. The point labelled "B" is at θ=7π/4. Find the (x,y)-coordinates of B and the slope of the tangent line there.
  3. Find the length of the piece of the spiral in the third quadrant. (You may wish to use a computer or calculator to numerically evaluate the integral.)
Hint.
  1. You will need to evaluate dxdθ and dydθ at A.
  2. You will need to evaluate dxdθ and dydθ at B.
  3. Find dxdθ and dydθ and use the arc length formula in "Arc Length in Polar Coordinates".
Answer.
  1. dydx0.588.
  2. dydx0.7499.
  3. Arc Length 17.33.
Solution.
  1. Since r=2θ+3, x=rcos(θ), and y=rsin(θ), and θ=3π4 at A, then
    r=3π2+3,x=(3π2+3)(22)5.45, andy=(3π2+3)(22)5.45.
    Now to find dydx we write
    x=rcos(θ)=(2θ+3)cos(θ)y=rsin(θ)=(2θ+3)sin(θ).
    Thus, taking ddθ[x] and ddθ[y] and applying the product rule, we get
    dxdθ=2cos(θ)+(2θ+3)(sin(θ))dydθ=2sin(θ)+(2θ+3)(cos(θ)).
    Finally, plugging in θ=3π4 gives
    dydx=(dydθ)(dxdθ)=2sin(θ)+(2θ+3)(cos(θ))2cos(θ)+(2θ+3)(sin(θ))0.588.
  2. Since r=2θ+3, x=rcos(θ), and y=rsin(θ), and θ=7π4 at B, then
    r=7π2+3,x=(7π2+3)(22)9.89, andy=(7π2+3)(22)9.89.
    We note that
    dydx=2sin(θ)+(2θ+3)(cos(θ))2cos(θ)+(2θ+3)(sin(θ)),
    as in part (a). Thus, plugging in θ=7π4 gives
    dydx0.7499.
  3. Note that the third quadrant is from θ=π to θ=3π2. Using our computations from part (a), we know that
    dxdθ=2cos(θ)+(2θ+3)(sin(θ))dydθ=2sin(θ)+(2θ+3)(cos(θ)).
    Now, plugging into the arc length formula for a parametric equation, we get that
    Arc Length=π3π2(dxdθ)2+(dxdθ)2dθ=π3π2(2cos(θ)+(2θ+3)(sin(θ)))2+(2sin(θ)+(2θ+3)(cos(θ)))2dθ17.33.

Subsection 6.3.5 Summary

  • To find the area of a region bounded by a polar curve, we think of the region as being sliced up into thin circle sectors. The exact area of the region bounded by r=f(θ) between θ=α and θ=β is
    Area=12θ=αθ=β(f(θ))2dθ.
  • To find the area of a region bounded by two polar curves, we subtract the smaller area from the larger one. If the two curves are r=f(θ) and r=g(θ), where f(θ)g(θ), between θ=α and θ=β, then the exact area is
    Area=12θ=αθ=β(f(θ))2dθ12θ=αθ=β(g(θ))2dθ=12θ=αθ=β(f(θ))2(g(θ))2dθ.
  • To compute slope and arc length of a curve in polar coordinates, we treat the curve as a parametric function of θ and use the parametric slope and arc length formulae:
    dydx=(dydθ)(dxdθ),
    Arc Length=θ=αθ=β(dxdθ)2+(dydθ)2dθ.

Exercises 6.3.6 Exercises

1. Converting Coordinates: Polar to Cartesian.

Convert the polar coordinates below to Cartesian coordinates. Give exact answers.
A. (5,π/3)= ( , )
B. (1,π)= ( , )

2. Converting Coordinates: Cartesian to Polar.

Convert the Cartesian coordinates below to polar coordinates. Give an angle θ in the range 0<θ2π, and take r>0.
A. (0,7)= ( , )
B. (32,12)= ( , )

3. Converting Coordinates: Both Directions.

Convert the following
  1. Convert the polar coordinates (r,θ)=(2,π) to Cartesian coordinates.
  2. Convert the Cartesian coordinates (x,y)=(0,4) to polar coordinates.

4. Describing a Polar Region.

Give inequalities for r and θ which describe the region below in polar coordinates.
(Click on the graph for a larger version.)
The two arcs shown are circular, and the region is between the two arcs and between the y-axis and line graphed, which is y=x.
r
θ
(Write infinity to indicate a boundary at infinity.)

5. Describing a Polar Region as a Function of θ.

Give inequalities for r and θ which describe the region below in polar coordinates.
(Click on the graph for a larger version.)
The arc shown is circular, and the region extends indefinitely in the y-direction.
r
θ
(Write infinity to indicate a boundary at infinity, and use t for θ if necessary.)

6. Area Inside a Cardioid.

Find the area inside the cardioid r=3+3cosθ for 0θ2π.
Area =

7. Area in a Region Defined by Two Curves.

Find the area lying outside r=6cosθ and inside r=3+3cosθ.
Area =

8. Slope on a Polar Curve 1.

Consider the polar curve given by r=6θ2. Find the slope of the curve at θ=π4,π,2π and 7π3.

9. Slope on a Polar Curve 2.

Consider the rose given by r=sin(3θ) for 0θπ. Find all the points on this curve where y=12 and find the slopes at all of those points. (Hint: To find the points, use the trigonometric identity sin(3θ)=3sin(θ)4sin(θ)3), rewrite the equation to be equal to 0, and then consider it as a polynomial of sin2(θ), and use that to solve for 4 values of θ. Or, graph the rose and the line y=12 on a graphing calculator and find the intersection points.)

10. Arc Length of a Polar Curve 1.

Consider the polar curve given by r=6θ2. Find the length of the curve on the intervals π2θ3π2, 0θ2π, and 2πθ4π.

11. Arc Length of a Polar Curve 2.

Consider the rose given by r=11cos(5θ), which traces out a 5-petal rose over the interval 0θπ. Find the length of the curve along its entire path, and then find the length of the curve along a single petal.