CALCULUS 2 • PARAMETRIC, POLAR & VECTOR FUNCTIONS

Area Between Two Polar Curves — Finding the Area the Region Bounded By Two Polar Curves

Master the integral technique for computing enclosed regions between overlapping polar curves.

Historical Context & Motivation

The idea of representing curves using an angle and a distance from a fixed point — what we now call polar coordinates — has roots stretching back to ancient Greek mathematics, but it did not reach its modern formulation until the seventeenth and eighteenth centuries. Calculating areas swept out by radii in polar form became an essential tool as mathematicians sought to analyze spirals, rose curves, limaçons, and other shapes that are cumbersome or impossible to express in Cartesian form. The problem of finding the area between two polar curves is a natural extension: once you can compute the area enclosed by a single polar curve, subtracting overlapping regions lets you isolate more intricate enclosed shapes.

1691
Jakob Bernoulli's Spiral Studies
Jakob Bernoulli investigated the logarithmic spiral and computed areas using polar-type reasoning, laying groundwork for polar area formulas.
1748
Euler Formalizes Polar Coordinates
Leonhard Euler systematized the polar coordinate system in Introductio in analysin infinitorum, providing the modern notation r = f(θ) and connecting polar expressions to area integrals.
1800s
Riemann Integration Applied to Polar Areas
With Riemann's formalization of the definite integral, the polar area formula A = ½∫r² dθ gained rigorous justification, extending naturally to regions between two curves.
20th c.
Modern Calculus Pedagogy
The area-between-polar-curves formula became a standard topic in multivariable and integral calculus courses, essential for physics, engineering, and signal processing applications.

The central question this lesson addresses is: given two polar curves r = f(θ) and r = g(θ) that bound a closed region, how do we set up and evaluate a definite integral to compute the exact area of that region? Answering this requires careful identification of intersection points, correct determination of which curve is the 'outer' versus 'inner' boundary, and occasionally splitting the integral across multiple angular intervals.

Core Principles & Definitions

Before diving into the formula, it is important to consolidate the foundational ideas that make polar area computations work. Unlike Cartesian integration, where we sum thin rectangles, polar integration sums thin circular sectors. Each infinitesimal sector has area dA = ½ r² dθ, analogous to the area of a pie slice with radius r and central angle dθ. When two curves are present, the area of each sector is the difference between the outer and inner radii squared.

1

Single-Curve Polar Area

The area enclosed by r = f(θ) from θ = α to θ = β is A = ½∫αβ [f(θ)]² dθ. This serves as the building block for the between-curves formula.
2

Outer Minus Inner Principle

When r₁(θ) ≥ r₂(θ) on an interval, the area between the two curves equals the area under r₁ minus the area under r₂: subtract the inner sector from the outer sector for each dθ.
3

Intersection Points as Limits

The bounds of integration α and β are determined by solving f(θ) = g(θ). These intersection angles partition the region and define where one curve transitions from outer to inner.
4

Symmetry Exploitation

Many polar curves exhibit symmetry about the polar axis, the line θ = π/2, or the pole. Recognizing symmetry allows you to integrate over half (or a fraction) of the region and multiply, reducing algebraic labor.
5

Origin-Passing Complications

When curves pass through the origin, r = 0 at different θ values for each curve. Intersection at the pole may not appear algebraically from f(θ) = g(θ); always check whether both curves reach the origin.
KEY TAKEAWAY
Think of polar area integration like measuring the difference between two concentric pie slices at every angle. Imagine standing at the pole and sweeping a laser from angle α to angle β: the outer curve marks where the larger slice ends and the inner curve marks where the smaller slice begins. The area between them is simply the accumulation of all those thin annular wedges — exactly what ½∫(router² − rinner²) dθ computes.

Visual Explanation — The Region Between Two Polar Curves

The diagram below illustrates two polar curves — a cardioid r = 1 + cos θ (in cyan) and a circle r = 1.5 (in violet) — together with the shaded region between them. The polar grid lines and intersection points are labeled so you can see exactly how the integration bounds are determined.

The shaded pink region represents the area between the circle r = 1.5 (violet) and the cardioid r = 1 + cos θ (cyan). The two yellow dots mark intersection points that serve as bounds of integration. Dashed radial lines from the pole to each intersection illustrate the angular limits α and β.

In the diagram, notice that between the two intersection angles, the circle r = 1.5 lies farther from the origin than the cardioid r = 1 + cos θ. This makes the circle the outer curve and the cardioid the inner curve on that angular interval. The area of the pink region is computed by integrating ½(router² − rinner²) dθ between the intersection angles. When the region possesses symmetry about the polar axis, you can integrate over the upper half and double the result.

Mathematical Framework

We now develop the formula rigorously from the single-curve polar area result. Recall that in polar coordinates, an infinitesimal sector swept from angle θ to θ + dθ with radius r has area dA = ½ r² dθ. When two curves r = f(θ) and r = g(θ) satisfy f(θ) ≥ g(θ) ≥ 0 on the interval [α, β], the annular wedge between them has area dA = ½[f(θ)]² dθ − ½[g(θ)]² dθ. Summing these wedges from α to β yields the total enclosed area.

SINGLE-CURVE POLAR AREA
A = ½ ∫ᵅᵝ [f(θ)]² dθ
where r = f(θ) is a continuous polar function and [α, β] is the angular interval.
AREA BETWEEN TWO POLAR CURVES
A = ½ ∫ᵅᵝ ( [f(θ)]² − [g(θ)]² ) dθ
where f(θ) ≥ g(θ) ≥ 0 on [α, β]. Here f(θ) is the outer curve and g(θ) is the inner curve with respect to the pole.
FINDING INTERSECTION ANGLES
f(θ) = g(θ) ⟹ solve for θ ∈ [0, 2π)
Set the two polar expressions equal and solve for all θ values in one full period. Also check whether both curves pass through the origin at different θ values — these intersections will not appear from the algebraic equation.
SYMMETRY SHORTCUT
A = 2 × ½ ∫₀ᵝ ( [f(θ)]² − [g(θ)]² ) dθ = ∫₀ᵝ ( [f(θ)]² − [g(θ)]² ) dθ
If the region is symmetric about the polar axis (θ = 0), integrate from 0 to the upper intersection angle β and multiply by 2. This simplifies both the integral bounds and the algebra.
⚠️ Common Pitfall
Do not write ½∫(f(θ) − g(θ))² dθ. The correct integrand is [f(θ)]² − [g(θ)]², not [f(θ) − g(θ)]². Unlike Cartesian area integrals where you subtract the functions directly, in polar coordinates you subtract their squares. This is because each term represents the area of a full sector, and sector area depends on r² (just as the area of a circle depends on its radius squared).

Step-by-Step Strategy & Detailed Breakdown

Computing the area between two polar curves is a multi-step process that requires careful geometric reasoning before any integration is performed. The following systematic approach will help you avoid the most common errors — incorrect bounds, wrong outer/inner assignments, and missing regions.

  1. Step 1 — Sketch both curves. Plot key points (θ = 0, π/6, π/4, π/3, π/2, π, etc.) for each curve, or use known shapes (cardioids, rose curves, circles, limaçons). Identify the enclosed region visually.
  2. Step 2 — Find all intersection points. Set f(θ) = g(θ) and solve. Also check the origin: if f(θ₁) = 0 and g(θ₂) = 0 for possibly different θ values, the pole is an intersection point.
  3. Step 3 — Determine outer vs. inner. Pick a test angle between consecutive intersection angles and evaluate both r values. The larger r is the outer curve on that sub-interval.
  4. Step 4 — Set up the integral(s). Write A = ½∫(r²_outer − r²_inner) dθ over each sub-interval. If the outer/inner assignment changes across intervals, you need separate integrals.
  5. Step 5 — Evaluate and simplify. Use trigonometric identities (especially the power-reduction identity cos²θ = (1 + cos 2θ)/2) to integrate. Combine results from all sub-intervals.
Figure 2: Application of the five-step strategy to the curves r = 2 sin θ (cyan circle centered at (0,1)) and r = 1 (violet circle centered at the origin). The pink shaded region is bounded between the two circles, with intersection angles θ = π/6 and θ = 5π/6 shown as yellow dots.
💡 When to Split Integrals
If the outer/inner roles of the two curves swap at some angle within the region, you must split the integral at that angle. For example, if curve A is outer on [α, γ] but curve B becomes outer on [γ, β], then A = ½∫αγ(A² − B²) dθ + ½∫γβ(B² − A²) dθ. Always test each sub-interval with a sample angle.

Worked Example — Area Between a Circle and a Cardioid

Let us compute the area of the region that lies inside the circle r = 3 cos θ and outside the cardioid r = 1 + cos θ. This is a classic problem that demonstrates every step of the strategy developed above.

Find the area inside r = 3 cos θ and outside r = 1 + cos θ
1
Step 1 — Sketch and Identify the RegionThe curve r = 3 cos θ is a circle of diameter 3 centered at (3/2, 0) in Cartesian coordinates. The curve r = 1 + cos θ is a cardioid with maximum r = 2 at θ = 0 and r = 0 at θ = π. The circle extends further from the origin near θ = 0 than the cardioid, so the region 'inside the circle and outside the cardioid' is the crescent-shaped area between them near the polar axis.
2
Step 2 — Find Intersection PointsSet 3 cos θ = 1 + cos θ. Simplifying: 2 cos θ = 1, so cos θ = 1/2, giving θ = π/3 and θ = −π/3 (equivalently, θ = 5π/3). Both curves also pass through the origin — the cardioid at θ = π and the circle at θ = π/2 — but this does not produce a relevant boundary for our region.
Intersection angles: θ = −π/3 and θ = π/3
3
Step 3 — Determine Outer and Inner CurvesTest θ = 0: r₁ = 3 cos 0 = 3 and r₂ = 1 + cos 0 = 2. Since 3 > 2, the circle r = 3 cos θ is the outer curve and the cardioid r = 1 + cos θ is the inner curve on [−π/3, π/3].
Outer: r = 3 cos θ; Inner: r = 1 + cos θ
4
Step 4 — Set Up the IntegralUsing symmetry about the polar axis, we integrate from 0 to π/3 and double: A = 2 × ½ ∫₀^{π/3} [(3 cos θ)² − (1 + cos θ)²] dθ = ∫₀^{π/3} [9 cos²θ − (1 + 2 cos θ + cos²θ)] dθ
5
Step 5 — Expand and Simplify the Integrand9 cos²θ − 1 − 2 cos θ − cos²θ = 8 cos²θ − 2 cos θ − 1. Apply the power-reduction identity cos²θ = (1 + cos 2θ)/2: 8 × (1 + cos 2θ)/2 − 2 cos θ − 1 = 4 + 4 cos 2θ − 2 cos θ − 1 = 3 + 4 cos 2θ − 2 cos θ
6
Step 6 — Evaluate the IntegralA = ∫₀^{π/3} (3 + 4 cos 2θ − 2 cos θ) dθ = [3θ + 2 sin 2θ − 2 sin θ]₀^{π/3} = [3(π/3) + 2 sin(2π/3) − 2 sin(π/3)] − [0 + 0 − 0] = π + 2 × (√3/2) − 2 × (√3/2) = π + √3 − √3 = π
A = π
RESULT CHECK
The area comes out to exactly π, a beautifully clean answer. This is not a coincidence — the geometry of circles and cardioids in polar coordinates frequently produces elegant closed-form results. Always sanity-check your answer: π ≈ 3.14 square units is reasonable given that the outer circle has a full area of 9π/4 ≈ 7.07 and the crescent is roughly half of that circle minus the cardioid's contribution.

Polar vs. Cartesian Area Methods — Strengths & Limitations

Students often wonder when to use polar area formulas versus converting to Cartesian coordinates and using the standard ∫(f(x) − g(x)) dx approach. Each method has distinct advantages depending on the geometry of the curves and the nature of the region.

Comparison of polar and Cartesian area computation methods
FeaturePolar Area MethodCartesian Area Method
Best suited forCurves naturally described by angle and distance from origin — spirals, cardioids, roses, limaçonsCurves naturally described as y = f(x) — polynomials, exponentials, rational functions
Integrand form½(r²_outer − r²_inner) — involves squares of the radial functions(f(x) − g(x)) — direct subtraction of the functions
Bounds of integrationAngular values θ = α to θ = β (from intersection solutions)x-values from intersection solutions
Common pitfallSquaring error — writing (f − g)² instead of f² − g²; missing pole intersectionsTop/bottom reversal; missing intersection points when curves cross multiple times
Symmetry exploitationVery natural — polar curves often have angular symmetry that halves or quarters the integralEven/odd symmetry can be useful but less commonly arises
WHEN TO CHOOSE POLAR
If a region is described most naturally in terms of angles and distances from a central point — as in radar sweeps, antenna radiation patterns, or orbital mechanics — the polar area formula is almost always the more efficient choice. Converting to Cartesian would introduce square roots and awkward algebraic expressions, turning a straightforward integral into a nightmare of substitution.

Connections to Advanced Topics

The polar area formula is not an isolated technique — it connects to several advanced concepts in mathematics, physics, and engineering. Understanding these connections provides both deeper insight and motivation for mastering the mechanics of polar integration.

From polar area to advanced calculus and beyond
This Lesson's ConceptAdvanced Extension
A = ½∫(r²_outer − r²_inner) dθDouble integrals in polar coordinates: ∬ f(r,θ) r dr dθ generalizes area to volume and mass computations
Finding intersection points of polar curvesNonlinear systems of equations; fixed-point iteration and numerical root-finding for curves without closed-form intersections
Arc length via polar integrationSurface area of revolution for polar curves: S = 2π∫ r sin θ √(r² + (dr/dθ)²) dθ
Symmetry arguments for polar regionsGreen's theorem and Stokes' theorem use oriented boundaries — understanding closed polar curves prepares students for line integrals over such boundaries

In multivariable calculus, the factor ½r² dθ you see in the polar area formula re-emerges as the Jacobian determinant when transforming a double integral from Cartesian to polar form. Specifically, dA = dx dy becomes r dr dθ, and integrating r from 0 to f(θ) recovers ½[f(θ)]². This perspective unifies single-variable polar area computation with the general theory of coordinate transformations, a theme that extends to cylindrical and spherical coordinates in three dimensions. Mastery of the between-curves case in polar form therefore prepares you not just for the next exam but for the deeper structural ideas ahead in Calculus 3 and beyond.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the formula for the area between two polar curves uses ½∫(r²outer − r²inner) dθ rather than ½∫(router − rinner)² dθ. What geometric reasoning justifies subtracting the squared radii rather than squaring the difference?
PROBLEM 2BASIC CALCULATION
Find the area of the region that lies inside r = 2 sin θ and outside r = 1.
PROBLEM 3INTERMEDIATE
Find the area of the region inside both r = 1 + sin θ and r = 1 + cos θ.
PROBLEM 4APPLIED
A radar system detects signals within a region described by r = 4 cos θ. A secondary sensor covers the region r = 2. Find the area of the zone covered by the primary radar but not the secondary sensor (i.e., inside r = 4 cos θ and outside r = 2). Interpret the result in the context of a surveillance coverage gap analysis.
PROBLEM 5CRITICAL THINKING
Consider two rose curves: r = sin(2θ) and r = cos(2θ). These curves have petals that partially overlap. Without fully evaluating the integrals, describe a systematic strategy for finding the total area of all regions where the two curves overlap (i.e., inside both curves simultaneously). Address the challenges posed by multiple petals, intersections at the origin, and the need for careful interval analysis.

Lesson Summary

The area between two polar curves r = f(θ) and r = g(θ) is found using the formula A = ½∫ᵅᵝ (r²_outer − r²_inner) dθ, where α and β are the intersection angles found by solving f(θ) = g(θ). The formula subtracts sector areas (squared radii, not squared differences), because each infinitesimal wedge has area proportional to r². Always verify which curve is outer vs. inner by testing sample angles, and check for pole intersections that do not appear algebraically.

The five-step strategy — sketch, find intersections, determine outer/inner, set up the integral, and evaluate using trig identities — provides a reliable framework for any polar area problem. Exploiting symmetry reduces computation significantly. This technique connects forward to double integrals in polar coordinates, where the same geometric intuition about sectors and Jacobian factors recurs at a higher level of generality.

Varsity Tutors • Calculus 2 • Area Between Two Polar Curves