- Calculate the area of regions when they’re described in polar coordinates
- Find the length of a curve that’s given in polar form
Areas of Regions Bounded by Polar Curves
The Main Idea
Instead of rectangles like in rectangular coordinates, polar area calculations use circular sectors as building blocks. This shift in perspective leads to a formula that looks quite different from the standard [latex]\int f(x) dx[/latex].
The key formula: For a polar curve [latex]r = f(\theta)[/latex] from [latex]\theta = \alpha[/latex] to [latex]\theta = \beta[/latex]: [latex]A = \frac{1}{2}\int_{\alpha}^{\beta} r^2 d\theta[/latex]
Why the [latex]\frac{1}{2}[/latex]? It comes from the sector area formula [latex]A = \frac{1}{2}\theta r^2[/latex]. Each tiny sector has area [latex]\frac{1}{2}(\Delta\theta)(r_i)^2[/latex], and when we take the limit, that [latex]\frac{1}{2}[/latex] factor stays.
Don’t forget to square [latex]r[/latex]! This is probably the most common mistake. You’re integrating [latex]r^2[/latex], not just [latex]r[/latex].
For areas between two curves: [latex]A = \frac{1}{2}\int_{\alpha}^{\beta} [r_{outer}^2 - r_{inner}^2] d\theta[/latex]
Finding intersection points: Set [latex]r_1(\theta) = r_2(\theta)[/latex] and solve. But watch out—curves can intersect at the origin even when this algebraic approach finds no common solutions, because they might pass through the origin at different [latex]\theta[/latex] values.
Problem-Solving Strategy:
- Sketch both curves to visualize the region
- Find intersection points (including checking the origin separately)
- Determine which curve is outer vs. inner in each region
- Set up the integral with the correct limits
You’ll often need [latex]\sin^2\theta = \frac{1 - \cos(2\theta)}{2}[/latex] to evaluate integrals involving [latex]\sin^2\theta[/latex].
Find the area inside the cardioid defined by the equation [latex]r=1-\cos\theta[/latex].
Find the area inside the circle [latex]r=4\cos\theta[/latex] and outside the circle [latex]r=2[/latex].
Arc Length in Polar Curves
The Main Idea
Finding the length of a polar curve uses the same fundamental approach as rectangular curves, but the formula looks different because we’re working with [latex]r[/latex] and [latex]\theta[/latex] instead of [latex]x[/latex] and [latex]y[/latex].
The key formula: For a polar curve [latex]r = f(\theta)[/latex] from [latex]\theta = \alpha[/latex] to [latex]\theta = \beta[/latex]: [latex]L = \int_{\alpha}^{\beta} \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2} d\theta[/latex]
We treat the polar curve as a parametric curve with [latex]x = r\cos\theta[/latex] and [latex]y = r\sin\theta[/latex], then apply the parametric arc length formula. When we work through the derivatives and simplify using [latex]\cos^2\theta + \sin^2\theta = 1[/latex], we get elegant polar form.
You need both the function [latex]r = f(\theta)[/latex] and its derivative [latex]\frac{dr}{d\theta}[/latex]. The formula combines the “radial component” [latex]r[/latex] with the “angular component” [latex]\frac{dr}{d\theta}[/latex] to capture how the curve stretches as you move around it.
Don’t forget to square both terms under the square root: it’s [latex]r^2 + \left(\frac{dr}{d\theta}\right)^2[/latex], not [latex]r + \frac{dr}{d\theta}[/latex].
Common trigonometric strategies:
- Use identities like [latex]\cos(2\alpha) = 2\cos^2\alpha - 1[/latex] to simplify expressions
- Take advantage of symmetry to reduce integration limits and multiply by an appropriate factor
Find the total arc length of [latex]r=3\sin\theta[/latex].