how to calculate limit of double integral

53 Views Asked by At

I have a rather simple problem which I can't make rigorous:

Let $\varphi \colon \mathbb{R}^2 \to \mathbb{R}$ be a continuous function. Then it holds that

$$ \lim_{m \to \infty} \, \, \,\lim_{n \to \infty} mn \int_{x}^{x+1/m} \int_y^{y+1/n} f(u,v) \, du dv = \lim_{m \to \infty} m \int_{x}^{x+1/m} f(u,y) \, du = f(x,y)$$.

Intuitively, it should also hold that

$$ \lim_{m \to \infty} m^2 \int_{x}^{x+1/m} \int_y^{y+1/m} f(u,v) \, du dv = f(x,y).$$

How can one prove this?

2

There are 2 best solutions below

2
On BEST ANSWER

Use the mean value theorems for definite integrals, and you should have

$$ \int_x^{x+1/m} \int_y^{y+1/m} f(u, v) \,dudv = \frac{1}{m^2} f(\alpha_m, \beta_m),$$ where $\alpha_m \in [x, x+1/m], \,\beta_m \in [y, y+1/m]$.

The continuous property of $f(u, v)$ implies that

$$\lim_{m \to \infty} m^2 \int_x^{x+1/m} \int_y^{y+1/m} f(u, v) \,dudv = \lim_{m \to \infty} f(\alpha_m, \beta_m) = f(x, y).$$

References: The Mean Value Theorem for Double Integrals

1
On

No. However intuitive you find it, it is simply NOT true that you can combine limits like that. Take the following as a counterexample:

$$\lim_{m \rightarrow \infty}\lim_{n \rightarrow \infty}\biggl(1+\frac 1n\biggl)^m=\lim_{m \rightarrow \infty}1^m=1$$

However,

$$\lim_{n \rightarrow \infty}\biggl(1+\frac 1n\biggl)^n=e$$