Double Integrals in Polar Coordinates

College Depth 63 in the knowledge graph I know this Set as goal
Unlocks 4785 downstream topics
polar-coordinates jacobian

Core Idea

In polar coordinates (r, θ), the area element becomes dA = r dr dθ. The double integral becomes ∫_α^β ∫_{r₁(θ)}^{r₂(θ)} f(r cos θ, r sin θ) r dr dθ. Polar is natural for circular or radial regions.

Explainer

From your study of polar coordinates, you know that any point in the plane can be described by a radius r (distance from the origin) and an angle θ (measured from the positive x-axis), with x = r cos θ and y = r sin θ. Double integrals in polar coordinates arise when you want to integrate over a region that is naturally described in terms of r and θ — a disk, an annulus, a sector — where the Cartesian description would be awkward. The conversion is straightforward for the integrand: replace x and y with r cos θ and r sin θ. The subtlety is in the area element.

The extra factor of r in dA = r dr dθ is the Jacobian of the polar coordinate change. Here is the geometric reason: in Cartesian coordinates, a small rectangle at position (x, y) has area dx dy, and every small rectangle looks the same regardless of where you are. In polar coordinates, a small patch at radius r and angle θ is not a rectangle — it is a curved "wedge." Its radial extent is dr and its angular extent is r dθ (arc length at radius r). So the area is approximately dr · r dθ = r dr dθ. Far from the origin (large r), the wedge is wide and the factor r is large; close to the origin, the wedge is narrow and the factor r approaches 0. Without this factor, you would be integrating over equal "parameter patches" that actually represent very different areas.

The practical workflow for a polar double integral is: (1) sketch the region and determine the bounds for r and θ; (2) write the integrand in polar form; (3) include the factor r; (4) set up and evaluate the iterated integral, usually with r in the inner integral. For a disk of radius R, the bounds are 0 ≤ θ ≤ 2π and 0 ≤ r ≤ R. For a sector, restrict θ. For an annulus, restrict r between two positive values. A region that would require splitting into multiple Cartesian pieces often becomes a single clean polar integral.

The classic example is the area of a disk: ∫₀^{2π} ∫₀^R r dr dθ = ∫₀^{2π} R²/2 dθ = πR². Another is the Gaussian integral ∫∫ e^{−(x²+y²)} dA over all of R², which converts to ∫₀^{2π} ∫₀^∞ e^{−r²} r dr dθ = π, unlocking the one-dimensional result ∫₋∞^∞ e^{−x²} dx = √π. The polar area element r dr dθ is also the first instance of the Jacobian substitution you will generalize in change-of-variables for double integrals.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CirclePolar CoordinatesDouble Integrals in Polar Coordinates

Longest path: 64 steps · 249 total prerequisite topics

Prerequisites (1)

Leads To (4)