multivariable calculus
Double Integrals in Polar Coordinates
You should know: multiple integrals, polar coordinates
Overview
Some regions — disks, annuli, circular sectors, cardioid-shaped regions — are far more naturally described using polar coordinates (r, θ) than Cartesian (x, y). Converting a double integral over such a region into polar coordinates replaces awkward Cartesian bounds (often involving square roots) with clean bounds on r and θ, at the cost of an extra factor of r appearing in the area element: dA = r dr dθ. This factor is not optional bookkeeping — it is the Jacobian of the polar transformation, accounting for the fact that a small 'rectangle' of sides dr and dθ in polar coordinates actually sweeps out a physical area of r dr dθ, growing with distance from the origin.
Intuition
In Cartesian coordinates, a small grid cell of width dx and height dy has area exactly dx·dy everywhere, since Cartesian grid lines are straight and evenly spaced. In polar coordinates, the 'grid' is made of concentric circles (constant r) and rays from the origin (constant θ). A small polar 'cell' between r and r+dr, and between θ and θ+dθ, is approximately a thin rectangle with one side of length dr (radial) and the other side of length r dθ (arc length, since arc length = radius × angle) — NOT dθ. So its area is dr · (r dθ) = r dr dθ. Far from the origin, a fixed angular slice dθ sweeps out much more physical area than the same dθ close to the origin — exactly the extra factor of r.
Formal Definition
For a region D described in polar coordinates as α ≤ θ ≤ β, h₁(θ) ≤ r ≤ h₂(θ), the double integral converts as:
Notation
| Notation | Meaning |
|---|---|
| Area element in polar coordinates, including the Jacobian factor r | |
| The region D rewritten with polar bounds |
Derivation
The r factor is the Jacobian determinant of the transformation x=r cosθ, y=r sinθ, computed as a 2×2 determinant of partial derivatives:
Expand the determinant using sin²θ+cos²θ=1
The change-of-variables theorem multiplies by the absolute value of the Jacobian
Properties
Full-disk area check
Best suited to circular symmetry
Theorems
Applications
3D Visualization
Worked Examples
Convert to polar: x²+y² = r², and D becomes 0≤r≤2, 0≤θ≤2π.
Integrate with respect to r: ∫₀² r³ dr = [r⁴/4]₀² = 16/4 = 4.
Integrate the constant 4 over θ from 0 to 2π.
Answer: 8π
Practice Problems
Evaluate ∬_D 1 dA where D is the disk r ≤ 3 (i.e., find its area using a polar double integral).
Evaluate ∬_D xy dA where D is the quarter disk in the first quadrant with r ≤ 2 (0≤θ≤π/2).
A circular pond of radius 4 m has depth given by d(r) = 4 − r (in meters, with r the distance from the center). Find the total volume of water using a polar double integral.
Common Mistakes
Forgetting the extra factor of r and writing dA = dr dθ.
dA = r dr dθ, NOT dr dθ — the Jacobian of the polar transformation contributes this extra r, and omitting it is the single most common error when switching to polar coordinates.
Using the wrong bounds for r when the region is bounded by a curve like r = f(θ) instead of a full disk.
Sketch the region first: r often ranges from 0 (or an inner boundary curve) up to an outer boundary r = f(θ) that DEPENDS on θ, not a fixed constant — this is exactly analogous to variable inner bounds in Cartesian iterated integrals.
Applying polar conversion to a region with no circular symmetry, making the bounds more complicated rather than simpler.
Polar coordinates only simplify integrals over disks, sectors, annuli, or when the integrand naturally involves x²+y²; for a rectangular or triangular region, Cartesian coordinates usually remain easier.
Quiz
Flashcards
Summary
- Converting a double integral to polar coordinates replaces dA with r dr dθ, picking up the Jacobian factor r.
- Polar coordinates simplify integrals over circularly symmetric regions (disks, sectors, annuli) and integrands involving x²+y².
- Bounds for r are often functions of θ (r from an inner curve to r=f(θ)); sketching the region first avoids setup errors.
- A classic application is evaluating the Gaussian integral ∫e^{-x²}dx via polar coordinates over the whole plane.
- The most common mistake is forgetting the extra factor of r in the area element.
References
- BookStewart, J. Calculus: Early Transcendentals, 8th ed. Ch. 15.4.
Mathematics