Study Guide

Finding the area of regions bounded by two polar curves

AP Calculus BC· AP Calculus BC CED — Parametric Equations, Polar Coordinates, and Vector-Valued Functions· 14 min read

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 -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 , and the pole (origin), which can be reached by both curves at different values of , so it is often missed.

  1. Set and solve for over the interval .

  2. Check if each curve passes through the pole separately: if for some and for some , the pole is an intersection even if it does not appear when solving .

📐 Worked Example

Find all intersection points of the polar curves and .

  1. 1

    Set and solve for :

  2. 2
    3sinθ=1+sinθ    2sinθ=1    sinθ=123\sin\theta = 1 + \sin\theta \implies 2\sin\theta = 1 \implies \sin\theta = \frac{1}{2}
  3. 3

    Over , solutions are and .

  4. 4

    Check for the pole as an intersection:

  5. 5

    For , when and . For , only when , so it never equals 0. The pole is not an intersection.

  6. 6

    Final intersections: and .

Exam tip:

Always check the pole as an intersection, even if solving 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 . 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=1202π([rout(θ)]2[rin(θ)]2)dθ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 factor comes from the area of an infinitesimal polar sector, which is . Because the inner curve is smaller than the outer curve for all , the integrand is always positive, so no absolute value or splitting is needed.

📐 Worked Example

Find the area of the region inside the circle and outside the cardioid . Confirm the cardioid is entirely inside the circle first.

  1. 1

    Confirm the cardioid is entirely inside the circle: the maximum value of for the cardioid is , so for all , so we can use the single-integral formula.

  2. 2

    Set up the area integral:

  3. 3
    A=1202π[52(2(1+sinθ))2]dθA = \frac{1}{2}\int_{0}^{2\pi} \left[ 5^2 - \left(2(1+\sin\theta)\right)^2 \right] d\theta
  4. 4

    Simplify the integrand using the power-reduction identity :

  5. 5
    254(1+2sinθ+sin2θ)=218sinθ4sin2θ=198sinθ+2cos2θ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. 6

    Integrate and evaluate from to :

  7. 7
    A=12[19θ+8cosθ+sin2θ]02π=12(38π)=19π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.

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=i=0n112θiθi+1([rout(θ)]2[rin(θ)]2)dθ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 and .

  1. 1

    Intersections are at and , with no intersection at the pole. By symmetry across the x-axis, we calculate twice the area for : for , the outer curve is ; for , the outer curve is .

  2. 2

    Set up the symmetric integral:

  3. 3
    A=2(120π3(2cosθ)2dθ+12π3π212dθ)=0π34cos2θdθ+π3π21dθ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. 4

    Simplify and integrate using power-reduction :

  5. 5
    4cos2θ=2(1+cos2θ)0π3(2+2cos2θ)dθ=[2θ+sin2θ]0π3=2π3+32π3π21dθ=π64\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. 6

    Add the results to get the final area:

  7. 7
    A=2π3+32+π6=5π6+32A = \frac{2\pi}{3} + \frac{\sqrt{3}}{2} + \frac{\pi}{6} = \frac{5\pi}{6} + \frac{\sqrt{3}}{2}
✓ Quick check

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

  1. What is the area of the region inside and outside ?

    Reveal answer
    A

    Correct! The intersections are at and , setting up the integral and simplifying gives a final area of .

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 to interval.

4. Common Pitfalls

Wrong move:

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 .

Why:

Students assume all intersections come from solving , but the pole can be an intersection even if it does not appear in that solution set.

Correct move:

After solving , always check if each curve passes through the pole separately; if both do, add the pole as an intersection and adjust your bounds.

Wrong move:

Using instead of in the area formula.

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.

Correct move:

Always start any polar area calculation by writing the factor and squaring both radii before subtracting.

Wrong move:

Not splitting the integral at intersection points when curves cross, leading to using the wrong inner/outer radius over an interval.

Why:

Students assume one curve is larger everywhere just because it is larger at some angles.

Correct move:

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 move:

Integrating over to for a rose curve with even , leading to doubling the area incorrectly.

Why:

Students default to to for all closed polar curves, but even roses trace all petals over to .

Correct move:

Remember that rose curves or are traced exactly once over to for even , and to for odd .

Wrong move:

Forgetting to apply the power-reduction identity to or , leading to an integrand that cannot be evaluated correctly.

Why:

Students memorize the area formula but forget that squaring the trigonometric polar function requires simplification before integration.

Correct move:

Whenever you have or in the integrand, apply the power-reduction identity immediately before integrating.

5. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

Area of single polar region

For region bounded by one polar curve from to

Polar intersection check

  1. Solve ; 2. Check pole

Pole is intersection even if not found by

Area inside , outside

Use only if for all

Area of intersecting curves

Split integral at each intersection, confirm inner/outer per interval

Power-reduction:

Required for integrating squared trigonometric terms

Power-reduction:

Required for integrating squared trigonometric terms

X-axis symmetry for polar area

Cuts work in half, reduces arithmetic error

Full trace interval for rose curves

for even , for odd

Prevents double-counting area for even

When this came up on past exams

AI-estimated based on syllabus patterns — cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 · BC

    FRQ polar area between two curves

  • 2022 · BC MCQ

    Set up polar area integral

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.