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

5.2 Change of Variables

The last section earned one correction factor, the polar r, by measuring mesh cells. This section is the same idea with the training wheels off. A change of variables is a map

T ( u , v ) = ( x ( u , v ) , y ( u , v ) )

that carries a simple region in the uv-plane — ideally a square — onto the region you actually care about. Chop the square into a grid and T carries the grid along: the image is a curvilinear mesh, and each little square cell lands as a little curvilinear cell whose area has been scaled by some local factor. That factor is the Jacobian determinant, and the figure puts it under two sliders.

Seen from almost straight overhead, a faint gray wireframe unit square sits in the plane, and over it lies a brightly colored curvilinear quadrilateral: the image of that square under the map T(u, v) = (u + a v, v + b u squared), carrying a mesh of small cells that stretch and shrink from one corner of the region to the other. Slider a shears the top edge sideways and slider b bends the bottom edge into a parabola; setting both sliders to zero makes the colored image coincide with the gray square, and the varying cell sizes elsewhere are the Jacobian made visible.Explore in 3D (opens in a new tab)
Seen from nearly overhead: a faint gray wireframe unit square, and over it the brightly colored curvilinear image of that square under T(u,v)=(u+av,v+bu2), carrying a fine mesh of cells. Slider a (shear strength, 1 to 1, starting at 0.4) skews the square sideways; slider b (bend strength, 1 to 1, starting at 0.5) bows its bottom edge into a parabola. With both sliders at zero the colored image coincides with the gray square.

Explore

  1. Set both sliders to 0 and confirm the image is the unit square, every cell congruent. This is the identity map; its Jacobian should be 1 everywhere.
  2. Raise a alone. The square shears sideways into a parallelogram — but look closely at the cells. Are they still all the same size? A shear slides rows past each other without compressing them; predict the Jacobian of a pure shear, then check against the formula below.
  3. Return a to 0 and raise b alone. The bottom edge bows into a parabola and cells tilt — but do they change area? Sliding each column vertically by bu2 is a shear too, just a vertical one.
  4. Now set the sliders to their starting values a=0.4, b=0.5, where both effects act at once. The cells are no longer equal: find where in the mesh they are smallest. Is it along the u=0 edge or the u=1 edge of the image?
  5. Push both sliders to 1 and watch the mesh pinch: cells collapse toward zero area along a band in the middle of the region, and beyond it the mesh folds back over itself. The formula below says the Jacobian there passes through zero and changes sign — a warning that T has stopped being one-to-one, which honest substitutions must not do on the interior.

The Jacobian is the cell-area scale

Near a point (u,v), the map T acts like its linear approximation: the mesh cell with sides Δu and Δv lands as a small parallelogram whose area is |J(u,v)|ΔuΔv, where

J ( u , v ) = x u y v x v y u .

Summing function values against these true cell areas and refining gives the change-of-variables formula:

R f ( x , y ) d A = S f ( T ( u , v ) ) | J ( u , v ) | d u d v ,

where T carries S one-to-one onto R. The polar map T(r,θ)=(rcosθ,rsinθ) is the marquee special case: its Jacobian is cosθ·rcosθ(rsinθ)·sinθ=r, and the last section's area element falls out of the general machine.

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.