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 , 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.
Explore in 3D (opens in a new tab)Explore
- Orbit until you look straight down the -axis, so the flat grid reads like a dartboard. Count the cells in the innermost ring and in the outermost. Same count — same size?
- 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?
- Write, before touching anything, a formula for the approximate area of a cell at radius with radial step and angular step .
- Now interrogate the mesh: retype the flat grid's resolution field from
12to24, then64, then128. At every fineness, cells within one ring stay congruent, and cell area keeps growing in proportion to — compare a cell near with one near at each level and watch the ratio stay locked near . The factor of is a property of polar coordinates, not of any particular mesh. - 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 needs no correction. Explain why summing over the polar cells — with no — would overweight the cells near the center. - Restore the polar objects. The colored dome is the integrand riding the same grid: each cell contributes height times of volume. Set up the volume both ways — the example below finishes the story.
One cell, measured exactly
The cell between radii and , spanning an angle , is a slice of a ring. Its exact area is the difference of two circular sectors:
which is up to a vanishing correction — arc length times radial step , exactly what steps 2 and 3 measured. Refining the mesh turns the sum into the integral . The extra is the local area-scaling of the map — its Jacobian, a name the next section grows into a general tool.
The area-scaling factor of , computed from the map itself rather than read off the ring-slice picture. It is the same the mesh above made you count, and the same that turns into . ( 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.