Login
📚 Multivariable Calculus, Interactive Edition
Chapters ▾
⇩ Download ▾

5.1 Polar Coordinates and the Jacobian

A double integral is a refined sum over cells. In rectangular coordinates the cells are congruent little squares, each of area ΔxΔy, and nobody thinks twice. But regions with a center — disks, rings, anything round — beg to be chopped along rings and rays instead, and then something changes: the cells are not congruent. Every cell in one ring matches its neighbors, but the rings themselves widen as they move outward. The area element must record that widening, and the figure lets you measure it before any formula claims it.

A flat disk meshed by a coarse polar grid of 12 rings and 12 wedges, whose cells visibly widen toward the rim, beneath a dome-shaped paraboloid carrying the same coarse polar mesh. A hidden Cartesian wireframe of the same paraboloid, with equal square cells, can be toggled on for contrast.Explore in 3D (opens in a new tab)
Two coarse wireframe objects: a flat disk at z=0 meshed by a polar grid of rings and wedges (resolution 12, so the cells are countable), and the dome z=4r2 carrying the same coarse polar mesh. A third object — a Cartesian-mesh copy of the dome, with identical square cells — waits hidden in the object list for the contrast step.

Explore

  1. Orbit until you look straight down the z-axis, so the flat grid reads like a dartboard. Count the cells in the innermost ring and in the outermost. Same count — same size?
  2. Each cell is approximately a rectangle, one side running radially and one side running along the arc. Moving from center to rim, which side length stays fixed and which one grows?
  3. Write, before touching anything, a formula for the approximate area of a cell at radius r with radial step Δr and angular step Δθ.
  4. Now interrogate the mesh: retype the flat grid's resolution field from 12 to 24, then 64, then 128. At every fineness, cells within one ring stay congruent, and cell area keeps growing in proportion to r — compare a cell near r=1 with one near r=2 at each level and watch the ratio stay locked near 2. The factor of r is a property of polar coordinates, not of any particular mesh.
  5. Set the resolution back to 12. Reveal the hidden Cartesian-mesh dome with its eye toggle (hide the two polar objects for a clean look) and orbit straight down: every Cartesian cell is an identical square, so dA=dxdy needs no correction. Explain why summing f·ΔrΔθ over the polar cells — with no r — would overweight the cells near the center.
  6. Restore the polar objects. The colored dome is the integrand f=4r2 riding the same grid: each cell contributes height times rΔrΔθ of volume. Set up the volume both ways — the example below finishes the story.

One cell, measured exactly

The cell between radii r and r+Δr, spanning an angle Δθ, is a slice of a ring. Its exact area is the difference of two circular sectors:

1 2 ( r + Δ r ) 2 Δ θ 1 2 r 2 Δ θ = ( r + Δ r 2 ) Δ r Δ θ ,

which is rΔrΔθ up to a vanishing correction — arc length rΔθ times radial step Δr, exactly what steps 2 and 3 measured. Refining the mesh turns the sum f·rΔrΔθ into the integral frdrdθ. The extra r is the local area-scaling of the map (r,θ)(rcosθ,rsinθ) — its Jacobian, a name the next section grows into a general tool.

r
The Jacobian determinant of the polar map ✓ Computed · mojocas 0.1.0 ✓ Agrees with the text The Jacobian determinant of the polar map, computed exactly by mojo-cas mojocas 0.1.0, and confirmed to agree with the result stated in the text.

The area-scaling factor of (r,θ)(rcosθ,rsinθ), computed from the map itself rather than read off the ring-slice picture. It is the same r the mesh above made you count, and the same r that turns dA into rdrdθ. (t stands for θ.)

An original work of XYZ Homework, built around interactive XYZ 3D figures. Aligned to OpenStax Calculus Volume 3 (Strang & Herman), © OpenStax (Rice University), licensed CC BY-NC-SA 4.0; no OpenStax content is reproduced, and this work is not affiliated with or endorsed by OpenStax or Rice University. License: CC-BY-NC-SA-4.0.