Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Double integrals add up a quantity over a two-dimensional region, such as area, mass, charge, or probability density. When the region is circular, sector-shaped, or described by distance from a point, polar coordinates often make the setup much simpler than rectangular coordinates. Instead of using x and y, each point is described by its radius r and angle θ.

This is especially useful for disks, annuli, sectors, and regions bounded by curves like r = 2cosθ.

Understanding Calculus: Double Integrals in Polar Coordinates

The extra factor r in a polar double integral is the most important idea to understand. A tiny rectangular coordinate patch has width times height. A tiny polar patch is shaped like a thin wedge.

Its radial thickness is dr. Its curved width is approximately r times dθ. Points farther from the center travel a longer distance when the angle changes by the same small amount.

Therefore the wedge area is r times dr times dθ. Leaving out r treats all angular strips as if they had equal width, which gives a wrong result except in special cases.

The limits come from tracing the region in a careful order. First choose an angle interval that sweeps across the region once. Then, for one fixed angle, describe where a ray begins and where it ends.

A disk centered at the origin usually starts at radius zero. A ring starts at an inner radius, then ends at an outer radius. A region between two polar curves has one curve as the lower radial boundary and another as the upper boundary.

Sketching several rays is useful. It reveals whether one set of limits works everywhere or whether the region must be split into separate pieces.

The function being added may become simpler after the coordinate change. Any expression involving x squared plus y squared becomes r squared. This matters for functions that depend only on distance from the origin, such as a heat pattern around a point source or a density that changes with radius.

A mass calculation uses density times area. In polar form, each small wedge has mass equal to the density at that location times r times dr times dθ.

If density rises away from the center, the r factor and the changing density both affect the total. Students meet the same thinking in probability, where a density over a circular target must be weighted by area, not just by radius.

Symmetry can reduce work, but it must be used honestly. If the region and function match across an axis or through the origin, one part may be computed and multiplied by two or four. A function containing x or y often changes sign across a matching axis.

Its positive and negative contributions can cancel. Before using symmetry, check both the shape and the function. Common errors include using an angle range that traces a region twice, choosing a negative radius without understanding its direction, and mixing the order of bounds.

After finishing, check units and estimate the answer. An area must be positive, and a result for a disk should be reasonable compared with the familiar circle area.

Key Facts

  • Polar coordinate conversion: x = r cosθ and y = r sinθ.
  • Radius from rectangular coordinates: r^2 = x^2 + y^2.
  • Area element in polar coordinates: dA = r dr dθ.
  • Double integral conversion: ∬_R f(x,y) dA = ∫_α^β ∫_a^b f(r cosθ, r sinθ) r dr dθ.
  • Area of a polar region: A = ∫_α^β ∫_0^{r(θ)} r dr dθ.
  • Full disk of radius a: ∫_0^{2π} ∫_0^a r dr dθ = πa^2.

Vocabulary

Polar coordinates
A coordinate system that locates a point using its distance r from the origin and its angle θ from the positive x-axis.
Area element
The small piece of area used in an integral, which becomes dA = r dr dθ in polar coordinates.
Jacobian factor
The scaling factor that adjusts area when changing coordinate systems, equal to r for the polar change of variables.
Region of integration
The set of points over which a double integral adds values.
Sector
A wedge-shaped part of a disk bounded by two radii and a circular arc.

Common Mistakes to Avoid

  • Forgetting the extra factor r in dA is wrong because polar grid cells get wider as the radius increases, so the area element is r dr dθ, not dr dθ.
  • Using x and y in the integrand after switching to polar is wrong because the function must be rewritten as f(r cosθ, r sinθ).
  • Choosing rectangular-looking bounds for a circular region is wrong because polar bounds should usually describe angles first and radii second for disks and sectors.
  • Letting r run from negative values without checking the geometry is wrong because standard polar area integrals usually use r ≥ 0 unless a special polar curve interpretation is intended.

Practice Questions

  1. 1 Evaluate ∫_0^{2π} ∫_0^3 r dr dθ and state the geometric area it represents.
  2. 2 Set up and evaluate the double integral of f(x,y) = x^2 + y^2 over the disk x^2 + y^2 ≤ 4 using polar coordinates.
  3. 3 Explain why the area element in polar coordinates includes the factor r, using the shape of a small polar grid cell as your reasoning.