Trouble with the Proof of a Multi-variable Integration Theorem

107 Views Asked by At

One of my classes has online notes containing theorems. One of the theorems is "Assume that $R=[a,b]\times[c,d]$ is a rectangle in the $xy$ plane. Let $f$ be a function on $R$, and assume that $f$ is integrable on $R$, and for every $y\in[c,d]$, the function $f_y:[a,b]\to\mathbb{R}$ defined by $f_y:=f(x,y)$ is integrable on $[a,b]$. Then the function $g:[c,d]\to\mathbb{R}$ defined by $g(y):=\int^b_af(x,y)dx$ is integrable on $[c,d]$, and $$\int\int_RfdA=\int^d_cg(y)dy=\int^d_c\left(\int^b_af(x,y)dx\right)dy."$$ They say the proof is left as an exercise, but I don't know how to do it.

A hint was that I could first show that for every $k\in\{1,\dots,K\}$ and for every $y\in[y_{k-1},y_k]$, we have that $$g(y)\geq\sum^J_{j=1}m_{jk}(f)(x_j-x_{j-1}).$$ Thanks in advance!

2

There are 2 best solutions below

2
On BEST ANSWER

This is a consequence of Fubini's theorem. A proof for Riemann integration follows.

Consider a partition $P$ of $R$ into $mn$ rectangles $I_j\times J_k$ where the intervals $I_j$ form a partition $P_x$ of $[a,b]$ and the intervals $J_k$ form a partition $P_y$ of $[c,d]$.

Let $m_{jk}(f) = \inf_{(x,y) \in I_j\times J_k}f(x,y)$ and $M_{jk}(f) = \sup_{(x,y) \in I_j\times J_k}f(x,y)$.

For each $y \in J_k$ we have $m_{jk}(f) \leqslant \inf_{x \in I_j}f(x,y)$ and

$$\sum_{j}m_{jk}(f)l(I_j) \leqslant \sum_{j}\inf_{x \in I_j}f(x,y)l(I_j) = \underbrace{L(f(\cdot,y),P_x)}_{\text{lower sum for integral over [a,b]}} \leqslant \inf_{y \in J_k}\int_a^b f(x,y) \, dx,$$

Thus,

$$\underbrace{L(f,P)}_{\text{lower sum for integral over } [a,b] \times [c,d]} \\= \sum_j \sum_km_{jk}(f)l(I_j)l(J_k) \leqslant \sum_k\inf_{y \in J_k}\int_a^b f(x,y) \, dy \,l(J_k)\leqslant \int_c^d\int_a^b f(x,y) \, dx \, dy$$

Similarly, we can show

$$\int_c^d\int_a^b f(x,y) \, dx \, dy \leqslant \underbrace{U(f,P)}_{\text{upper sum for integral over } [a,b] \times [c,d]}$$

Consequently we have both

$$\tag{*}L(f,P \leqslant \int_R f \leqslant U(f,P), \\ L(f,P \leqslant \int_c^d\int_a^b f(x,y) \, dx \, dy \leqslant U(f,P)$$

Since $f$ is integrable over $R$, for any $\epsilon > 0$ there exists a partition $P$ such that $U(f,P) - L(f,P) < \epsilon$. With both integrals in (*) sandwiched between any lower and upper sums it follows that

$$\int_R f = \int_c^d\int_a^b f(x,y) \, dx \, dy$$

0
On

Here is another way of looking at the issue:

We know that $\iint_DfdA$, for a $0$-form scalar function $f$: D $\Rightarrow$R, represents the volume under the graph of $f(x,y)$ contained on some rectangular region D in $R^2$.

We can also derive the volume under the graph of $f(x,y)$ contained on D using another method.

Slice the desired volume with the plane $y=y_0$. This yields a cross-sectional area of the volume under $f(x,y)$. We also obtain the curve $f(x,y_0$).

To obtain the area of this cross-section, we simply must integrate this function from $x=a$ to $x=b$. Hence, we have that $A(y)$=$\int_a^b$$f(x,y$)$dx$. Here, I have dropped the $y_0$ but it is assumed that $y$ is a constant throughout the integration.

Now consider the term $A(y)dy$. This represents an infintesimal volume element that makes up a tiny portion of the total volume under $f(x,y)$. To now get the volume under the surface $f(x,y)$, we simply must integrate this value from $y=c$ to $y=d$.

Vol= $\int_c^d$$A(y)$dy=$\int_c^d$($\int_a^b$$f(x,y$)$dx$)$dy$.

Since $\iint_DfdA$=Vol, we can simply equate the two results to get:

$\int_c^d$($\int_a^b$$f(x,y$)$dx$)$dy$=$\iint_DfdA$

This is not a rigorous proof in any way, but the geometrical intuition behind it is elegant in my opinion.