Let $U:\{(x,y)\in \mathbb R^2;x\gt 0,y\gt 0\}$ and $f:U\to \mathbb R$ be defined as $f(x,y)=e^{-(x^2+y^2)}$.
Let's define the elements of exhaustion $U=\cup L_k$ as
$$L_k=\{re^{i\theta};1/k\le r\le k,1/k\le \theta\le \pi/2-1/k\}$$
I want to prove the integral $\int_Uf(x,y)dxdy$ is convergent and its value is $\pi/4$.
My attempt
Using polar coordinates we have:
$$\int_Uf(x,y)dxdy=\lim_{k\to\infty}\int_{L_k}f(x,y)dxdy=\int_{1/k}^k\int_{1/k}^{\pi/2-1/k}e^{-r^2}rdrd\theta$$
Therefore we have to prove the following:
$$\lim_{k\to\infty}\int_{1/k}^k\int_{1/k}^{\pi/2-1/k}e^{-r^2}rdrd\theta=\pi/4$$
Thus developing the integral inside the limit we have
$\int_{1/k}^k\int_{1/k}^{\pi/2-1/k}e^{-r^2}rdrd\theta$
$=-\frac{1}{2}\int_{1/k}^{\pi/2-1/k}[e^{-r^2}]_{1/k}^kd\theta\ldots$
Am I right so far?
I need help