Change of Variables in Multiple Integrals
Introduction
When implementing a change in variables in an integral, in addition to the bounds and the function to integrate, the infinitesimal needs to be changed as well.
The Essentials
To change \( dA \) or \( dV \) into new variables, the Jacobian is found. The Jacobian is the determinant of the partials of \( x \), \( y \), \( z \). with respect to the new variables, usually \( u \), \( v \), \( w \). In two dimensions:
In three dimensions:
So that \( dA=Jdudv \) and \( dV=Jdudvdw \). To make a change of variables in two dimensions:
With three variables:
Example
Derive the formula for polar coordinates.
In polar coordinates, \( f(x, y) \) becomes \( f(g(r,\theta), h(r, \theta)) \) where \( x=g(r,\theta)=r\cos(\theta) \) and \( y=h(r,\theta)=r\sin(\theta) \). The differential \( dA \) will become \( Jdrd\theta \). To find J:
Therefore to convert rectangular coordinates to polar coordinates:
Practice
1) Derive the formula for spherical coordinates
2) Derive the formula for cylindrical coordinates
Solutions:
1) \( dV=\rho^2\sin(\phi)d\rho d\theta d\phi \)
2) \( dV=rdrd\theta dz \)