An iterated integral evaluates a double integral one variable at a time.
For f defined on R=[a,b]×[c,d]:
∫ab∫cdf(x,y)dydx
The inner integral is computed first, treating x as a constant. The result is a function of x alone.
Fubini’s Theorem
If f is continuous on R=[a,b]×[c,d], then:
∬Rf(x,y)dA=∫ab∫cdf(x,y)dydx=∫cd∫abf(x,y)dxdy
The order of integration can be swapped freely.
Order Reversal
For non-rectangular regions, limits depend on variables. Swapping integration order requires re-expressing the region’s bounds.
For the region {(x,y):a≤x≤b,g1(x)≤y≤g2(x)}:
- Find the full range of y: c≤y≤d.
- For fixed y, find the range of x: h1(y)≤x≤h2(y).
- Rewrite: ∫cd∫h1(y)h2(y)f(x,y)dxdy.
For the triangular region {0≤y≤1,y≤x≤1}:
∫01∫y1f(x,y)dxdy=∫01∫0xf(x,y)dydx
Both integrals cover the triangle {0≤x≤1,0≤y≤x}.
Example
∫01∫0xydydx
Inner integral:
∫0xydy=[2y2]0x=2x2
Outer integral:
∫012x2dx=[6x3]01=61