MULTIVARIABLE CALCULUS • MULTIPLE INTEGRALS

Jacobian in Polar Coordinates — Use Jacobian r in polar coordinate transformations

Discover why an extra factor of r appears when you switch a double integral from Cartesian to polar coordinates.

Historical Context & Motivation

Long before anyone wrote down a formula for the Jacobian, mathematicians and astronomers struggled with a practical challenge: how to add up quantities spread across circular or curved regions. Cartesian (x, y) grids work beautifully for squares and rectangles, but they become awkward when the region of interest is a disk, a ring, or a sector of a circle. The search for a cleaner approach led to polar coordinates and, eventually, to the correction factor r that keeps integrals accurate when you switch coordinate systems.

1691
Birth of Polar Coordinates
Jakob Bernoulli published one of the first systematic treatments of polar coordinates, describing curves using a distance r from a fixed pole and an angle θ.
1740s
Euler's Integral Foundations
Leonhard Euler developed techniques for evaluating integrals over non-rectangular domains, laying groundwork for coordinate transformations in integration.
1841
Jacobi Formalizes the Determinant
Carl Gustav Jacob Jacobi published his work on determinants of partial derivatives, creating the formal framework we now call the Jacobian determinant — a universal tool for changing variables in multiple integrals.
1900s
Standard Calculus Curriculum
The Jacobian factor r for polar coordinates became a staple of multivariable calculus courses, used routinely in physics, engineering, and probability.

The central question is straightforward: when you rewrite a double integral from Cartesian coordinates (dx dy) to polar coordinates (dr dθ), what happens to the tiny "area patch" you are summing? As we will see, that patch changes shape, and the Jacobian factor r corrects for this change so the integral gives the same answer in either coordinate system.

Core Principles & Definitions

Before diving into calculations, let's nail down the key ideas that make the Jacobian work. Each principle answers a specific question about coordinate transformations and area.

1

Polar Coordinates (r, θ)

Every point in the plane can be described by its distance r from the origin and the angle θ it makes with the positive x-axis. The conversion rules are x = r cos θ and y = r sin θ.
2

Area Element dA

In Cartesian coordinates, a tiny rectangle has area dA = dx dy. In polar coordinates, the tiny patch is not a rectangle — it is a curved wedge whose area is dA = r dr dθ. The factor r captures the stretching that occurs farther from the origin.
3

The Jacobian Determinant

The Jacobian is a 2 × 2 determinant of partial derivatives that measures how much a coordinate transformation stretches or compresses area at each point. For polar coordinates, its absolute value equals r.
4

Why We Need the Correction

Without the Jacobian factor, switching coordinates would distort the total area (or total value of any quantity being integrated). The Jacobian preserves the integral's value across coordinate systems.
KEY TAKEAWAY
Think of the Jacobian like a scale correction on a map. If you trace a region on a flat Mercator map, countries near the poles look enormous compared to countries near the equator — the map stretches things unevenly. The Jacobian is the correction factor that tells you the true size of each tiny patch. In polar coordinates, patches farther from the origin (larger r) cover more actual area, so we multiply by r to account for that stretching.

Visual Explanation — Cartesian vs. Polar Area Patches

The diagram below shows two side-by-side views of a region in the plane. On the left you see the familiar Cartesian grid where every tiny patch is a rectangle with area dx × dy. On the right you see the polar grid where patches are curved wedges. Notice how polar patches near the origin are small and become larger as r increases — that's exactly the stretching the Jacobian corrects.

Left: In the Cartesian grid every cell has the same area dx × dy. Right: In the polar grid, cells farther from the origin are larger. The cyan wedge near the center is small, while the pink wedge farther out covers more area — both span the same Δr and Δθ, but the outer one is stretched by a larger r.

This visual makes the Jacobian factor intuitive. Each polar wedge has an arc length proportional to r (since arc length = r × Δθ), and a radial thickness dr. So the area of each tiny wedge is approximately r × dr × dθ. That factor of r in front is exactly the Jacobian.

Mathematical Framework — Deriving the Jacobian

Let's derive the Jacobian factor step by step. We start from the coordinate transformation equations and build a 2 × 2 matrix of partial derivatives. The absolute value of that matrix's determinant is the Jacobian.

COORDINATE TRANSFORMATION
x = r cos θ y = r sin θ
These two equations convert every polar pair (r, θ) into a Cartesian pair (x, y).
JACOBIAN MATRIX
J = | ∂x/∂r ∂x/∂θ | = | cos θ −r sin θ | | ∂y/∂r ∂y/∂θ | | sin θ r cos θ |
Each entry is a partial derivative. For example, ∂x/∂r = cos θ because we differentiate x = r cos θ with respect to r while treating θ as a constant.
JACOBIAN DETERMINANT
det(J) = (cos θ)(r cos θ) − (−r sin θ)(sin θ) = r cos²θ + r sin²θ = r
We use the identity cos²θ + sin²θ = 1 to simplify. The result is simply r.
INTEGRAL CONVERSION FORMULA
∬ f(x, y) dx dy = ∬ f(r cos θ, r sin θ) · r dr dθ
Replace x with r cos θ, y with r sin θ, and dx dy with r dr dθ. The extra r is the Jacobian.
⚠️ Don't Forget the r!
The single most common mistake in polar-coordinate integrals is leaving out the Jacobian factor r. Without it, your integral will give the wrong answer. Every time you write dr dθ, a factor of r must appear in the integrand.

Geometric Meaning — How the Jacobian Stretches Area

The algebra proves that the Jacobian is r, but let's understand why geometrically. A polar area element is bounded by two radii (separated by dθ) and two arcs (separated by dr). The inner arc has length r dθ, the outer arc has length (r + dr) dθ, and the sides have length dr. For a very thin wedge, the shape is approximately a rectangle with sides dr and r dθ. Its area is therefore r dr dθ, which confirms the Jacobian factor.

The amber wedge shows a single polar area element. Its radial side (green) has length dr, and its arc (pink) has length r dθ. Multiplying these gives the area r dr dθ.
Comparison of Cartesian and Polar area elements
FeatureCartesian dAPolar dA
Shape of tiny patchRectangleCurved wedge
Side lengthsdx and dydr and r dθ
Area formuladx dyr dr dθ
Depends on position?No — same everywhereYes — grows with r
Jacobian factor1 (trivial)r

Worked Example — Area of a Disk Using Polar Coordinates

Let's compute the area of a disk of radius R centered at the origin using a double integral in polar coordinates. We know the answer should be πR2, so this serves as a great check that the Jacobian works correctly.

Find the area of a disk of radius R using polar coordinates
1
Step 1 — Set up the integral in Cartesian formThe area of a region D is given by A = ∬D dx dy. For a disk x² + y² ≤ R², the Cartesian bounds are messy (we'd need y = ±√(R² − x²)), so polar coordinates are a much better choice.
2
Step 2 — Convert to polar coordinatesIn polar coordinates, the disk is simply 0 ≤ r ≤ R and 0 ≤ θ ≤ 2π. Replace dx dy with the Jacobian factor: r dr dθ. The integral becomes A = ∫₀²π ∫₀ᴿ r dr dθ.
A = ∫₀²π ∫₀ᴿ r dr dθ
3
Step 3 — Evaluate the inner integral (with respect to r)Integrate r with respect to r from 0 to R: ∫₀ᴿ r dr = [r²/2]₀ᴿ = R²/2.
Inner integral = R²/2
4
Step 4 — Evaluate the outer integral (with respect to θ)Now integrate R²/2 with respect to θ from 0 to 2π: ∫₀²π (R²/2) dθ = (R²/2) × 2π = πR².
A = πR²
5
Step 5 — Verify and interpretThis matches the well-known formula for the area of a circle. Notice that without the Jacobian factor r, we would have computed ∫₀²π ∫₀ᴿ dr dθ = 2πR, which is a circumference, not an area — a clear error that shows why the Jacobian is essential.

When to Use Polar vs. Cartesian Coordinates

Polar coordinates are not always better than Cartesian — they're a tool, and like any tool, they shine in certain situations. The table below helps you decide which coordinate system to choose for a given integral.

Decision guide: Cartesian vs. Polar coordinates
ScenarioBest ChoiceWhy
Region is a rectangle aligned with axesCartesianBounds are constants in x and y; no conversion needed.
Region is a disk, annulus, or sectorPolarr and θ bounds are simple constants; Cartesian bounds involve square roots.
Integrand contains x² + y²Polarx² + y² = r², which simplifies the integrand dramatically.
Integrand contains e^(−x² − y²)PolarBecomes e^(−r²), and the r from the Jacobian lets you use u-substitution.
Region has sides parallel to one axis onlyCartesianPolar conversion would create complicated trigonometric bounds.
🧭 WHEN TO GO POLAR
A good rule of thumb: if the region or the integrand has circular symmetry (circles, rings, angles, or expressions like x² + y²), switch to polar coordinates. Just remember to include the Jacobian factor r in the integrand when you do.

Connection to General Jacobians & Higher Dimensions

The factor r in polar coordinates is just one specific case of a much bigger idea: the general Jacobian determinant for any coordinate transformation. In three dimensions, the same concept gives rise to the Jacobians for cylindrical and spherical coordinates. The table below previews how the idea extends.

Jacobian factors for common coordinate systems
Coordinate SystemVariablesJacobian FactorVolume / Area Element
Polar (2D)r, θrr dr dθ
Cylindrical (3D)r, θ, zrr dr dθ dz
Spherical (3D)ρ, φ, θρ² sin φρ² sin φ dρ dφ dθ
General (u, v)u, v|∂(x,y)/∂(u,v)||det J| du dv

In future courses, you will learn to compute 3 × 3 Jacobian matrices for cylindrical and spherical coordinates, and even custom transformations tailored to specific problems. The key insight you've learned here — that changing variables requires a correction factor from the determinant of partial derivatives — carries over directly. Mastering the polar case gives you a solid foundation for all of them.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the polar area element is r dr dθ instead of just dr dθ. What would go wrong if we left out the factor of r?
PROBLEM 2BASIC CALCULATION
Compute the Jacobian determinant for the transformation x = r cos θ, y = r sin θ by explicitly building the 2 × 2 matrix of partial derivatives and evaluating its determinant.
PROBLEM 3INTERMEDIATE
Use polar coordinates and the Jacobian to evaluate the double integral ∬D (x² + y²) dA, where D is the disk x² + y² ≤ 4.
PROBLEM 4APPLIED
A circular sprinkler waters a lawn so that the water density (in liters per m²) at distance r from the sprinkler is given by f(r) = 3 − r for 0 ≤ r ≤ 3. Set up and evaluate a double integral in polar coordinates to find the total amount of water (in liters) delivered to the lawn.
PROBLEM 5CRITICAL THINKING
Consider the famous Gaussian integral I = ∫₋∞^∞ e^(−x²) dx. A celebrated trick squares this integral to get I² = ∬ e^(−x²−y²) dx dy over all of ℝ², then switches to polar coordinates. Show how the Jacobian factor r makes the polar integral solvable, and use this to find I.

Lesson Summary

When converting a double integral from Cartesian coordinates (x, y) to polar coordinates (r, θ), you must replace x with r cos θ, y with r sin θ, and the area element dx dy with r dr dθ. The extra factor of r is the Jacobian determinant of the transformation, computed as the determinant of the 2 × 2 matrix of partial derivatives: det[[cos θ, −r sin θ], [sin θ, r cos θ]] = r cos²θ + r sin²θ = r.

Geometrically, the Jacobian corrects for the fact that polar area elements grow larger as r increases, since the arc length of each wedge is proportional to r. Choose polar coordinates when the region or integrand has circular symmetry — disks, annuli, sectors, or expressions involving x² + y². This same Jacobian framework extends to cylindrical and spherical coordinates in three dimensions and to any general change of variables in multiple integrals.

Varsity Tutors • Multivariable Calculus • Jacobian in Polar Coordinates