The limit of the integral is given
$\lim_{{n \to \infty}} \int_{{\frac{1}{n^2}}}^{{n}} (n^2x - 1)e^{-n^2x^2} \,dx$
(a) Express the integral in the form $\int_0^\infty f_n(y) \, dy$ where $f_n(y)$ represents the general term of the sequence of functions.
(b) Utilize the properties of the sequence of functions and apply either the Monotone Convergence Theorem or the Dominated Convergence Theorem to compute the given limit.
Attempt:
- Introduce a new variable $t=nx$:
$\lim_{{n \to \infty}} \int_{{\frac{1}{n}}}^{{n^2}} (nt - 1)e^{-t^2} \,dt$
- How do I continue? Can someone please share her/his solution :).
You need to fix your substitution:
$$\int_{\frac1n}^{n^2} \left(nt - 1\right)e^{-t^2}\frac{\mathrm dt}{n}$$
so $$f_n(t) = \left(t - \frac1n\right)e^{-t^2}\mathbf 1_{\left[\frac1{n}, n^2\right]} (t)\le te^{-t^2}$$
Now you can use Dominated Convergence the limit will be:
$$\int_{0}^{\infty} te^{-t^2}\mathrm d t = \frac12$$