Multiple Integrals and Change of Variables
Integrating over regions of the plane and space, iterating with Fubini, and rescaling with the Jacobian determinant.
Leads to: Change of variables underlies joint densities and the Gaussian normalization in probability (Phase 7).
Learning Objectives
Click a status chip to cycle: Not started → In progress → Studied → Practiced → Needs review → Mastered.
- Set up and evaluate a double integral as an iterated integral over a region.
- State Fubini’s theorem and swap the order of integration correctly.
- Apply the change-of-variables formula with the Jacobian determinant.
- Compute the Gaussian integral using a polar change of variables.
Key Vocabulary
- Double integral
- The limit \(\iint_R f\,dA\) of Riemann sums of \(f\) over a plane region \(R\).
- Iterated integral
- Evaluation \(\int\!\!\int f\,dy\,dx\) one variable at a time, inner limits possibly depending on the outer.
- Fubini’s theorem
- For integrable \(f\), the double integral equals either iterated integral, so the order may be swapped.
- Jacobian determinant
- The factor \(|\det J|\) by which a change of variables rescales area/volume elements.
- Region of integration
- The domain \(R\); its description (as x- or y-simple) sets the inner and outer limits.
- Polar coordinates
- The map \(x=r\cos\theta,\ y=r\sin\theta\) with area element \(dA=r\,dr\,d\theta\).
Intuition & Motivation
Double integrals and Fubini
Over a rectangle \(R=[a,b]\times[c,d]\), Fubini’s theorem lets us iterate in either order:
Over a non-rectangular region we describe it as y-simple (\(g_1(x)\le y\le g_2(x)\)) or x-simple and let the inner limits depend on the outer variable. Swapping order then requires re-reading the region, not just flipping symbols.
Change of variables and the Jacobian
The absolute value of the determinant is the local area-scaling factor: a coordinate map that doubles areas contributes a factor of 2. For polar coordinates \(\det J=r\), giving the familiar \(dA=r\,dr\,d\theta\).
The Gaussian integral
The most important integral in quantitative finance normalizes the normal distribution. It has no elementary antiderivative in one variable, yet a polar trick evaluates it exactly:
This estimator throws random points in a square and counts the fraction inside a quarter-disc - a stochastic double integral. It converges at rate \(1/\sqrt{N}\), the same law that governs Monte Carlo option pricing (Phase 13).
- Swapping the order of integration without redrawing the region - the limits change, not just the differentials.
- Forgetting the Jacobian factor \(r\) in polar coordinates; \(dA\neq dr\,d\theta\).
- Using the signed determinant instead of \(|\det J|\); area scaling is always nonnegative.
- Assuming every double integral factors into a product; that only happens when \(f(x,y)=g(x)h(y)\) on a rectangle.
- When an inner integral is intractable, try swapping the order before anything fancier.
- Radial symmetry (functions of \(x^2+y^2\)) almost always signals polar coordinates.
- Memorize \(\int_{-\infty}^\infty e^{-x^2/2}dx=\sqrt{2\pi}\); it is the normalizing constant behind every Gaussian in the course.
Knowledge Check
Practical Exercise
Evaluate \(\iint_R (x+y)\,dA\) where \(R\) is the triangle with vertices \((0,0),\ (1,0),\ (0,1)\). Set up the iterated integral, then compute.
Describe \(R\) as \(0\le x\le 1,\ 0\le y\le 1-x\):
Expand the integrand: \(x-x^2+\tfrac12(1-2x+x^2)=\tfrac12-\tfrac12x^2\). Integrate:
So the integral equals \(\tfrac13\). By symmetry in \(x\) and \(y\) you could also split into two equal pieces as a check.
Lesson Summary
Formula Sheet Additions
Retrieval Practice
Close the lesson and answer from memory before checking. This is deliberate, effortful recall - the single highest-yield study action.
A: The absolute Jacobian determinant |det J| of the coordinate map, the local area-scaling factor.
A: Square it into a double integral, switch to polar (dA=r dr dθ), integrate to get π, so the integral is sqrt(π).
Completion Checklist
- I can explain the core ideas in my own words
- I worked the derivations/examples by hand
- I completed the interactive workbench(es)
- I passed the knowledge check