Change of Variables Theorem
Applying the Change of Variables Theorem
The change of variables theorem lets you evaluate a double or triple integral by switching to a new coordinate system where the integrand, the region, or both become simpler. You replace the original variables with new ones and multiply by the absolute value of the Jacobian determinant to correctly scale the area or volume elements.
For double integrals, you substitute new variables for . The theorem states:
where is the original region, is the corresponding region in the -plane, and the absolute value of the Jacobian determinant accounts for how area elements stretch or compress under the transformation.
For triple integrals, you substitute for :
The logic is the same: the Jacobian determinant scales the volume element from -space to -space.
Choosing good new variables is the whole art of this technique. You want variables that:
- Simplify the integrand (e.g., turning into )
- Transform the region into a simpler shape (rectangle, disk, box)
- Make the integration limits constant or easy to determine
For example, a double integral over an elliptical region becomes an integral over a unit disk when you set and , and then you can switch to polar coordinates on that disk.
Steps for Applying the Theorem
- Define the transformation. Write (or ) as functions of the new variables or .
- Compute the Jacobian determinant. Build the matrix of partial derivatives and take its determinant (details below).
- Transform the region. Express the boundaries of the original region in terms of the new variables to get the new region .
- Rewrite the integrand. Substitute the transformation equations into so everything is in the new variables.
- Set up and evaluate. Write the new integral over with the absolute value of the Jacobian as the scaling factor, then integrate.

Transformation and Jacobian
Transforming Regions and Integration Limits
When you change variables, the shape of the integration region typically changes. A rectangular region in Cartesian coordinates might become a polar rectangle; an ellipse might become a circle or a rectangle.
To find the new limits of integration:
- Take each boundary curve (or surface, in 3D) of the original region and substitute the transformation equations.
- Solve for the corresponding equations in the new variables.
- Use those equations to determine the limits on each new variable.
For example, a circular disk in Cartesian coordinates maps to , in polar coordinates. The region became a rectangle in the -plane, which is much easier to integrate over.

Jacobian Determinant and Its Role
The Jacobian determinant is the scaling factor that tells you how much the transformation stretches or compresses area (2D) or volume (3D) at each point. Without it, your integral would give the wrong answer because the "size" of each infinitesimal patch changes under the mapping.
For double integrals, the Jacobian matrix and its determinant are:
You then take the absolute value of this determinant in the integral.
For triple integrals, the Jacobian is the determinant of the matrix of partial derivatives:
Common Jacobians Worth Knowing
These come up constantly, so it's worth memorizing them:
- Polar coordinates (): Jacobian is , so
- Cylindrical coordinates (): Jacobian is , so
- Spherical coordinates (): Jacobian is , so
Notice that the Jacobian for polar coordinates is just , not a complicated expression. That is exactly why in polar coordinates: it comes directly from the change of variables theorem. The same reasoning produces the factor in spherical coordinates. Every "special" area or volume element you've seen in earlier units is really just the Jacobian at work.