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 12r2โ€‰dฮธ\frac{1}{2}r^2\,d\theta. Summing up all those slices from angle aa to angle bb gives the polar area formula:

A=12โˆซabr2โ€‰dฮธ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=12โˆซ02ฯ€(1+cosโกฮธ)2โ€‰dฮธA = \frac{1}{2}\int_0^{2\pi}(1+\cos\theta)^2\,d\theta

Expand: (1+cosโกฮธ)2=1+2cosโกฮธ+cosโก2ฮธ(1+\cos\theta)^2 = 1 + 2\cos\theta + \cos^2\theta

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

A=12โ‹…32โ‹…2ฯ€=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=12โˆซab(rout2โˆ’rin2)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ฮธ)2โ€‰dฮธ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+1โ€‰dฮธL = \int_0^{2\pi}\sqrt{\theta^2+1}\,d\theta

This requires a trig substitution (ฮธ=tanโกu\theta = \tan u) or the formula โˆซฮธ2+1โ€‰dฮธ=12(ฮธฮธ2+1+sinhโกโˆ’1ฮธ)\int\sqrt{\theta^2+1}\,d\theta = \frac{1}{2}\left(\theta\sqrt{\theta^2+1}+\sinh^{-1}\theta\right). Evaluating gives Lโ‰ˆ21.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: yโˆ’y0=m(xโˆ’x0)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).