Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Change of variables rewrites an integral using new variables that make the region, integrand, or symmetry easier to handle. This cheat sheet focuses on the Jacobian, the scale factor that corrects area or volume after a transformation. College calculus students need it for double integrals, triple integrals, polar coordinates, cylindrical coordinates, spherical coordinates, and substitutions over non-rectangular regions.

It is especially useful when a region becomes simpler in variables such as uu, vv, rr, θ\theta, ρ\rho, or ϕ\phi.

The central idea is that a transformation such as x=x(u,v)x = x(u,v) and y=y(u,v)y = y(u,v) changes small area elements by the factor (x,y)(u,v)\left|\frac{\partial(x,y)}{\partial(u,v)}\right|. In three dimensions, dVdV changes by (x,y,z)(u,v,w)dudvdw\left|\frac{\partial(x,y,z)}{\partial(u,v,w)}\right|\,du\,dv\,dw. Standard coordinate systems have built-in Jacobians, including dA=rdrdθdA = r\,dr\,d\theta for polar coordinates and dV=ρ2sinϕdρdϕdθdV = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta for spherical coordinates.

Always transform both the integrand and the bounds before integrating.

Key Facts

  • For a two-variable transformation x=x(u,v)x = x(u,v) and y=y(u,v)y = y(u,v), the area element becomes dA=(x,y)(u,v)dudvdA = \left|\frac{\partial(x,y)}{\partial(u,v)}\right|\,du\,dv.
  • The two-variable Jacobian determinant is (x,y)(u,v)=xuxvyuyv=xuyvxvyu\frac{\partial(x,y)}{\partial(u,v)} = \begin{vmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{vmatrix} = \frac{\partial x}{\partial u}\frac{\partial y}{\partial v} - \frac{\partial x}{\partial v}\frac{\partial y}{\partial u}.
  • For a three-variable transformation x=x(u,v,w)x = x(u,v,w), y=y(u,v,w)y = y(u,v,w), and z=z(u,v,w)z = z(u,v,w), the volume element becomes dV=(x,y,z)(u,v,w)dudvdwdV = \left|\frac{\partial(x,y,z)}{\partial(u,v,w)}\right|\,du\,dv\,dw.
  • A double integral changes variables by Rf(x,y)dA=Sf(x(u,v),y(u,v))(x,y)(u,v)dudv\iint_R f(x,y)\,dA = \iint_S f(x(u,v),y(u,v))\left|\frac{\partial(x,y)}{\partial(u,v)}\right|\,du\,dv.
  • Polar coordinates use x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, and dA=rdrdθdA = r\,dr\,d\theta.
  • Cylindrical coordinates use x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, z=zz = z, and dV=rdrdθdzdV = r\,dr\,d\theta\,dz.
  • Spherical coordinates use x=ρsinϕcosθx = \rho\sin\phi\cos\theta, y=ρsinϕsinθy = \rho\sin\phi\sin\theta, z=ρcosϕz = \rho\cos\phi, and dV=ρ2sinϕdρdϕdθdV = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta.
  • If a transformation has inverse Jacobian (u,v)(x,y)\frac{\partial(u,v)}{\partial(x,y)}, then (x,y)(u,v)=1(u,v)(x,y)\left|\frac{\partial(x,y)}{\partial(u,v)}\right| = \frac{1}{\left|\frac{\partial(u,v)}{\partial(x,y)}\right|} when the inverse exists.

Vocabulary

Change of Variables
A method for rewriting an integral in new variables so the region or integrand becomes easier to evaluate.
Jacobian
The determinant that measures how a transformation locally scales area or volume.
Transformation
A rule such as x=x(u,v)x = x(u,v) and y=y(u,v)y = y(u,v) that maps points from one coordinate system to another.
Area Element
The small piece of area in an integral, such as dAdA or its transformed form Jdudv\left|J\right|\,du\,dv.
Volume Element
The small piece of volume in an integral, such as dVdV or its transformed form Jdudvdw\left|J\right|\,du\,dv\,dw.
One-to-One Transformation
A transformation that maps each point in the new variable region to exactly one point in the original region.

Common Mistakes to Avoid

  • Forgetting the absolute value of the Jacobian is wrong because area and volume scale factors must be nonnegative, so use J\left|J\right| instead of JJ.
  • Changing only the bounds but not the integrand is wrong because every occurrence of xx, yy, and zz must be replaced by the new variable formulas.
  • Using dA=drdθdA = dr\,d\theta in polar coordinates is wrong because the correct area element is dA=rdrdθdA = r\,dr\,d\theta.
  • Mixing up spherical angle conventions is wrong because in standard calculus notation ϕ\phi is measured from the positive zz-axis and dV=ρ2sinϕdρdϕdθdV = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta.
  • Assuming any transformation is valid everywhere is wrong because the Jacobian can be zero or the mapping can fail to be one-to-one on the chosen region.

Practice Questions

  1. 1 Use polar coordinates to evaluate R(x2+y2)dA\iint_R (x^2 + y^2)\,dA where RR is the disk x2+y29x^2 + y^2 \le 9.
  2. 2 For x=u2v2x = u^2 - v^2 and y=2uvy = 2uv, compute (x,y)(u,v)\frac{\partial(x,y)}{\partial(u,v)}.
  3. 3 Use spherical coordinates to set up, but not evaluate, Bz2dV\iiint_B z^2\,dV where BB is the ball x2+y2+z216x^2 + y^2 + z^2 \le 16.
  4. 4 Explain why the factor J\left|J\right| is needed when changing variables, even if the transformation reverses orientation.