A change of variables transforms a hard integral into a simpler coordinate system, generalising single-variable substitution dx=g′(u)du to multiple dimensions.
If transformation T:(u,v)↦(x,y) maps region S to R, the integral becomes:
∬Rf(x,y)dA=∬Sf(x(u,v),y(u,v))∣J∣dudv
Here, J is the Jacobian determinant, which measures how the transformation locally scales area or volume.
J=∂(u,v)∂(x,y)=∂u∂x∂u∂y∂v∂x∂v∂y
One small square, warped -- the ratio of areas IS the Jacobian
Standard Jacobians & Pitfalls
Certain coordinate systems appear frequently. Memorise their scaling factors:
Coordinate System
Variables
Scaling Factor ∣J∣
Polar
(r,θ)
r
Cylindrical
(r,θ,z)
r
Spherical
(ρ,ϕ,θ)
ρ2sinϕ
Common pitfall: Forgetting the absolute value ∣J∣ or omitting the scaling factor entirely. If a disk integral returns 2πR instead of πR2, a missing polar r is always the culprit.
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.