Area in Polar Coordinates
- Compute the area enclosed by a polar curve
- Find the area between two polar curves
- Determine the correct limits of integration in θ
Polar coordinates and sweeping sectors
In polar coordinates a point is (r, θ): a distance r from the origin at angle θ. A polar curve r = f(θ) sweeps out a region as θ increases. To find its enclosed area, you do not use rectangles — you use thin circular sectors. A sector of radius r and tiny angle dθ has area ½r² dθ (a slice of a circle). Summing these wedge-shaped slivers as θ runs over the region gives the polar area integral.
Area between two polar curves
For the region between an outer curve r = R(θ) and an inner curve r = r(θ), subtract the sector areas: A = ½ ∫_α^β ([R(θ)]² − [r(θ)]²) dθ. Note you square each radius before subtracting — (R² − r²), never (R − r)². The limits α and β are the angles where the curves intersect or where the desired region begins and ends, found by setting R(θ) = r(θ) or by tracing the petal.
Find the area enclosed by one petal of the rose r = 2·sin(2θ), which is traced as θ goes from 0 to π/2.
- 1.Use the polar area formula: A = ½ ∫₀^{π/2} [2·sin(2θ)]² dθ.
- 2.Square the radius: [2·sin(2θ)]² = 4·sin²(2θ), so A = ½ ∫₀^{π/2} 4·sin²(2θ) dθ = 2∫₀^{π/2} sin²(2θ) dθ.
- 3.Use sin²(u) = (1 − cos(2u))/2: sin²(2θ) = (1 − cos(4θ))/2.
- 4.Integrate: 2·∫₀^{π/2} (1 − cos 4θ)/2 dθ = ∫₀^{π/2}(1 − cos 4θ) dθ = [θ − (sin 4θ)/4]₀^{π/2} = π/2.
Getting the θ-limits right is half the battle. Limits that trace the curve twice double your area, and limits that stop short cut it off. For a rose petal, integrate over the θ-interval where r goes from 0 back to 0 exactly once.
What is the area enclosed by one full loop of a polar curve r = f(θ) from θ = α to θ = β?
For the region between an outer polar curve R(θ) and an inner curve r(θ), the area is:
The number-one polar-area error is writing (R − r)² instead of (R² − r²). Square each radius separately, then subtract. When in doubt, compute the outer area and inner area as two integrals and subtract the results.
Answer the 2 checkpoints as you read.
Sign in to save your progress