Double Integrals in Polar Coordinates
Convert a double integral over a disk or annulus to polar coordinates and evaluate it.
The core idea. Some regions are miserable in (x, y) and easy in polar: disks, rings, wedges, anything built from circles.
Ready to put it into practice?
Start practicingThe conversion rests on three substitutions and one factor everyone forgets:
Polar substitutions
- distance from the origin; the radial coordinate.
- angle from the positive x-axis; the angular coordinate.
- Cartesian-to-polar conversion.
- the identity that collapses circular integrands.
And the area element that goes with it:
Area element in polar coordinates
- the area element; the r is the stretch factor, not optional.
That r is not optional. dA is not dr dθ — it's r dr dθ. Forgetting it is the single most common error in this section. Geometrically, a polar "rectangle" is a curved patch that's wider the farther out you go, and the r accounts for that stretch.
A polar region is described by an angle sweep and a radial reach:
Polar region
- the angular sweep of the region.
- inner and outer radial bounds.
The integral over that region, converted to polar:
Double integral in polar coordinates
The integrand gets converted too — every x and y becomes its polar form — and the r rides along at the end.
Area in polar:
Area in polar coordinates
The tell — when to reach for polar: the region is a disk, ring, or wedge, or the integrand contains x² + y². That combination collapses to r² and usually makes an ugly integral clean. The classic is e^(x²+y²), impossible in Cartesian, trivial as e^(r²).
Worked example
Convert the region. x² + y² ≤ 4 is a disk of radius 2 centered at the origin. So θ sweeps 0 to 2π, and r runs 0 to 2.
Convert the integrand.
Set up — and attach the r. That r² · r = r³ is the whole point — the forgotten r turns r² into r³.
Inner integral.
Outer integral. Try that in Cartesian and you'd be fighting square-root bounds over a circular region — polar makes it three clean lines.
Answer:
How to solve one of these
- 1.
Recognize it's a polar problem. Circular region, or in the integrand. If neither, polar probably won't help.
- 2.
Convert the region to $r$ and $\theta$. Find the angle sweep and the radial bounds. A full disk is ; a wedge is narrower.
- 3.
Convert the integrand. Replace every with , every with , and with .
- 4.
Attach the $r$. Write , never . Multiply it into the integrand before integrating.
- 5.
Evaluate inner, then outer, same as always. Substitute the bounds.
- 6.
Sanity-check the geometry. If the answer is an area, does it match roughly? A wildly off number usually means a missing or a bad bound.
Convert the region to r and θ bounds, replace every x and y with its polar form, and multiply by r dr dθ — the r rides along at the end and is never optional.
Ready to put it into practice?
Start practicing