Fiveable

Calculus II Unit 7 Review

QR code for Calculus II practice questions

7.4 Area and Arc Length in Polar Coordinates

7.4 Area and Arc Length in Polar Coordinates

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus II
Unit & Topic Study Guides

Area in Polar Coordinates

Why the polar area formula looks different

In rectangular coordinates, you find area by stacking thin vertical rectangles. In polar coordinates, you're sweeping out thin "pie slices" (sectors) from the origin. Each tiny sector has radius rr and angular width dθd\theta, giving it an area of 12r2dθ\frac{1}{2}r^2\,d\theta. Summing up all those slices from angle aa to angle bb gives the polar area formula:

A=12abr2dθA = \frac{1}{2}\int_a^b r^2\,d\theta

How to find the area enclosed by a polar curve

  1. Identify the curve and limits. Write down r=f(θ)r = f(\theta) and determine the range of θ\theta that traces the region exactly once. Sketch the curve if you can.
  2. Substitute into the formula. Replace rr with f(θ)f(\theta) inside the integral.
  3. Expand and evaluate. Expand r2r^2, then integrate term by term. Trig identities (especially power-reduction identities) come up constantly here.

Example: Area of the cardioid r=1+cosθr = 1 + \cos\theta

The cardioid traces out once as θ\theta goes from 00 to 2π2\pi:

A=1202π(1+cosθ)2dθA = \frac{1}{2}\int_0^{2\pi}(1+\cos\theta)^2\,d\theta

Expand: (1+cosθ)2=1+2cosθ+cos2θ(1+\cos\theta)^2 = 1 + 2\cos\theta + \cos^2\theta

Use the identity cos2θ=1+cos2θ2\cos^2\theta = \frac{1+\cos 2\theta}{2} to rewrite the integrand as 32+2cosθ+cos2θ2\frac{3}{2} + 2\cos\theta + \frac{\cos 2\theta}{2}. The cosθ\cos\theta and cos2θ\cos 2\theta terms integrate to zero over a full period, leaving:

A=12322π=3π2A = \frac{1}{2}\cdot\frac{3}{2}\cdot 2\pi = \frac{3\pi}{2}

Area between two polar curves

When you need the area between an outer curve routr_{\text{out}} and an inner curve rinr_{\text{in}}:

A=12ab(rout2rin2)dθA = \frac{1}{2}\int_a^b\left(r_{\text{out}}^2 - r_{\text{in}}^2\right)d\theta

The key steps:

  1. Find intersection points by setting r1=r2r_1 = r_2 and solving for θ\theta. These angles become your limits of integration. Also check the origin separately, since both curves can pass through r=0r = 0 at different angles.
  2. Determine which curve is farther from the origin on each interval. Plug in a test angle if you're unsure.
  3. Set up and evaluate the integral on each sub-interval, then add the pieces.

Be careful: polar intersections can be tricky. Two curves might meet at the origin even though r=0r = 0 occurs at different θ\theta values for each curve. Always check the origin as a potential intersection point by seeing whether each curve passes through it.

Area calculation for polar regions, Area and Arc Length in Polar Coordinates · Calculus

Arc Length in Polar Coordinates

The arc length formula

For a polar curve r=f(θ)r = f(\theta) traced from θ=a\theta = a to θ=b\theta = b, the arc length is:

L=abr2+(drdθ)2dθL = \int_a^b\sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2}\,d\theta

This formula comes from the parametric arc length formula after converting x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta and simplifying.

How to compute arc length step by step

  1. Write down r=f(θ)r = f(\theta) and the interval [a,b][a, b].
  2. Compute drdθ\frac{dr}{d\theta}.
  3. Build the integrand: form r2+(drdθ)2r^2 + \left(\frac{dr}{d\theta}\right)^2, simplify, and take the square root.
  4. Evaluate the integral. Many polar arc length integrals don't simplify to elementary functions, so expect to use trig identities, substitution, or numerical methods.

Example: Spiral of Archimedes r=θr = \theta, from θ=0\theta = 0 to θ=2π\theta = 2\pi

  • drdθ=1\frac{dr}{d\theta} = 1
  • Integrand: θ2+1\sqrt{\theta^2 + 1}
  • L=02πθ2+1dθL = \int_0^{2\pi}\sqrt{\theta^2+1}\,d\theta

This requires a trig substitution (θ=tanu\theta = \tan u) or the formula θ2+1dθ=12(θθ2+1+sinh1θ)\int\sqrt{\theta^2+1}\,d\theta = \frac{1}{2}\left(\theta\sqrt{\theta^2+1}+\sinh^{-1}\theta\right). Evaluating gives L21.26L \approx 21.26 units.

Curves with multiple pieces: Some curves, like the lemniscate r2=cos(2θ)r^2 = \cos(2\theta), only exist where the right side is non-negative. The lemniscate has two loops. Find the arc length of one loop using the appropriate θ\theta-interval, then multiply by 2 for the total.

Area calculation for polar regions, Double Integrals in Polar Coordinates · Calculus

Analysis of Polar Curve Behavior

Finding intersection points

To find where two polar curves r1=f1(θ)r_1 = f_1(\theta) and r2=f2(θ)r_2 = f_2(\theta) meet:

  1. Set f1(θ)=f2(θ)f_1(\theta) = f_2(\theta) and solve for θ\theta.
  2. Substitute back into either equation to get the rr-values.
  3. Check the origin separately. If f1(α)=0f_1(\alpha) = 0 for some angle α\alpha and f2(β)=0f_2(\beta) = 0 for some (possibly different) angle β\beta, both curves pass through the origin even though they "arrive" there at different angles.

Example: r=2cosθr = 2\cos\theta and r=1+cosθr = 1 + \cos\theta

Setting them equal: 2cosθ=1+cosθ2\cos\theta = 1 + \cos\theta, so cosθ=1\cos\theta = 1, giving θ=0\theta = 0 (and r=2r = 2). That's only one algebraic solution. But r=2cosθr = 2\cos\theta passes through the origin at θ=π/2\theta = \pi/2, and r=1+cosθr = 1 + \cos\theta passes through the origin at θ=π\theta = \pi. So the origin is a second intersection point that you'd miss if you only solved the equation algebraically.

Tangent lines to polar curves

To find dydx\frac{dy}{dx} for a polar curve, convert to parametric form using x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta, then apply the chain rule:

dydx=dydθdxdθ=drdθsinθ+rcosθdrdθcosθrsinθ\frac{dy}{dx} = \frac{\frac{dy}{d\theta}}{\frac{dx}{d\theta}} = \frac{\frac{dr}{d\theta}\sin\theta + r\cos\theta}{\frac{dr}{d\theta}\cos\theta - r\sin\theta}

  1. Compute drdθ\frac{dr}{d\theta}.
  2. Plug rr, drdθ\frac{dr}{d\theta}, and θ0\theta_0 into the formula above to get the slope.
  3. Convert the point to rectangular coordinates: x0=r0cosθ0x_0 = r_0\cos\theta_0, y0=r0sinθ0y_0 = r_0\sin\theta_0.
  4. Write the tangent line using point-slope form: yy0=m(xx0)y - y_0 = m(x - x_0).

A horizontal tangent occurs when the numerator equals zero (and the denominator doesn't). A vertical tangent occurs when the denominator equals zero (and the numerator doesn't). If both are zero simultaneously, you need further analysis (L'Hôpital's rule or limits).

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →