← SciSim / Mathematics

Multiple Integrals — Double & Triple

From single-variable Riemann sums to volumes, masses, and probabilities in $\R^2$ and $\R^3$ — slice it, sum it, take the limit.
🎓 Tier: Standard Undergraduate (Multivariable Calculus)

📊 Section 1 — Interactive Simulation

Pick a function $f(x,y)$ and a 2D region. Watch the Riemann sum approximate $\iint_R f\,\dd{A}$ as the grid refines. Switch between rectangular, polar (Jacobian $r$), or compare iterated orders to confirm Fubini.

Riemann sum grid (heatmap = f value)
grid n × n
20 × 20
approx S_n
exact ∫∫ f dA
|error|
area of R
mean value f̄
cells active
rule
midpoint

Run

Integrand f(x, y)

Sum rule

Parameters

Display Options

Tips

• Midpoint rule is 2nd order — doubling $n$ cuts error ×4.
• Simpson 2D is 4th order — doubling $n$ cuts error ×16.
• Switch to Polar to integrate $e^{-r^2}$ — the trick behind $\int_\R e^{-x^2}\,dx=\sqrt\pi$.
• Monte Carlo error decays only as $1/\sqrt n$ but works in any dimension.

🪜 Section 2 — The Idea, Step by Step

From "stack of tiles" to "slice and sum" — building a double integral out of something you can actually picture, then climbing to the precise form and the sliders above.

Start · the everyday picture
Picture a bathroom floor that isn't flat — it sags in the middle like a shallow bowl. How much water would the bowl hold? Chop the floor into tiny square tiles, measure the depth of water sitting over each tile, and add up (depth $\times$ tile area) for every tile. Use smaller tiles and the total gets more honest. That running total is a double integral. No symbols needed yet — just "depth times area, added up over the whole floor."
Build · name the pieces, add them up
Give the height above each point a name: $f(x,y)$. Cut the region $R$ into a grid of little rectangles, each of area $\Delta A = \Delta x\,\Delta y$. Pick a sample point in each, multiply its height by its area, and sum: $$S_n \;=\; \sum_{i,j} f(x_i,y_j)\,\Delta A.$$ One worked number: let $f=1$ (a flat slab one unit tall) over the rectangle $[0,2]\times[0,3]$. Each tile contributes $1\times(\text{tile area})$, so the grand total is just the floor's area, $2\times 3 = 6$. Integrating the constant $1$ always returns the area of $R$ — a built-in sanity check you can trigger in the sim.
Deepen · shrink the tiles, then slice
Let the tiles shrink toward zero. The limit is the double integral $\iint_R f\,\dd A$. Fubini's theorem lets you evaluate it as two ordinary single integrals, one inside the other: $\int_a^b\!\big(\int_c^d f\,\dd y\big)\dd x$ — integrate $y$ first to get the area of a slice, then sweep the slices in $x$. Curved regions just turn the inner limits into functions, $g_1(x)\le y\le g_2(x)$. Change coordinates and the area element picks up a Jacobian: in polar, $\dd A = r\,\dd r\,\dd\theta$, the extra $r$ measuring how much each polar tile stretches as it moves outward. Add one more axis and you get a triple integral $\iiint_E f\,\dd V$ for mass, charge, or probability. In the sim above, the $n$ slider sets how fine the grid is (watch $|\text{error}|$ shrink as you raise it), the $x$- and $y$-range sliders set the region $R$, and the rule menu swaps the sample point — midpoint, corner, Simpson, or Monte Carlo.
Close · try this in the sim above
Pick $f=1$ and confirm that approx $S_n$ equals the area of $R$ for any $n$ — the constant-height check. Then choose the Gaussian $e^{-x^2-y^2}$, switch to Polar mode, and watch the answer settle onto $\pi$, the famous trick the Jacobian $r$ makes possible. Finally set the rule to Midpoint and double $n$ from 10 to 20 to 40: $|\text{error}|$ should fall about $\times 4$ each step, the signature of 2nd-order convergence.

📐 Section 3 — Theory & Construction

Build the double integral as a limit of Riemann sums, prove Fubini's theorem informally, then extend to triple integrals and change of variables.

Fubini's Theorem (Rectangular Form)

If $f:[a,b]\times[c,d]\to\R$ is continuous (or just integrable with absolutely integrable iterated integrals), then $$\iint_{[a,b]\times[c,d]} f(x,y)\dd{A} \;=\; \int_a^b\!\!\int_c^d f(x,y)\dd{y}\dd{x} \;=\; \int_c^d\!\!\int_a^b f(x,y)\dd{x}\dd{y}.$$

In short: a double integral splits into two single integrals in either order. For non-rectangular regions you may need to swap inner/outer bounds carefully.

Symbol Table

SymbolMeaningType
$R$ Region of integration in $\R^2$ (or $\R^3$) Bounded, measurable
$\Delta A_i$ Area of $i$-th subrectangle in partition $\Delta x_i \Delta y_j$
$(x_i^*,y_j^*)$ Sample point inside each subrectangle Point in $R$
$S_n$ Riemann sum $\sum_{i,j} f(x_i^*,y_j^*)\Delta A_{ij}$ Real scalar
$\iint_R f\dd{A}$ Limit $\lim_{\norm{P}\to 0} S_n$ Real scalar (the integral)
$\dd{A}$ Area element: $\dd{x}\dd{y}$ rectangular, $r\dd{r}\dd\theta$ polar2-form
$J$ Jacobian $\partial(x,y)/\partial(u,v)$ for change of variables$2\times 2$ determinant
$\dd{V}$ Volume element: $\dd{x}\dd{y}\dd{z}$, $r\dd{r}\dd\theta\dd{z}$, $\rho^2\sin\phi\dd\rho\dd\phi\dd\theta$3-form

From Single to Double Integral

Step 1 · Partition the rectangle
Divide $[a,b]$ into $m$ subintervals of width $\Delta x = (b-a)/m$, and $[c,d]$ into $n$ subintervals of width $\Delta y = (d-c)/n$. This creates an $m\times n$ grid of subrectangles, each of area $\Delta A = \Delta x\,\Delta y$.
Step 2 · Sample and sum
In each subrectangle $R_{ij}$, pick any sample point $(x_i^*, y_j^*)$. Form the Riemann sum $$S_{m,n} \;=\; \sum_{i=1}^{m}\sum_{j=1}^{n} f(x_i^*, y_j^*)\,\Delta A.$$ Geometrically: total signed volume of $m\cdot n$ rectangular boxes whose heights match $f$ at the sample.
Step 3 · Take the limit
If $f$ is continuous on $R$ (or bounded with discontinuities on a set of measure zero), the sum has a unique limit independent of partition and sample choice: $$\iint_R f\,\dd{A} \;=\; \lim_{\max\{\Delta x,\Delta y\}\to 0} S_{m,n}.$$ This is the double integral of $f$ over $R$.
Step 4 · Fubini reduction
Fix $x$ first and integrate out $y$: the inner integral $A(x) = \int_c^d f(x,y)\dd{y}$ is a function of $x$ alone (area of the cross-section "slice" at height $x$). Then sum slices: $\iint_R f\dd{A} = \int_a^b A(x)\dd{x}$. The same logic in the other order gives the second equality. Fubini's theorem says both orders yield the double integral when $f$ is well-behaved (e.g.\ continuous, or $\iint\abs{f}<\infty$ — Tonelli's variant).
Step 5 · Non-rectangular regions
For $R = \{(x,y): a\le x\le b,\ g_1(x)\le y\le g_2(x)\}$ (Type-I region), the inner $y$-limits become functions of $x$: $$\iint_R f\dd{A} \;=\; \int_a^b\!\!\int_{g_1(x)}^{g_2(x)} f(x,y)\dd{y}\dd{x}.$$ Type-II regions $\{(x,y):c\le y\le d, h_1(y)\le x\le h_2(y)\}$ are analogous. Swapping order requires re-describing the region — sketch it first.
Step 6 · Change of variables (Jacobian)
If $\Phi(u,v)=(x(u,v), y(u,v))$ maps $S\subset\R^2$ bijectively (a.e.) onto $R$, then $$\iint_R f(x,y)\dd{A} \;=\; \iint_S f(x(u,v),y(u,v))\,\abs{\det J_\Phi(u,v)}\dd{u}\dd{v},$$ where $J_\Phi = \begin{pmatrix}\partial x/\partial u & \partial x/\partial v \\ \partial y/\partial u & \partial y/\partial v\end{pmatrix}$. For polar $(x,y)=(r\cos\theta, r\sin\theta)$, $\abs{\det J}=r$ — that's why $\dd{A}=r\dd{r}\dd\theta$.
Step 7 · Triple integrals
Same story in $\R^3$: $\iiint_E f\dd{V} = \lim \sum f(x^*,y^*,z^*)\Delta V$. Fubini gives 6 possible orders. Common changes of variable: cylindrical $\dd{V}=r\dd{r}\dd\theta\dd{z}$, spherical $\dd{V}=\rho^2\sin\phi\dd\rho\dd\phi\dd\theta$.

Simulation ↔ Symbol Mapping

tab Rectangle $R=[a,b]\times[c,d]$ — Cartesian Riemann grid
tab General Region Type-I region with $g_1(x), g_2(x)$ curves bounding $y$
tab Polar $\dd{A}=r\dd{r}\dd\theta$ — note grid cells widen with $r$
tab Fubini Run both orders, compare — should agree for continuous $f$
slider n refinement: $\Delta x = \Delta y = 1/n$
readout approx Sₙ the Riemann sum value for current partition
readout error $\abs{S_n - I}$ where $I$ is the analytic answer
readout mean f̄ $\frac{1}{\text{area}(R)}\iint_R f\dd{A}$ — average value of $f$ over $R$
graph error log–log slope $-2$ = midpoint (2nd-order); slope $-4$ = Simpson; $-1/2$ = Monte Carlo

Worked Example — Volume Under a Paraboloid

Compute $V = \iint_R (x^2+y^2)\dd{A}$ where $R = \{(x,y):x^2+y^2\le 1\}$ (unit disc).

Cartesian (hard): $V = \int_{-1}^{1}\!\int_{-\sqrt{1-x^2}}^{\sqrt{1-x^2}}(x^2+y^2)\dd{y}\dd{x}$. Inner: $2x^2\sqrt{1-x^2} + \frac{2}{3}(1-x^2)^{3/2}$. Outer requires trig substitution — painful but doable.

Polar (easy): $x^2+y^2 = r^2$, $\dd{A}=r\dd{r}\dd\theta$. $R: 0\le r\le 1$, $0\le\theta\le 2\pi$. $$V \;=\; \int_0^{2\pi}\!\!\int_0^1 r^2\cdot r\dd{r}\dd\theta \;=\; \int_0^{2\pi}\!\!\int_0^1 r^3\dd{r}\dd\theta = \int_0^{2\pi}\frac{1}{4}\dd\theta = \frac{\pi}{2}.$$

Numerical check (simulation): with Cartesian midpoint rule on $[-1,1]^2$ masking the disc, $n=20$ gives $S\approx 1.564$; exact $\pi/2 \approx 1.5708$. Polar with $n=20$ gives $S\approx 1.5708$ — essentially exact because the integrand $r^3$ is a polynomial that midpoint integrates well after the substitution. $\boxed{V = \pi/2.}$

Worked Example — The Gaussian Integral via Polar

Famous trick: $I = \int_{-\infty}^{\infty} e^{-x^2}\dd{x}$ has no elementary antiderivative. But $I^2 = \iint_{\R^2}e^{-x^2-y^2}\dd{A}$. Convert to polar: $$I^2 \;=\; \int_0^{2\pi}\!\!\int_0^\infty e^{-r^2} r\dd{r}\dd\theta \;=\; 2\pi \cdot \left[-\tfrac12 e^{-r^2}\right]_0^\infty \;=\; \pi.$$

Therefore $\boxed{I = \sqrt\pi.}$ This single change of variables solves a problem that's impossible in 1D.

Reference: Stewart, J. — Calculus: Early Transcendentals, 8th ed., Ch. 15 §15.1–15.9; Apostol, T. — Calculus Vol. II, Ch. 11 (Multiple Integrals); Spivak, M. — Calculus on Manifolds, Ch. 3 (Integration); Rudin, W. — Principles of Mathematical Analysis, Ch. 10 (for the Fubini/Tonelli measure-theoretic version); Marsden & Tromba — Vector Calculus, 6th ed., Ch. 5–6.

❓ Section 4 — Frequently Asked Questions

🧮Conceptual Why does the order of integration not matter? When can it matter?

Fubini's theorem says the two orders agree whenever $f$ is continuous on a closed bounded region, or more generally when $\iint_R \abs{f}\,\dd{A} < \infty$ (Tonelli–Fubini for measurable functions). Geometrically, you're computing the same volume by slicing it two different ways — vertical strips vs horizontal strips. They must agree because volume doesn't depend on how you slice.

It can fail when $f$ is unbounded and $\iint\abs{f}=\infty$. Classic counterexample: $f(x,y) = (x^2-y^2)/(x^2+y^2)^2$ on $[0,1]^2$. The two iterated integrals give $\pi/4$ and $-\pi/4$ — different! The double integral doesn't exist in the Riemann/Lebesgue sense because $\iint\abs{f}=\infty$.

Key takeaway: continuous on a compact region ⇒ orders agree (Fubini). For improper / unbounded $f$, check absolute integrability first.
🔬Simulation Why does the polar mode's grid look like fan blades that widen with r?

In polar coordinates, a "cell" with $\Delta r$ and $\Delta\theta$ is an annular sector. Its area is approximately $r\,\Delta r\,\Delta\theta$ — not $\Delta r\,\Delta\theta$. The extra factor of $r$ is exactly $\abs{\det J_\Phi}$ where $\Phi(r,\theta)=(r\cos\theta,r\sin\theta)$. Sectors at large $r$ are much bigger than sectors near the origin, even though both have the same $\Delta r,\Delta\theta$. The simulation paints each sector with its actual Cartesian area, which is why outer rings appear wider.

Operationally: when you switch to polar mode, the readout shows $S_n = \sum f(r_i,\theta_j)\cdot r_i\,\Delta r\,\Delta\theta$. Drop the $r$ and you get a wrong answer that systematically under-weights large-$r$ contributions.

Key takeaway: $\dd{A}_{polar} = r\dd{r}\dd\theta$ — that $r$ is the Jacobian, geometrically the area amplification of the polar grid.
🌍Applied Where are multiple integrals actually used outside math class?

Physics: mass $m=\iiint_E \rho\dd{V}$ and center of mass $\bar x = \frac{1}{m}\iiint_E x\rho\dd{V}$; moments of inertia $I_z = \iiint_E (x^2+y^2)\rho\dd{V}$; electric/gravitational potentials are 3D integrals of source densities; flux through a surface is a double integral; total charge from charge density. Probability: for jointly continuous $(X,Y)$ with density $f$, $P((X,Y)\in B) = \iint_B f\dd{A}$ and $E[g(X,Y)] = \iint g f\dd{A}$. The normalizing constant of a 2D Gaussian is exactly the polar trick above. Engineering: finite-element methods reduce PDE problems to assembling many local 2D/3D integrals over mesh elements; computing volumes/areas of CAD parts; structural moments. Statistics / ML: Bayesian posteriors are integrals over high-dimensional parameter spaces — Monte Carlo and MCMC exist because deterministic quadrature collapses past $\sim 6$ dimensions.

Key takeaway: anywhere a quantity is "density × region", you have a multiple integral.
💡Non-Obvious What is the Jacobian, geometrically?

For a smooth map $\Phi:S\to R$, near any point $\Phi$ is well-approximated by its derivative — a linear map represented by the Jacobian matrix $J_\Phi$. A linear map sends a unit square to a parallelogram whose area equals $\abs{\det J}$. So $\abs{\det J_\Phi(u,v)}$ is the local area amplification factor at $(u,v)$. The change-of-variables formula is "weight each tiny patch in $S$ by how much it stretches when mapped to $R$, then integrate".

In 3D the same idea works with volume amplification; in $n$ dimensions, $\abs{\det J}$ is an $n$-volume scaling. If $\det J = 0$ at a point, the map collapses dimensions locally (singularity — handle with care). If $\det J < 0$, $\Phi$ flips orientation; we take absolute value because area is unsigned in this context (signed forms appear in differential geometry).

Key takeaway: $\abs{\det J_\Phi}$ tells you how much area/volume is stretched by $\Phi$ at each point — the universal "weight" for any change of variables.
📐Computational Why does Monte Carlo beat Simpson in high dimensions?

Tensor-product quadrature (Simpson, Gauss, midpoint on a grid) in $d$ dimensions needs $n^d$ function evaluations for $n$ points per axis. Error decays as $n^{-p}$ where $p$ is the rule's order — so error vs cost: $\text{err} \sim N^{-p/d}$ for $N = n^d$ evaluations. For $d=6$, even Simpson ($p=4$) gives $N^{-2/3}$ — slow.

Monte Carlo: pick $N$ uniform random points in $R$, average $f$ values, multiply by $\text{vol}(R)$. By CLT, error decays as $1/\sqrt N$ regardless of $d$. So once $d \gtrsim 2p$, Monte Carlo wins. Bayesian inference routinely operates in $d = 100$–$10^6$ — quadrature is hopeless, Monte Carlo (especially MCMC/HMC) is the only option.

This is the famous "curse of dimensionality" for deterministic integration. Quasi-Monte Carlo (low-discrepancy sequences like Sobol/Halton) bridges the gap with $\sim N^{-1}(\log N)^d$ — better than MC for moderate $d \approx 10$–$50$ but still defeated eventually.

Key takeaway: deterministic rules pay an exponential cost in $d$; MC pays none. Crossover is around $d=4$–$8$ depending on smoothness.
🎓Deep / Advanced What's the relationship between multiple integrals and measure theory?

The Riemann integral in $\R^n$ has serious limitations: it can't handle wildly discontinuous integrands and behaves badly under limits ($\lim\int \neq \int\lim$ for many useful sequences). Lebesgue's reformulation: replace "partition the domain" with "partition the range". For a measurable $f\ge 0$, $\int_R f\dd\mu = \sup\{\int_R s\dd\mu : s \text{ simple, } 0\le s\le f\}$ where simple functions take finitely many values.

Fubini's theorem in measure-theoretic form (for product measures $\mu\times\nu$): $\int_{X\times Y} f\,d(\mu\times\nu) = \int_X\int_Y f(x,y)\,d\nu\,d\mu$ when $f$ is non-negative measurable (Tonelli) or when $\int\abs{f}<\infty$ (Fubini). This is the right framework for probability theory: an integral over $\R^n$ is the same kind of object as an expectation $\int_\Omega X\,dP$, and product measures correspond to independent random variables.

The change of variables formula generalizes: for $\Phi:U\to V$ a $C^1$-diffeomorphism between open sets in $\R^n$, $\int_V f\,d\lambda = \int_U (f\circ\Phi)\abs{\det D\Phi}\,d\lambda$ where $\lambda$ is Lebesgue measure. Same formula, just rigorously proven for measurable $f$ on Lebesgue-measurable sets.

Key takeaway: multiple integration is a clean, robust object once you upgrade to Lebesgue measure — Fubini, change of variables, and dominated convergence theorems all extend without surprises.
🧮Conceptual When should I use cylindrical vs spherical coordinates for triple integrals?

Cylindrical $(r,\theta,z)$ with $\dd{V}=r\dd{r}\dd\theta\dd{z}$: choose when the region has rotational symmetry about an axis (typically the $z$-axis) and the bounds in $z$ are simple — e.g.\ paraboloid $z=r^2$ to plane $z=1$, or cylinder cores.

Spherical $(\rho,\phi,\theta)$ with $\dd{V}=\rho^2\sin\phi\dd\rho\dd\phi\dd\theta$ (here $\rho$ = distance from origin, $\phi$ = polar angle from $+z$ axis, $\theta$ = azimuth): choose when the region has radial symmetry from a point — balls, spherical shells, cones from the origin, gravitational/electric problems of point sources.

Quick test: does the integrand or region simplify when written in those coordinates? $x^2+y^2 \to r^2$ (cylindrical) or $\rho^2\sin^2\phi$ (spherical); $x^2+y^2+z^2 \to \rho^2$ (spherical, dramatically simpler). If yes, switch. Don't forget the Jacobian — that $r$ or $\rho^2\sin\phi$ is mandatory.

Key takeaway: cylindrical for axis-symmetric problems, spherical for point-symmetric problems. The Jacobian is what makes the answer correct.
Best resource: 3Blue1Brown — "The hardest problem on the hardest test" (uses double integral); Khan Academy — Multivariable Calculus, "Double integrals"; MIT OCW 18.02 — Lectures 16–25 (Multiple Integrals); Paul's Online Math Notes — Multiple Integrals; Better Explained — "A Visual, Intuitive Guide to Imaginary Numbers" series has matching coverage of polar/Jacobian thinking.

⚠️ Section 5 — Misconceptions & Common Errors

A · Conceptual Misconceptions
❌ Misconception: "Swapping the order of integration is always allowed; just rewrite the symbols." ✅ Correction: Two separate things must both hold. (i) Fubini's hypothesis (continuous on a compact region, or absolutely integrable). (ii) The bounds must be re-derived from the region — they are not the same numbers in the new order. For $R = \{0\le x\le 1, x\le y\le 1\}$, $\int_0^1\!\int_x^1 f\dd{y}\dd{x}$ swaps to $\int_0^1\!\int_0^y f\dd{x}\dd{y}$, not $\int_0^1\!\int_x^1 f\dd{x}\dd{y}$. 📖 Reference: Stewart — Calculus, 8th ed., §15.3 example on swapping order; Apostol Vol. II, §11.8.
❌ Misconception: "$\dd{A} = \dd{r}\dd\theta$ in polar coordinates." ✅ Correction: $\dd{A} = r\dd{r}\dd\theta$. The factor $r$ is the Jacobian — without it, you systematically under-count area at large $r$. Quick sanity: area of disc $\{r\le 1\}$ is $\int_0^{2\pi}\!\int_0^1 r\dd{r}\dd\theta = \pi$. Drop the $r$: $\int_0^{2\pi}\!\int_0^1 \dd{r}\dd\theta = 2\pi$ — wrong by a factor of $2$. 📖 Reference: Marsden & Tromba — Vector Calculus, 6th ed., §6.2 (change of variables); Stewart §15.4.
❌ Misconception: "If $\iint_R f\dd{A} = 0$, then $f = 0$ on $R$." ✅ Correction: Only true if $f\ge 0$ (or $f\le 0$) and $f$ is continuous. For sign-changing $f$, positive and negative parts can cancel: $\iint_{[-1,1]^2} xy\dd{A} = 0$ even though $xy\not\equiv 0$. The right statement: if $f\ge 0$ continuous and $\iint_R f\dd{A}=0$ on a region with positive area, then $f\equiv 0$ on $R$. 📖 Reference: Rudin — Principles of Mathematical Analysis, 3rd ed., §10 (basic integration); Folland, Real Analysis, 2nd ed., §2.2.
B · Common Procedural Errors
❌ Error: "$\iint_R (x^2+y^2)\dd{A}$ over the unit disc = $\int_0^{2\pi}\!\int_0^1 r^2\dd{r}\dd\theta = 2\pi/3$." ✅ Correct: Missing the Jacobian $r$. $\iint_R(x^2+y^2)\dd{A} = \int_0^{2\pi}\!\int_0^1 r^2\cdot r\dd{r}\dd\theta = \int_0^{2\pi}\frac{1}{4}\dd\theta = \pi/2$. The integrand $x^2+y^2$ rewrites as $r^2$, but the area element rewrites as $r\dd{r}\dd\theta$ — multiply them. 🔍 Why students do this: they substitute $r^2$ for $x^2+y^2$ but forget that $\dd{x}\dd{y}$ also transforms.
❌ Error: "Region $R$ bounded by $y=x^2$ and $y=x$: $\int_0^1\!\int_{x^2}^x f\dd{y}\dd{x} = \int_0^1\!\int_{y^2}^y f\dd{x}\dd{y}$." ✅ Correct: Reverse the relations. From $y=x^2$ get $x=\sqrt y$ (positive branch); from $y=x$ get $x=y$. Since $x^2\le y\le x$ for $0\le x\le 1$ means $y\le x\le \sqrt y$ for $0\le y\le 1$. So the swap is $\int_0^1\!\int_y^{\sqrt y} f\dd{x}\dd{y}$. The slip mixes up which is upper and which is lower; always sketch the region and pick a horizontal sweep. 🔍 Why students do this: they swap symbols mechanically without re-checking which curve bounds $x$ above vs below.
❌ Error: "Spherical Jacobian = $\rho^2$." ✅ Correct: $\dd{V} = \rho^2\sin\phi\dd\rho\dd\phi\dd\theta$ (with $\phi$ measured from the $+z$-axis, $0\le\phi\le\pi$). Quick sanity: volume of unit ball $= \int_0^{2\pi}\!\int_0^\pi\!\int_0^1 \rho^2\sin\phi\dd\rho\dd\phi\dd\theta = 2\pi\cdot 2\cdot\frac{1}{3} = \frac{4\pi}{3}$. Without the $\sin\phi$ you'd get $2\pi^2/3$ — wrong. 🔍 Why students do this: confuse polar (where Jacobian = $r$) with spherical, or use $\phi$ as colatitude vs. inclination inconsistently.
❌ Error: "Triple integral over $E = \{0\le z\le 1, x^2+y^2\le z\}$: integrate $z$ from $0$ to $1$ and $r$ from $0$ to $1$." ✅ Correct: The bound $r^2\le z$ couples $r$ and $z$. Two valid orderings: (i) fix $z$, then $r$ runs $0$ to $\sqrt z$, then $\theta$ over $[0,2\pi]$: $\int_0^1\!\int_0^{2\pi}\!\int_0^{\sqrt z} f r\dd{r}\dd\theta\dd{z}$. (ii) fix $r$, then $z$ runs $r^2$ to $1$. Either works; mismatched independent bounds give the wrong region (a cylinder instead of a paraboloid cup). 🔍 Why students do this: treat each variable's bounds independently when they're actually coupled by the region.
Education research: Thompson, P. — "Images of rate and operational understanding of the Fundamental Theorem of Calculus", Educational Studies in Mathematics 26 (1994); Yerushalmy, M. & Swidan, O. — "Conceptual difficulties with definite integrals", IJMEST 43(4) (2012); Sealey, V. — "A framework for characterizing student understanding of Riemann sums and definite integrals", JMB 33 (2014); Jones, S. — "Areas, anti-derivatives, and adding up pieces: Definite integrals in pure mathematics and applied science contexts", JMB 38 (2015).