# Finding the area of regions bounded by two polar curves

> AP Calculus BC · Unit 9: Parametric, Polar, and Vector-Valued Functions
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u9-finding-the-area-of-regions/

This guide covers finding intersection points of two polar curves, the general area formula for bounded regions between polar curves, and calculating areas of overlapping regions and regions where one curve lies entirely inside another, aligned to AP CED learning objectives.

**Prerequisites:** [Area of a single polar region](https://www.owlsprep.com/study/ap-calculus-bc-u9-area-single-polar-curve/); [Integration of trigonometric functions](https://www.owlsprep.com/study/ap-calculus-bc-u6-integration-trigonometric-functions/); [Basic polar coordinate properties](https://www.owlsprep.com/study/ap-calculus-bc-u9-introduction-to-polar-coordinates/)

## Learning objectives

- Find all intersection points of two polar curves including checking the pole
- Apply the area formula for regions between two polar curves
- Calculate area when one curve is entirely inside another
- Calculate area of overlapping intersecting polar curves
- Use symmetry to simplify polar area calculations

## Finding Intersection Points of Two Polar Curves

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.

1. Set $r_1(\theta) = r_2(\theta)$ and solve for $\theta$ over the interval $0 \leq \theta < 2\pi$.
2. 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$.

**Worked example:** Find all intersection points of the polar curves $r = 3\sin\theta$ and $r = 1 + \sin\theta$.

1. Set $r_1 = r_2$ and solve for $\theta$:
2. $$3\sin\theta = 1 + \sin\theta \implies 2\sin\theta = 1 \implies \sin\theta = \frac{1}{2}$$
3. Over $0 \leq \theta < 2\pi$, solutions are $\theta = \frac{\pi}{6}$ and $\theta = \frac{5\pi}{6}$.
4. Check for the pole as an intersection:
5. For $r = 3\sin\theta$, $r = 0$ when $\theta = 0$ and $\theta = \pi$. For $r = 1 + \sin\theta$, $r = 0$ only when $\sin\theta = -1$, so it never equals 0. The pole is not an intersection.
6. Final intersections: $\left( \frac{3}{2}, \frac{\pi}{6} \right)$ and $\left( \frac{3}{2}, \frac{5\pi}{6} \right)$.

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

## Area When One Curve Is Entirely Inside Another

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.

**Worked example:** Find the area of the region inside the circle $r = 5$ and outside the cardioid $r = 2(1 + \sin\theta)$. Confirm the cardioid is entirely inside the circle first.

1. Confirm the cardioid is entirely inside the circle: the maximum value of $r$ for the cardioid is $2(1 + 1) = 4 < 5$, so $r_{\text{in}} < r_{\text{out}}$ for all $\theta$, so we can use the single-integral formula.
2. Set up the area integral:
3. $$A = \frac{1}{2}\int_{0}^{2\pi} \left[ 5^2 - \left(2(1+\sin\theta)\right)^2 \right] d\theta$$
4. Simplify the integrand using the power-reduction identity $\sin^2\theta = \frac{1 - \cos 2\theta}{2}$:
5. $$25 - 4(1 + 2\sin\theta + \sin^2\theta) = 21 - 8\sin\theta - 4\sin^2\theta = 19 - 8\sin\theta + 2\cos 2\theta$$
6. Integrate and evaluate from $0$ to $2\pi$:
7. $$A = \frac{1}{2} \left[ 19\theta + 8\cos\theta + \sin 2\theta \right]_0^{2\pi} = \frac{1}{2} \left( 38\pi \right) = 19\pi$$

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

## Area of Overlapping Intersecting Polar Curves

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.

**Worked example:** Find the area of the region that lies inside both $r = 2\cos\theta$ and $r = 1$.

1. Intersections are at $\theta = \frac{\pi}{3}$ and $\theta = \frac{5\pi}{3}$, with no intersection at the pole. By symmetry across the x-axis, we calculate twice the area for $0 \leq \theta \leq \frac{\pi}{2}$: for $0 \leq \theta \leq \frac{\pi}{3}$, the outer curve is $r = 2\cos\theta$; for $\frac{\pi}{3} \leq \theta \leq \frac{\pi}{2}$, the outer curve is $r = 1$.
2. Set up the symmetric integral:
3. $$A = 2\left( \frac{1}{2}\int_{0}^{\frac{\pi}{3}} (2\cos\theta)^2 d\theta + \frac{1}{2}\int_{\frac{\pi}{3}}^{\frac{\pi}{2}} 1^2 d\theta \right) = \int_{0}^{\frac{\pi}{3}} 4\cos^2\theta d\theta + \int_{\frac{\pi}{3}}^{\frac{\pi}{2}} 1 d\theta$$
4. Simplify and integrate using power-reduction $\cos^2\theta = \frac{1 + \cos 2\theta}{2}$:
5. $$4\cos^2\theta = 2(1 + \cos 2\theta) \\ \int_{0}^{\frac{\pi}{3}} (2 + 2\cos 2\theta) d\theta = \left[ 2\theta + \sin 2\theta \right]_0^{\frac{\pi}{3}} = \frac{2\pi}{3} + \frac{\sqrt{3}}{2} \\ \int_{\frac{\pi}{3}}^{\frac{\pi}{2}} 1 d\theta = \frac{\pi}{6}$$
6. Add the results to get the final area:
7. $$A = \frac{2\pi}{3} + \frac{\sqrt{3}}{2} + \frac{\pi}{6} = \frac{5\pi}{6} + \frac{\sqrt{3}}{2}$$

**Check your understanding**

Test your understanding with this AP-style multiple choice question:

1. What is the area of the region inside $r = 3\sin\theta$ and outside $r = 1 + \sin\theta$?

   - $\pi$
   - $2\pi$
   - $\sqrt{3}$
   - $\pi + \sqrt{3}$

   *Why:* Correct! The intersections are at $\theta = \frac{\pi}{6}$ and $\frac{5\pi}{6}$, setting up the integral and simplifying gives a final area of $\pi$.

> **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

- **Wrong:** Forgetting to check the pole as an intersection point, leading to missing bounds when two curves cross at the origin but reach it at different $\theta$.
  - Why it fails: 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.
  - Correct: After solving $r_1 = r_2$, always check if each curve passes through the pole separately; if both do, add the pole as an intersection and adjust your bounds.
- **Wrong:** Using $r_1 - r_2$ instead of $\frac{1}{2}(r_1^2 - r_2^2)$ in the area formula.
  - Why it fails: 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.
  - Correct: Always start any polar area calculation by writing the $\frac{1}{2}$ factor and squaring both radii before subtracting.
- **Wrong:** Not splitting the integral at intersection points when curves cross, leading to using the wrong inner/outer radius over an interval.
  - Why it fails: Students assume one curve is larger everywhere just because it is larger at some angles.
  - Correct: After finding all intersection points, test the radius of each curve at a sample angle in each interval between intersections to confirm which is outer and which is inner.
- **Wrong:** Integrating over $0$ to $2\pi$ for a rose curve $r = \sin n\theta$ with even $n$, leading to doubling the area incorrectly.
  - Why it fails: Students default to $0$ to $2\pi$ for all closed polar curves, but even $n$ roses trace all petals over $0$ to $\pi$.
  - Correct: Remember that rose curves $r = \sin n\theta$ or $r = \cos n\theta$ are traced exactly once over $0$ to $\pi$ for even $n$, and $0$ to $2\pi$ for odd $n$.
- **Wrong:** Forgetting to apply the power-reduction identity to $\sin^2\theta$ or $\cos^2\theta$, leading to an integrand that cannot be evaluated correctly.
  - Why it fails: Students memorize the area formula but forget that squaring the trigonometric polar function requires simplification before integration.
  - Correct: Whenever you have $\sin^2\theta$ or $\cos^2\theta$ in the integrand, apply the power-reduction identity immediately before integrating.

## Cheatsheet

| Category | Formula/Rule | Notes |
| --- | --- | --- |
| Area of single polar region | $A = \frac{1}{2}\int_\alpha^\beta r(\theta)^2 d\theta$ | For region bounded by one polar curve from $\alpha$ to $\beta$ |
| Polar intersection check | 1. Solve $r_1(\theta) = r_2(\theta)$; 2. Check pole | Pole is intersection even if not found by $r_1 = r_2$ |
| Area inside $r_{out}$, outside $r_{in}$ | $A = \frac{1}{2}\int_0^{2\pi} (r_{out}^2 - r_{in}^2) d\theta$ | Use only if $r_{in} < r_{out}$ for all $\theta$ |
| Area of intersecting curves | $A = \sum \frac{1}{2}\int_{\theta_i}^{\theta_{i+1}} (r_{out}^2 - r_{in}^2) d\theta$ | Split integral at each intersection, confirm inner/outer per interval |
| Power-reduction: $\sin^2\theta$ | $\sin^2\theta = \frac{1 - \cos 2\theta}{2}$ | Required for integrating squared trigonometric terms |
| Power-reduction: $\cos^2\theta$ | $\cos^2\theta = \frac{1 + \cos 2\theta}{2}$ | Required for integrating squared trigonometric terms |
| X-axis symmetry for polar area | $A = 2 \cdot A(\theta \in [0, \pi])$ | Cuts work in half, reduces arithmetic error |
| Full trace interval for rose curves | $[0, \pi]$ for even $n$, $[0, 2\pi]$ for odd $n$ | Prevents double-counting area for even $n$ |

## What's next

Mastering the area of regions bounded by two polar curves is a critical prerequisite for finding arc length of polar curves, the next major topic in Unit 9 of the AP Calculus BC CED. Arc length calculations for polar curves also rely on integrating squared trigonometric terms, so the power-reduction and integration techniques you practiced here transfer directly. Beyond Unit 9, this topic builds core integration fluency that is tested across all multiple-choice and free-response sections of the AP exam, and it lays the groundwork for double integrals in polar coordinates if you continue to multivariable calculus after AP. Correctly identifying intersection bounds and setting up area integrals correctly is foundational for all advanced polar applications.

- [Unit 9 Overview](https://www.owlsprep.com/study/ap-calculus-bc-u9-overview/)
- [Infinite Sequences and Series Overview](https://www.owlsprep.com/study/ap-calculus-bc-u10-overview/)
- [Defining convergent and divergent infinite series](https://www.owlsprep.com/study/ap-calculus-bc-u10-defining-convergent-and-divergent-infinite/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u9-finding-the-area-of-regions/
