A domain D⊆R2 is y-elementary if
D={(x,y):a≤x≤b, φ1(x)≤y≤φ2(x)}
with φ1≤φ2 continuous on [a,b] (x-elementary: symmetrically). For f continuous on a y-elementary D,
∬Df=∫ab(∫φ1(x)φ2(x)f(x,y)dy)dx,
and one checks (by extending f by an approximation argument, or by subdividing) that when D is elementary in both directions the two iterated integrals agree. Domains cut into finitely many elementary pieces are handled by additivity, and the area of D is Area(D)=∬D1.
Examples
Example 20.12
On the triangle D={0≤x≤1, 0≤y≤x}:
∬Dxydxdy=∫01x(∫0xydy)dx=∫01x⋅2x2dx=81.
Swapping the order (x from y to 1): ∫01y(∫y1xdx)dy=∫01y21−y2dy=81 — same value, different computation: choosing the order of integration well is half the craft.
Example 20.13 (When only one order works)
Compute I=∫01∫x1ey2dydx. As written, the inner integral ∫ey2dy has no elementary antiderivative: the computation is stuck. But the domain is the triangle 0≤x≤y≤1, which is elementary in both directions; swapping the order,
I=∫01∫0yey2dxdy=∫01yey2dy=[21ey2]01=2e−1.
The inner variable x appeared nowhere in the integrand, so integrating it first produced exactly the factor y that makes the outer integral immediate. Moral: Fubini is not just a license to iterate — it is a license to choose, and the right order can turn an impossible integral into a one-liner. Always sketch the domain and read off both descriptions before starting.
Example 20.18 (Affine changes of variables)
For an affine map Φ(u,v)=M(u,v)T+C with M invertible, the Jacobian is the constant matrix M: areas are multiplied by the constant factor ∣detM∣ — the promise made in Chapter 17 is now a theorem. Two immediate uses. The ellipse a2x2+b2y2≤1 is the image of the unit disk under (u,v)↦(au,bv), so its area is ab⋅π — no computation. And for the integral of f(x+y) over the square K=[0,1]2, the shear Φ(u,v)=(u−v,v) (determinant 1) turns it into an integral of f(u) over a parallelogram, which Fubini slices at constant u: with f=exp,
∬Kex+ydxdy=(∫01exdx)2=(e−1)2,
as the product structure confirms. Choosing coordinates adapted to the integrand — not to the domain — is the other half of the craft.