Geometric Calculations of Polar Curves

Learning Outcomes

  • Apply the formula for area of a region in polar coordinates
  • Determine the arc length of a polar curve

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.

On the polar coordinate plane, a curve is drawn in the first quadrant, and there are rays from the origin that intersect this curve at a regular interval. Every time one of these rays intersects the curve, a perpendicular line is made from the ray to the next ray. The first instance of a ray-curve intersection is labeled θ = α; the last instance is labeled θ = β. The intervening ones are marked θ1, θ2, …, θn−1.

Figure 1. A partition of a typical curve in polar coordinates.

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.

A circle is drawn with radius r and a sector of angle θ. It is noted that A = (1/2) θ r2.

Figure 2. The area of a sector of a circle is given by A=12θr2.

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 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=i=1nAii=1n12(Δθ)(f(θi))2.

 

We take the limit as n to get the exact area:

A=limnAn=12αβ(f(θ))2dθ.

 

This gives the following theorem.

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

 

Recall: Solving Trigonometric Equations

Follow the process below to solve trigonometric equations.

  1. Use trigonometric identities to rewrite the expression in terms of a single trigonometric function, if necessary.
  2. Use algebra to isolate the trigonometric expression.
  3. Identify all angles on the unit circle that satisfy the equation.
  4. Note the period of the function to state all possible solutions for the angle.
  5. Solve for the variable in the angle expression, and identify the angles that lie within the desired interval.

For example, to solve the equation 1+3cos2θ=5cos2θ on the interval [0,2π)

  • Subtract the 3cos2θ term and then divide both sides of the equation by 2:

cos2θ=12

  • There are two angles on the unit circle where cosine is 12:

2θ=π3 and 2θ=5π3

  • Since cosx has a period of 2π, all possible solutions are given by:

2θ=π3+2πk,2θ=5π3+2πk for any integer k.

  • Divide by 2 to isolate θ:

θ=π6+πk,θ=5π6+πk for any integer k

  • The possible values for k that result in angles within the interval [0,2π) are k=0and1, yielding the solution:

θ=π6,5π6,7π6,11π6

 

Example: Finding an Area of a Polar Region

Find the area of one petal of the rose defined by the equation r=3sin(2θ).

Watch the following video to see the worked solution to Example: Finding an Area of a Polar Region.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.4 Area and Arc Length in Polar Coordinates” here (opens in new window).

Try It

try it

Find the area inside the cardioid defined by the equation r=1cosθ.

The previous example involved finding the area inside one curve. We can also use Area of a Region Bounded by a Polar Curve 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: Finding the Area between Two Polar Curves

Find the area outside the cardioid r=2+2sinθ and inside the circle r=6sinθ.

Watch the following video to see the worked solution to Example: Finding the Area between Two Polar Curves.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.4 Area and Arc Length in Polar Coordinates” here (opens in new window).

try it

Find the area inside the circle r=4cosθ and outside the circle r=2.

In the previous example 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 atb is given by

L=ab(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θandy=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=ab(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.

theorem: Arc Length of a Curve Defined by a Polar Function


Let f be a function whose derivative is continuous on an interval αθβ. The length of the graph of r=f(θ) from θ=α to θ=β is

L=αβ[f(θ)]2+[f(θ)]2dθ=αβr2+(drdθ)2dθ.

 

Example: finding the arc length of a polar curve

Find the arc length of the cardioid r=2+2cosθ.

Watch the following video to see the worked solution to Example: finding the arc length of a polar curve.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.4 Area and Arc Length in Polar Coordinates” here (opens in new window).

try it

Find the total arc length of r=3sinθ.

Try It