7.4: Area and Arc Length in Polar Coordinates
- Last updated
- Jan 20, 2020
- Save as PDF
- Page ID
- 33836
( \newcommand{\kernel}{\mathrm{null}\,}\)
Learning Objectives
- Apply the formula for area of a region in polar coordinates.
- Determine the arc length of a polar curve.
In the rectangular coordinate system, the definite integral provides a way to calculate the area under a curve. In particular, if we have a function y=f(x) defined from x=a to x=b where f(x)>0 on this interval, the area between the curve and the x-axis is given by
A=∫baf(x)dx.
This fact, along with the formula for evaluating this integral, is summarized in the Fundamental Theorem of Calculus. Similarly, the arc length of this curve is given by
L=∫ba√1+(f′(x))2dx.
In this section, we study analogous formulas for area and arc length in the polar coordinate system.
Areas of Regions Bounded by Polar Curves
We have studied the formulas for area under a curve defined in rectangular coordinates and parametrically defined curves. Now we turn our attention to deriving a formula for the area of a region bounded by a polar curve. Recall that the proof of the Fundamental Theorem of Calculus used the concept of a Riemann sum to approximate the area under a curve by using rectangles. For polar curves we use the Riemann sum again, but the rectangles are replaced by sectors of a circle.
Consider a curve defined by the function r=f(θ), where α≤θ≤β. Our first step is to partition the interval [α,β] into n equal-width subintervals. The width of each subinterval is given by the formula Δθ=(β−α)/n, and the ith partition point θi is given by the formula θi=α+iΔθ. Each partition point θ=θi defines a line with slope tanθi passing through the pole as shown in the following graph.
The line segments are connected by arcs of constant radius. This defines sectors whose areas can be calculated by using a geometric formula. The area of each sector is then used to approximate the area between successive line segments. We then sum the areas of the sectors to approximate the total area. This approach gives a Riemann sum approximation for the total area. The formula for the area of a sector of a circle is illustrated in the following figure.
Recall that the area of a circle is A=πr2. When measuring angles in radians, 360 degrees is equal to 2π radians. Therefore a fraction of a circle can be measured by the central angle θ. The fraction of the circle is given by θ2π, so the area of the sector is this fraction multiplied by the total area:
A=(θ2π)πr2=12θr2.
Since the radius of a typical sector in Figure 7.4.1 is given by ri=f(θi), the area of the ith sector is given by
Ai=12(Δθ)(f(θi))2.
Therefore a Riemann sum that approximates the area is given by
An=n∑i=1Ai≈n∑i=112(Δθ)(f(θi))2.
We take the limit as n→∞ to get the exact area:
A=limn→∞An=12∫βα(f(θ))2dθ.
This gives the following theorem.
Area of a Region Bounded by a Polar Curve
Suppose f is continuous and nonnegative on the interval α≤θ≤β with 0<β−α≤2π. The area of the region bounded by the graph of r=f(θ) between the radial lines θ=α and θ=β is
A=12∫βα[f(θ)]2dθ=12∫βαr2dθ.
Example 7.4.1: Finding an Area of a Polar Region
Find the area of one petal of the rose defined by the equation r=3sin(2θ).
Solution
The graph of r=3sin(2θ) follows.

When θ=0 we have r=3sin(2(0))=0. The next value for which r=0 is θ=π/2. This can be seen by solving the equation 3sin(2θ)=0 for θ. Therefore the values θ=0 to θ=π/2 trace out the first petal of the rose. To find the area inside this petal, use Equation 7.4.8 with f(θ)=3sin(2θ),α=0, and β=π/2:
A=12∫βα[f(θ)]2dθ=12∫π/20[3sin(2θ)]2dθ=12∫π/209sin2(2θ)dθ.
To evaluate this integral, use the formula sin2α=(1−cos(2α))/2 with α=2θ:
A=12∫π/209sin2(2θ)dθ=92∫π/20(1−cos(4θ))2dθ=94(∫π/201−cos(4θ)dθ)=94(θ−sin(4θ)4∣π/20=94(π2−sin2π4)−94(0−sin4(0)4)=9π8
Exercise 7.4.1
Find the area inside the cardioid defined by the equation r=1−cosθ.
- Hint
-
Use Equation 7.4.8. Be sure to determine the correct limits of integration before evaluating.
- Answer
-
A=3π/2
Example 7.4.1 involved finding the area inside one curve. We can also use Equation 7.4.8 to find the area between two polar curves. However, we often need to find the points of intersection of the curves and determine which function defines the outer curve or the inner curve between these two points.
Example 7.4.2: Finding the Area between Two Polar Curves
Find the area outside the cardioid r=2+2sinθ and inside the circle r=6sinθ.
Solution
First draw a graph containing both curves as shown.

To determine the limits of integration, first find the points of intersection by setting the two functions equal to each other and solving for θ:
6sinθ=2+2sinθ4sinθ=2sinθ=12.
This gives the solutions θ=π6 and θ=5π6, which are the limits of integration. The circle r=3sinθ is the red graph, which is the outer function, and the cardioid r=2+2sinθ is the blue graph, which is the inner function. To calculate the area between the curves, start with the area inside the circle between θ=π6 and θ=5π6, then subtract the area inside the cardioid between θ=π6 and θ=5π6:
A=circle−cardioid
=12∫5π/6π/6[6sinθ]2dθ−12∫5π/6π/6[2+2sinθ]2dθ
=12∫5π/6π/636sin2θdθ−12∫5π/6π/64+8sinθ+4sin2θdθ
=18∫5π/6π/61−cos(2θ)2dθ−2∫5π/6π/61+2sinθ+1−cos(2θ)2dθ
=9[θ−sin(2θ)2]5π/6π/6−2[3θ2−2cosθ−sin(2θ)4]5π/6π/6
=9(5π6−sin(10π/6)2)−9(π6−sin(2π/6)2)−(3(5π6)−4cos5π6−sin(10π/6)2)+(3(π6)−4cosπ6−sin(2π/6)2)
=4π.
Exercise 7.4.2
Find the area inside the circle r=4cosθ and outside the circle r=2.
- Hint
-
Use Equation 7.4.8 and take advantage of symmetry.
- Answer
-
A=4π3+2√3
In Example 7.4.2 we found the area inside the circle and outside the cardioid by first finding their intersection points. Notice that solving the equation directly for θ yielded two solutions: θ=π6 and θ=5π6. However, in the graph there are three intersection points. The third intersection point is the origin. The reason why this point did not show up as a solution is because the origin is on both graphs but for different values of θ. For example, for the cardioid we get
2+2sinθ=0sinθ=−1,.
so the values for θ that solve this equation are θ=3π2+2nπ, where n is any integer. For the circle we get
6sinθ=0.
The solutions to this equation are of the form θ=nπ for any integer value of n. These two solution sets have no points in common. Regardless of this fact, the curves intersect at the origin. This case must always be taken into consideration.
Arc Length in Polar Curves
Here we derive a formula for the arc length of a curve defined in polar coordinates. In rectangular coordinates, the arc length of a parameterized curve (x(t),y(t)) for a≤t≤b is given by
L=∫ba√(dxdt)2+(dydt)2dt.
In polar coordinates we define the curve by the equation r=f(θ), where α≤θ≤β. In order to adapt the arc length formula for a polar curve, we use the equations
x=rcosθ=f(θ)cosθ
and
y=rsinθ=f(θ)sinθ,
and we replace the parameter t by θ. Then
dxdθ=f′(θ)cosθ−f(θ)sinθ
dydθ=f′(θ)sinθ+f(θ)cosθ.
We replace dt by dθ, and the lower and upper limits of integration are α and β, respectively. Then the arc length formula becomes
L=∫ba√(dxdt)2+(dydt)2dt=∫βα√(dxdθ)2+(dydθ)2dθ=∫βα√(f′(θ)cosθ−f(θ)sinθ)2+(f′(θ)sinθ+f(θ)cosθ)2dθ=∫βα√(f′(θ))2(cos2θ+sin2θ)+(f(θ))2(cos2θ+sin2θ)dθ=∫βα√(f′(θ))2+(f(θ))2dθ=∫βα√r2+(drdθ)2dθ
This gives us the following theorem.
Arc Length of a Curve Defined by a Polar Function
Let f be a function whose derivative is continuous on an interval α≤θ≤β. The arc length of the graph of r=f(θ) from θ=α to θ=β is
L=∫βα√[f(θ)]2+[f′(θ)]2dθ=∫βα√r2+(drdθ)2dθ.
Example 7.4.3: Finding the Arc Length of a cardioid
Find the arc length of the cardioid r=2+2cosθ.
Solution
When θ=0,r=2+2cos0=4. Furthermore, as θ goes from 0 to 2π, the cardioid is traced out exactly once. Therefore these are the limits of integration. Using f(θ)=2+2cosθ,α=0, and β=2π, Equation 7.4.21 becomes
L=∫βα√[f(θ)]2+[f′(θ)]2dθ=∫2π0√[2+2cosθ]2+[−2sinθ]2dθ=∫2π0√4+8cosθ+4cos2θ+4sin2θdθ=∫2π0√4+8cosθ+4(cos2θ+sin2θ)dθ=∫2π0√8+8cosθdθ=2∫2π0√2+2cosθdθ.
Next, using the identity cos(2α)=2cos2α−1, add 1 to both sides and multiply by 2. This gives 2+2cos(2α)=4cos2α. Substituting α=θ/2 gives 2+2cosθ=4cos2(θ/2), so the integral becomes
L=2∫2π0√2+2cosθdθ=2∫2π0√4cos2(θ2)dθ=4∫2π0∣cos(θ2)∣dθ.
The absolute value is necessary because the cosine is negative for some values in its domain. To resolve this issue, change the limits from 0 to π and double the answer. This strategy works because cosine is positive between 0 and π2. Thus,
L=4∫2π0∣cos(θ2)∣dθ=8∫π0cos(θ2)dθ=8(2sin(θ2)∣π0=16
Exercise 7.4.3
Find the total arc length of the graph of r=3sinθ.
- Hint
-
Use Equation 7.4.21. To determine the correct limits, make a table of values.
- Answer
-
s=3π
Key Concepts
- The area of a region in polar coordinates defined by the equation r=f(θ) with α≤θ≤β is given by the integral A=12∫βα[f(θ)]2dθ.
- To find the area between two curves in the polar coordinate system, first find the points of intersection, then subtract the corresponding areas.
- The arc length of a polar curve defined by the equation r=f(θ) with α≤θ≤β is given by the integral L=∫βα√[f(θ)]2+[f′(θ)]2dθ=∫βα√r2+(drdθ)2dθ.
Key Equations
- Area of a region bounded by a polar curve A=12∫βα[f(θ)]2dθ=12∫βαr2dθ
- Arc length of a polar curve L=∫βα√[f(θ)]2+[f′(θ)]2dθ=∫βα√r2+(drdθ)2dθ