TheoremComplete

The Change of Variables Theorem

The change of variables theorem (also known as the substitution formula for multiple integrals) generalizes uu-substitution to higher dimensions using the Jacobian determinant.


The General Theorem

Theorem9.6Change of Variables in $\mathbb{R}^n$

Let T:GDT : G \to D be a C1C^1 bijection between open regions in Rn\mathbb{R}^n with detJT0\det J_T \neq 0 on GG. Then for any integrable function ff on DD: Df(x)dx=Gf(T(u))detJT(u)du\int_D f(\mathbf{x})\,d\mathbf{x} = \int_G f(T(\mathbf{u})) \, |\det J_T(\mathbf{u})| \, d\mathbf{u} where JTJ_T is the Jacobian matrix of TT.

The absolute value of the Jacobian determinant detJT|\det J_T| accounts for how the transformation TT locally stretches or compresses volume. Intuitively, detJT(u)du|\det J_T(\mathbf{u})| \, d\mathbf{u} is the "true volume" element in the new coordinates.


Proof Idea and Key Examples

ExampleThe Gaussian integral via polar coordinates

We compute I=ex2dxI = \int_{-\infty}^{\infty} e^{-x^2} dx by first evaluating I2I^2: I2=R2e(x2+y2)dxdy=02π0er2rdrdθ=2π12=πI^2 = \iint_{\mathbb{R}^2} e^{-(x^2+y^2)}\,dx\,dy = \int_0^{2\pi}\int_0^\infty e^{-r^2} r\,dr\,d\theta = 2\pi \cdot \frac{1}{2} = \pi Therefore I=πI = \sqrt{\pi}, establishing the fundamental Gaussian integral ex2dx=π\int_{-\infty}^\infty e^{-x^2}\,dx = \sqrt{\pi}.

ExampleVolume of the $n$-ball

By induction and change of variables, the volume of the unit ball Bn={x12++xn21}B^n = \{x_1^2 + \cdots + x_n^2 \leq 1\} is Vn=πn/2Γ(n/2+1)V_n = \frac{\pi^{n/2}}{\Gamma(n/2 + 1)} giving V1=2V_1 = 2, V2=πV_2 = \pi, V3=4π3V_3 = \frac{4\pi}{3}, V4=π22V_4 = \frac{\pi^2}{2}. Notably, Vn0V_n \to 0 as nn \to \infty: high-dimensional spheres have vanishingly small volume.


Generalized Coordinates

Theorem9.7Integration in Curvilinear Coordinates

For a general curvilinear coordinate system (q1,,qn)(q_1, \ldots, q_n) with position vector r(q1,,qn)\mathbf{r}(q_1, \ldots, q_n), the volume element is dV=detgijdq1dqndV = \sqrt{|\det g_{ij}|} \, dq_1 \cdots dq_n where gij=rqirqjg_{ij} = \frac{\partial \mathbf{r}}{\partial q_i} \cdot \frac{\partial \mathbf{r}}{\partial q_j} is the metric tensor. For orthogonal coordinates, this simplifies to dV=h1h2hndq1dqndV = h_1 h_2 \cdots h_n \, dq_1 \cdots dq_n where hi=rqih_i = \left\|\frac{\partial \mathbf{r}}{\partial q_i}\right\|.

RemarkThe Jacobian and orientation

The sign of detJT\det J_T indicates whether TT preserves or reverses orientation. We take the absolute value in the change of variables formula because we are computing unsigned volume. In the theory of differential forms, the signed Jacobian appears naturally and orientation becomes a fundamental concept.