Finding the area of regions bounded by two polar curves — AP Calculus BC
1. Finding Intersection Points of Two Polar Curves ★★☆☆☆ ⏱ 3 min
Before you can calculate the area of a bounded region between two polar curves, you must first find all intersection points to identify the $\theta$-values that bound your region of interest. Unlike Cartesian curves, polar curves can intersect at two distinct types of points: points that satisfy both equations for the same values of $(r, \theta)$, and the pole (origin), which can be reached by both curves at different values of $\theta$, so it is often missed.
- Set $r_1(\theta) = r_2(\theta)$ and solve for $\theta$ over the interval $0 \leq \theta < 2\pi$.
- Check if each curve passes through the pole separately: if $r_1(\theta_1) = 0$ for some $\theta_1$ and $r_2(\theta_2) = 0$ for some $\theta_2$, the pole is an intersection even if it does not appear when solving $r_1 = r_2$.
Exam tip: Always check the pole as an intersection, even if solving $r_1 = r_2$ gives no solutions. Roughly 1 in 3 AP polar area problems require this check to get correct integral bounds.
2. Area When One Curve Is Entirely Inside Another ★★☆☆☆ ⏱ 4 min
The most common problem type on the AP exam is finding the area of a region inside a larger outer curve and entirely outside a smaller inner curve, where the entire inner curve lies inside the outer curve for all values of $\theta$. This case is simpler than overlapping intersecting curves because you do not need to split the integral into multiple intervals. The formula derives from subtracting the area of the inner curve from the area of the outer curve:
A = \frac{1}{2}\int_{0}^{2\pi} \left( \left[r_{\text{out}}(\theta)\right]^2 - \left[r_{\text{in}}(\theta)\right]^2 \right) d\theta
The $\frac{1}{2}$ factor comes from the area of an infinitesimal polar sector, which is $\frac{1}{2}r^2 d\theta$. Because the inner curve is smaller than the outer curve for all $\theta$, the integrand $r_{\text{out}}^2 - r_{\text{in}}^2$ is always positive, so no absolute value or splitting is needed.
Exam tip: Always confirm that one curve is entirely inside another before using this single-integral formula. If any part of the inner curve extends outside the outer curve, you will need to split the integral at intersection points.
3. Area of Overlapping Intersecting Polar Curves ★★★☆☆ ⏱ 5 min
When two polar curves cross each other (neither is entirely inside the other), the bounded region between them is split into intervals where one curve is the outer radius and the other is the inner radius. For these cases, you must split the integral at each intersection point, and use the outer radius for each interval. The general formula for the area of a region bounded by two intersecting curves is:
A = \sum_{i=0}^{n-1} \frac{1}{2}\int_{\theta_i}^{\theta_{i+1}} \left( \left[r_{\text{out}}(\theta)\right]^2 - \left[r_{\text{in}}(\theta)\right]^2 \right) d\theta
Symmetry is often used to simplify calculations by cutting the interval in half and doubling the result, which reduces the chance of arithmetic error.
Exam tip: Use symmetry to cut your work in half on the AP exam. Most polar curves are symmetric across the x-axis or y-axis, so you can avoid integrating over a full $0$ to $2\pi$ interval.
Common Pitfalls
Why: Students assume all intersections come from solving $r_1 = r_2$, but the pole can be an intersection even if it does not appear in that solution set.
Why: Students confuse polar area with Cartesian area, where you subtract the functions directly. Polar area relies on the area of a sector, which depends on the square of the radius.
Why: Students assume one curve is larger everywhere just because it is larger at some angles.
Why: Students default to $0$ to $2\pi$ for all closed polar curves, but even $n$ roses trace all petals over $0$ to $\pi$.
Why: Students memorize the area formula but forget that squaring the trigonometric polar function requires simplification before integration.