Historical Context & Motivation
The idea behind a change of variables is one of the oldest tricks in mathematics: when a problem looks hard in one coordinate system, switch to a different one where it looks easy. This technique has roots stretching back centuries, and it became especially powerful once mathematicians began tackling integrals over complicated two- and three-dimensional regions.
In single-variable calculus, you already know u-substitution — replacing a messy expression with a single variable u to simplify an integral. The multivariable version extends that idea to two or more dimensions, but now you must also track how the shape of the region changes under the substitution, not just the integrand.
The central question this lesson addresses is: given a double (or triple) integral over a complicated region, how do you choose the right substitution and correctly describe the new region of integration so that the integral becomes manageable?
Core Principles & Definitions
Before diving into calculations, you need to understand the four pillars of a successful change of variables. These ideas work together: skip one, and the substitution will fail.
The Substitution Map
The Jacobian Determinant
Transformed Integrand
New Region of Integration
Visualizing the Transformation
The diagram below shows how a change of variables works geometrically. On the left is the original xy-region — a tilted parallelogram that would be painful to describe with ordinary x- and y-limits. On the right, after applying the substitution u = x + y and v = x − y, the parallelogram maps to a simple rectangle in the uv-plane. The integral over the rectangle is far easier to set up and evaluate.
Notice how the four sides of the parallelogram (labeled A–B, B–C, C–D, D–A) each map to a straight side of the rectangle. This is the hallmark of a well-chosen substitution: curved or slanted boundaries become flat, constant-value boundaries. When each side of the new region is described by u = constant or v = constant, you can write the limits of integration without any algebra. The next section turns this picture into a precise formula, using the same idea of matching boundary equations to new variables.
Mathematical Framework
Building on the four pillars from Section 2 and the geometric picture from Section 3, we can now state the formal change-of-variables theorem for double integrals. If you have an invertible, continuously differentiable transformation from (u, v) to (x, y) — meaning it has a well-defined inverse and its partial derivatives exist and vary smoothly — then the double integral transforms according to a specific rule. Let's break it down piece by piece.
How to Choose the Right Substitution
Choosing the substitution is often the hardest part. There is no single formula that works every time, but experienced mathematicians follow several reliable strategies. The diagram below categorizes the most common situations you will encounter, along with the substitution that fits each one.
The most common strategy is to let u and v be the expressions that appear in the boundary equations. For example, if the region is bounded by the lines x + y = 1, x + y = 3, x − y = 0, and x − y = 2, then setting u = x + y and v = x − y automatically turns those four boundaries into u = 1, u = 3, v = 0, and v = 2 — a rectangle in the uv-plane.
- Strategy 1 — Match the boundaries. Look at the equations of the boundary curves. If they share common expressions (like x + y or x² + y²), let those be your new variables.
- Strategy 2 — Match the integrand. If the function being integrated contains a complicated combination like (x − y)/(x + y), setting u = x + y and v = x − y simplifies both the function and (often) the region.
- Strategy 3 — Symmetry. If the region has circular symmetry, polar coordinates are almost always the best choice. If it has elliptical symmetry, scale one axis first.
- Strategy 4 — Simplify the Jacobian. After choosing u and v, compute the Jacobian. If it turns out to be extremely messy, try a different substitution — a good one usually yields a clean Jacobian.
Worked Example
Let's evaluate the integral ∬R (x − y) dA, where R is the parallelogram with vertices (0, 0), (2, 1), (3, 3), and (1, 2). We will choose a substitution, find the new region, compute the Jacobian, and evaluate the integral.
Common Substitutions Compared
Different problems call for different substitutions. The table below compares the most frequently used changes of variables, showing when each one shines and when it falls short.
| Substitution | Best For | Jacobian | Limitation |
|---|---|---|---|
| Polar (r, θ) | Circular or annular regions; x² + y² in the integrand | r | Doesn't help with non-circular boundaries |
| Linear (u = ax+by, v = cx+dy) | Parallelogram regions with straight-line boundaries | Constant (easy!) | Only works for linear boundaries |
| Scaled Polar (x=ar cos θ, y=br sin θ) | Elliptical regions; (x/a)² + (y/b)² in the integrand | abr | Only helps when the region truly has elliptical symmetry |
| Custom (u = g(x,y), v = h(x,y)) | Any region whose boundaries involve specific combinations of x and y | Varies — must compute each time | Requires careful algebraic work to invert and compute |J| |
Connection to Triple Integrals & Advanced Theory
Everything you've learned about change of variables in double integrals extends naturally to triple integrals. The Jacobian becomes a 3 × 3 determinant, and the transformed region lives in three dimensions. The two most common 3D coordinate systems — cylindrical and spherical — are just specific changes of variables with their own Jacobians.
| Feature | Double Integral (2D) | Triple Integral (3D) |
|---|---|---|
| Variables | (x, y) → (u, v) | (x, y, z) → (u, v, w) |
| Jacobian size | 2 × 2 determinant | 3 × 3 determinant |
| Polar → ? | Polar: |J| = r | Cylindrical: |J| = r; Spherical: |J| = ρ² sin φ |
| Region | 2D area in the plane | 3D volume in space |
| Key skill | Map boundary curves | Map boundary surfaces |
At a higher level, the change-of-variables theorem is connected to deep ideas in differential geometry and measure theory. The Jacobian determinant is really measuring how volumes transform under smooth maps — a concept that becomes essential in physics (general relativity), probability (multivariate distributions), and computer graphics (texture mapping). Mastering the 2D version now gives you a solid foundation for all of these applications.
Practice Problems
Lesson Summary
A change of variables transforms a difficult double integral into a simpler one by introducing new variables (u, v). The process has three essential steps: (1) choose a substitution that simplifies the region and the integrand — let the boundary equations guide your choice; (2) compute the Jacobian determinant, which tells you how area elements scale under the transformation; and (3) transform the region by substituting each boundary curve's equation into the new variables, ideally producing a rectangle.
Common substitutions include polar coordinates (|J| = r) for circular regions, linear substitutions for parallelogram regions, and scaled polar coordinates for elliptical regions. The best substitution makes both the integrand and the limits of integration simple. This technique extends naturally to triple integrals with 3 × 3 Jacobians and is fundamental to cylindrical and spherical coordinate systems.