Fiveable

Calculus IV Unit 9 Review

QR code for Calculus IV practice questions

9.3 Fubini's theorem and iterated integrals

9.3 Fubini's theorem and iterated integrals

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

Fubini's Theorem and Iterated Integrals

Definition and Concept of Fubini's Theorem

Fubini's theorem gives you a practical way to evaluate double integrals: instead of integrating over a two-dimensional region all at once, you can perform two successive single-variable integrations. This is the core technique you'll rely on for nearly every double integral computation in this course.

The formal statement: if f(x,y)f(x,y) is continuous on a closed, bounded rectangular region R=[a,b]×[c,d]R = [a,b] \times [c,d], then

Rf(x,y)dA=abcdf(x,y)dydx=cdabf(x,y)dxdy\iint_R f(x,y)\, dA = \int_a^b \int_c^d f(x,y)\, dy\, dx = \int_c^d \int_a^b f(x,y)\, dx\, dy

Both iterated integrals give the same result, and both equal the double integral. This means you get to choose which variable to integrate first.

Iterated Integrals and Interchange of Integration Order

An iterated integral is just a nested pair of single-variable integrals. In abcdf(x,y)dydx\int_a^b \int_c^d f(x,y)\, dy\, dx, you integrate with respect to yy first (treating xx as a constant), then integrate the result with respect to xx.

Fubini's theorem guarantees that swapping the order of integration doesn't change the answer, as long as ff is continuous on the rectangle. This flexibility is genuinely useful: sometimes integrating dydxdy\, dx leads to a nasty antiderivative, while dxdydx\, dy works out cleanly (or vice versa). When you're stuck on an iterated integral, try switching the order before reaching for more advanced techniques.

Representing Double Integrals as Repeated Single Integrals

Here's the step-by-step process for evaluating a double integral using Fubini's theorem:

  1. Set up the iterated integral. Choose an order of integration and write the appropriate limits. For a rectangle R=[a,b]×[c,d]R = [a,b] \times [c,d], the limits are constants.
  2. Evaluate the inner integral. Integrate with respect to the inner variable, treating the outer variable as a constant. You'll get a function of the outer variable only.
  3. Evaluate the outer integral. Integrate the result from step 2 with respect to the outer variable. This gives you a number: the value of the double integral.

Example: Evaluate Rx2ydA\iint_R x^2 y\, dA where R=[0,2]×[0,3]R = [0,2] \times [0,3].

Choosing dydxdy\, dx order:

0203x2ydydx=02x2[y22]03dx=02x292dx=92[x33]02=9283=12\int_0^2 \int_0^3 x^2 y\, dy\, dx = \int_0^2 x^2 \left[\frac{y^2}{2}\right]_0^3 dx = \int_0^2 x^2 \cdot \frac{9}{2}\, dx = \frac{9}{2}\left[\frac{x^3}{3}\right]_0^2 = \frac{9}{2} \cdot \frac{8}{3} = 12

Note: The example in the original section with limits 0yx0 \leq y \leq x describes a non-rectangular region. On a rectangle, both sets of limits are constants. For non-rectangular regions, the inner limits depend on the outer variable, and extra care is needed when switching the order of integration.

Definition and Concept of Fubini's Theorem, Double Integrals over General Regions · Calculus

Conditions for Fubini's Theorem

Continuity Requirement

Fubini's theorem requires f(x,y)f(x,y) to be continuous on the region of integration. Continuity means the function has no jumps, holes, or undefined points within the region.

If continuity fails, the two iterated integrals can actually give different values, which means neither one reliably represents the double integral. A classic example: define

f(x,y)=x2y2(x2+y2)2f(x,y) = \frac{x^2 - y^2}{(x^2 + y^2)^2}

for (x,y)(0,0)(x,y) \neq (0,0). The two iterated integrals over a region containing the origin can yield different results, showing that Fubini's theorem genuinely breaks down without continuity.

In practice, check for points where the function blows up or is undefined. If those points lie inside or on the boundary of your region, you can't apply Fubini's theorem directly.

Bounded Region Requirement

The region of integration must also be bounded, meaning it fits inside some finite rectangle in the xyxy-plane. For this unit, you're working with rectangular regions described by axba \leq x \leq b and cydc \leq y \leq d, where a,b,c,da, b, c, d are all finite numbers.

If the region extends to infinity (like R={(x,y)x>0,y>0}R = \{(x,y) \mid x > 0,\, y > 0\}), the integral becomes an improper double integral. These require separate convergence analysis and can't be handled by Fubini's theorem alone.

Definition and Concept of Fubini's Theorem, Double Integrals over General Regions · Calculus

Applications

Applications in Physics

Moments of inertia for flat objects use the integral I=Rρ(x,y)r2dAI = \iint_R \rho(x,y)\, r^2\, dA, where ρ(x,y)\rho(x,y) is the mass density and rr is the distance from the axis of rotation. Fubini's theorem turns this into two manageable single integrals.

Center of mass calculations follow a similar pattern. For a lamina with density ρ(x,y)\rho(x,y) over region RR:

  • Total mass: M=Rρ(x,y)dAM = \iint_R \rho(x,y)\, dA
  • Coordinates: xˉ=1MRxρ(x,y)dA\bar{x} = \frac{1}{M}\iint_R x\,\rho(x,y)\, dA, and yˉ=1MRyρ(x,y)dA\bar{y} = \frac{1}{M}\iint_R y\,\rho(x,y)\, dA

Each of these double integrals gets evaluated as an iterated integral via Fubini's theorem.

Applications in Engineering

Volume of a solid beneath a surface z=f(x,y)z = f(x,y) and above a rectangular region RR in the xyxy-plane is given directly by V=Rf(x,y)dAV = \iint_R f(x,y)\, dA, provided f(x,y)0f(x,y) \geq 0 on RR.

Average value of a function over a region is

favg=1Area(R)Rf(x,y)dAf_{\text{avg}} = \frac{1}{\text{Area}(R)} \iint_R f(x,y)\, dA

For a rectangle with dimensions (ba)×(dc)(b-a) \times (d-c), the area is simply (ba)(dc)(b-a)(d-c). This comes up in heat transfer (average temperature over a plate), fluid mechanics (average pressure over a surface), and similar contexts where a single representative value over a region is needed.