Calculate
$$ \lim_{n\to\infty}\int_{\mathbb{R}} e^{x-nx^2} \;dx $$
We use the Monotone Convergence Theorem:
If $f_n \to f$ is a sequence of monotonically increasing non-negative measurable functions, then
$$ \lim_{n\to\infty}\int_{\Omega} f_n \;dx = \int_{\Omega } f \;dx $$
Notice that $e^{x-nx^2}\to e^{-\infty}=0 $ as $n\to\infty$ but the functions are decreasing so we consider the functions $$\frac{1}{e^{x-nx^2}}\to \infty$$
So the integral is $\infty$? Is this correct?
EDIT: According to wolframalpha, it should be $0$ not $\infty$. Not sure what I'm doing wrong.
Your sequence $f_n$ is monotonically decreasing to $0$, and $f_1\in L^1(\mathbb{R})$. So you can use the dominated convergence theorem (since $0 < f_n \leq f_1$ for every $n\geq 1$) to conclude that the limit is $0$.