Fubini's theorem

1. Context: From Definition to Calculation

The definition of the double integral over a region is based on the Riemann Sum limit.
For a function f(x,y) over a rectangle R=[a,b]×[c,d], we partition the area into small sub-rectangles ΔAij and take the limit:

Rf(x,y)dA=limP0i,jf(xi,yj)ΔAij
Handling General Regions

If the region of integration Ω is not a rectangle (e.g., a circle or triangle), we enclose it in a larger rectangle R and extend the function definition:

f~(x,y)={f(x,y)if (x,y)Ω0if (x,y)RΩ

Thus, ΩfdA=Rf~dA.


2. Fubini's Theorem

While Riemann sums define what the integral is, Fubini's Theorem tells us how to calculate it. It states that the double integral can be computed as iterated integrals.
Statement:
If f is bounded and integrable (continuous almost everywhere) on the rectangle R=[a,b]×[c,d], then:

Rf(x,y)dA=ab[cdf(x,y)dy]dx=cd[abf(x,y)dx]dy
Technical Nuance: Continuity vs. Integrability

Introductory texts often state Fubini requires f to be continuous. However, strictly speaking, f only needs to be Riemann integrable.
When we extend f to a rectangle (setting it to 0 outside Ω), the new function f~ usually becomes discontinuous at the boundary of Ω.

  • Since the boundary is a curve (1D object in 2D space), it has zero area (measure zero).
  • Riemann integration ignores discontinuities that occur on sets of measure zero. Therefore, Fubini still applies.

Key Implications

  1. Reduction of Dimension: We reduce a 2D problem into two 1D problems.
  2. Order Independence: We can swap the order of integration (dydx vs dxdy) without changing the result, provided the limits of integration are adjusted accordingly.

3. Geometric Intuition: The "Slicing" Method

We can interpret the inner integral as the cross-sectional area function A(x).

  1. Fix x constant. The inner integral cdf(x,y)dy calculates the area of the "slice" of the solid at that position x. Let's call this A(x).
  2. The outer integral abA(x)dx sums up all these areas to form the total volume.