A change of variables transforms an integral into a more convenient coordinate system.
General formula — If T:(u,v)↦(x,y) maps S to R:
∬Rf(x,y)dA=∬Sf(x(u,v),y(u,v))∣J∣dudv
where J is the Jacobian determinant:
J=∂(u,v)∂(x,y)=∂u∂x∂u∂y∂v∂x∂v∂y
Common Jacobians
Polar(r,θ): ∣J∣=r
Cylindrical(r,θ,z): ∣J∣=r
Spherical(ρ,ϕ,θ): ∣J∣=ρ2sinϕ
The Jacobian measures how the transformation scales area (or volume).
Key insight: The Jacobian generalises the substitution rule dx=g′(u)du to multiple variables.
Common pitfall: Changing variables without the Jacobian silently rescales all areas and volumes: polar needs r, spherical needs ρ2sinφ. If your disk integral came out as 2πR instead of πR2, the missing r is the culprit.
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.