Andromeda
Note

Double Integrals in Polar Form

Definition

Double integrals are evaluated in polar coordinates by mapping the Cartesian coordinates (x,y)(x, y) to (r,θ)(r, \theta) and using the polar differential area element. Rf(x,y)dA=αβg1(θ)g2(θ)f(rcosθ,rsinθ)rdrdθ\iint_R f(x, y) dA = \int_\alpha^\beta \int_{g_1(\theta)}^{g_2(\theta)} f(r \cos \theta, r \sin \theta) r dr d\theta

  • How to read: “The double integral over the region R of f of x, y with respect to A equals the integral from alpha to beta of the integral from g one of theta to g two of theta of f of r cosine theta, r sine theta, multiplied by r with respect to r, then theta.”
  • Meaning: Polar change of variables; the factor rr is the Jacobian—use for circular/annular regions or radially symmetric integrands.

Why It Matters

Forcing a circular problem into a square grid (Cartesian) makes the math “blow up” with complexity. Double integrals in polar form matter because they align the coordinate system with the “natural geometry” of the problem—like the rotation of a tire or the spread of a ripple in a pond. By using rdrdθr dr d\theta, we simplify the calculations for everything with radial symmetry, from the strength of an electromagnetic field to the optimal design of a circular saw blade.

Core Concepts

  • Area Differential: The differential element dAdA becomes rdrdθr dr d\theta. The extra rr factor accounts for the increasing width of the sector as rr increases.
  • Coordinate Substitution: x=rcosθx = r \cos \theta, y=rsinθy = r \sin \theta, and x2+y2=r2x^2 + y^2 = r^2.
  • Polar Limits: The inner limits describe the radius rr as a function of θ\theta, and the outer limits define the angular sector [α,β][\alpha, \beta].

Connected Concepts