9. Parametric Equations, Polar Coordinates, and Vector-Valued Functions

Finding The Area Of The Region Bounded By Two Polar Curves

Finding the Area of the Region Bounded by Two Polar Curves

In this lesson, students, you will learn how to find the area of a region trapped between two curves written in polar form. This is a major AP Calculus BC skill because polar graphs often create loops, petals, and regions that are much easier to describe with $r$ and $\theta$ than with $x$ and $y$ 🌟. By the end of this lesson, you should be able to identify which curve is on the outside, set up the correct definite integral, and compute the area between them.

What You Need to Know First

Polar coordinates describe points using a distance from the origin and an angle. A point is written as $(r,\theta)$, where $r$ is the distance from the pole and $\theta$ is the angle. A polar equation such as $r=2\cos\theta$ or $r=1+\sin\theta$ gives a curve in the plane.

When two polar curves enclose a region together, the area is not found by subtracting $y$-values like in rectangular coordinates. Instead, polar area comes from the formula

$$A=\frac{1}{2}\int_a^b r^2\,d\theta.$$

If the region is bounded by two polar curves, say an outer curve $r_{\text{outer}}$ and an inner curve $r_{\text{inner}}$, then the area between them is

$$A=\frac{1}{2}\int_a^b \left(r_{\text{outer}}^2-r_{\text{inner}}^2\right)\,d\theta.$$

This formula is the polar version of β€œbig area minus small area” 🧠.

Before setting up the integral, students, you must know three things:

  1. The graphs of both curves.
  2. The angles where the curves intersect.
  3. Which curve is farther from the origin on the interval.

The Big Idea Behind Area Between Polar Curves

Think of a polar graph as being built from many tiny circular sectors. A very small sector has area approximately $\frac{1}{2}r^2\,d\theta$. When a region is bounded by two curves, each angle $\theta$ gives a thin slice whose area is the outer sector minus the inner sector.

For one angle, the outer curve might have radius $r_{\text{outer}}$ and the inner curve might have radius $r_{\text{inner}}$. The tiny difference in area is

$$dA=\frac{1}{2}\left(r_{\text{outer}}^2-r_{\text{inner}}^2\right)d\theta.$$

Then you add up all those thin slices with an integral. This is the same reasoning used throughout calculus: break a complicated quantity into tiny pieces, then sum them continuously.

A common mistake is to subtract the radii first and then square the difference. That is incorrect. In general,

$$r_{\text{outer}}^2-r_{\text{inner}}^2 \neq \left(r_{\text{outer}}-r_{\text{inner}}\right)^2.$$

You must square each radius separately.

Step-by-Step Strategy for AP Problems

When students sees a problem asking for the area bounded by two polar curves, follow this procedure:

1. Sketch or interpret the curves

Graphing helps determine which curve is outside. For example, if one curve is $r=2$ and another is $r=2\cos\theta$, the circle $r=2$ is usually larger over a suitable interval. A sketch also helps avoid integrating over the wrong part of the curve.

2. Find intersection points

Set the equations equal to each other:

$$r_1=r_2.$$

Solve for the angles where the curves meet. These angles often become the limits of integration. Sometimes you may need to find more than one intersection point if the region is enclosed by multiple crossings.

3. Determine outer and inner curves

Pick a test angle in the interval and compare the radii. The larger radius is the outer curve. This matters because area is computed as outer minus inner.

4. Write the area integral

Use

$$A=\frac{1}{2}\int_a^b \left(r_{\text{outer}}^2-r_{\text{inner}}^2\right)\,d\theta.$$

5. Integrate and simplify

Carefully evaluate the definite integral. If the integrand includes trig identities, simplify first when helpful.

Example 1: A Circle Inside a Limacon

Suppose we want the area between the curves $r=2+\cos\theta$ and $r=1$. First, find where they intersect:

$$2+\cos\theta=1.$$

This gives

$$\cos\theta=-1,$$

so the intersection occurs at

$$\theta=\pi.$$

To find a bounded region, we must know the interval where the smaller curve lies inside the larger one. Since $2+\cos\theta$ ranges from $1$ to $3$, the curve $r=1$ is inside the limacon for all $\theta$ except where they touch at $\theta=\pi$.

The area inside $r=2+\cos\theta$ and outside $r=1$ over one full loop is

$$A=\frac{1}{2}\int_0^{2\pi}\left(\left(2+\cos\theta\right)^2-1^2\right)d\theta.$$

Expand the square:

$$\left(2+\cos\theta\right)^2=4+4\cos\theta+\cos^2\theta.$$

So

$$A=\frac{1}{2}\int_0^{2\pi}\left(3+4\cos\theta+\cos^2\theta\right)d\theta.$$

Using the identity

$$\cos^2\theta=\frac{1+\cos 2\theta}{2},$$

you can integrate term by term. This example shows how trigonometric simplification can make the process smoother.

Example 2: Two Roses with a Shared Region

Consider $r=\sin 2\theta$ and $r=\frac{1}{2}$. The curves may intersect at angles that must be found algebraically or with graphing support. Set them equal:

$$\sin 2\theta=\frac{1}{2}.$$

One solution in the first quadrant is

$$2\theta=\frac{\pi}{6},$$

so

$$\theta=\frac{\pi}{12}.$$

There are usually additional intersections because trig functions repeat. For an AP problem, it is important to identify the exact interval that encloses the region asked for.

If the region is inside $r=\frac{1}{2}$ and outside $r=\sin 2\theta$ on a certain interval, then the area formula becomes

$$A=\frac{1}{2}\int_a^b \left(\left(\frac{1}{2}\right)^2-\left(\sin 2\theta\right)^2\right)d\theta.$$

If the opposite is true, then reverse the subtraction. The sign of the integrand should match the geometry. Area must be nonnegative, so the outer radius squared must come first.

Important Features of Polar Area Problems

Polar area problems often involve special challenges:

  • The same curve may trace more than once.
  • A curve may have negative $r$ values, which reflect points across the origin.
  • The region asked for may only be one part of a larger graph.
  • The correct interval may not be $[0,2\pi]$.

Because of these issues, students should never assume the limits automatically. Always read the question carefully and determine exactly which region is enclosed.

Also remember that a polar graph can intersect itself. That means the enclosed region may be made from different pieces. In such cases, the total area may require adding several integrals.

Connecting Polar Area to the Bigger AP Calculus BC Picture

This topic fits into the larger AP Calculus BC unit on parametric equations, polar coordinates, and vector-valued functions because it shows how calculus describes motion and shape in non-rectangular settings. In parametric form, area and motion come from variables like $x(t)$ and $y(t)$. In polar form, the variable angle $\theta$ plays the main role.

The skills overlap in important ways:

  • You must interpret a graph from an equation.
  • You must identify an interval of interest.
  • You must choose the right calculus formula.
  • You must compute an exact area using a definite integral.

These same habits also help with arc length, velocity, and displacement in other parts of AP Calculus BC.

Conclusion

Finding the area of the region bounded by two polar curves is a powerful application of definite integrals. The key idea is simple: use $\frac{1}{2}r^2$ for polar area, then subtract the inner curve from the outer curve. The challenge is not the formula itself, but choosing the correct limits and identifying which curve lies outside. If students sketches carefully, solves for intersections, and checks the geometry of the region, these problems become manageable βœ….

Study Notes

  • Polar area uses the formula $$A=\frac{1}{2}\int_a^b r^2\,d\theta.$$
  • The area between two polar curves is

$$A=\frac{1}{2}\int_a^b \left(r_{\text{outer}}^2-r_{\text{inner}}^2\right)d\theta.$$

  • Always find intersection points by setting the curves equal: $$r_1=r_2.$$
  • The outer curve is the one with the larger radius on the interval.
  • Do not subtract radii first; square each radius separately.
  • Use a sketch to avoid choosing the wrong interval or region.
  • Some polar curves trace more than once, so the correct bounds may be smaller than $[0,2\pi]$.
  • Negative $r$ values mean the point is plotted in the opposite direction from the angle.
  • Area must be nonnegative, so the integrand should match the geometry.
  • This topic connects directly to other AP Calculus BC skills involving integration, graph interpretation, and advanced coordinate systems.

Practice Quiz

5 questions to test your understanding

Finding The Area Of The Region Bounded By Two Polar Curves β€” AP Calculus BC | A-Warded