snipez90
- 1,095
- 5
Homework Statement
Consider the function f: R -> R, [tex]f(x) = (x^2 + 1)e^x .[/tex] Find the limit [tex]\mathop {\lim }\limits_{n\rightarrow\infty}n\int_{0}^{1}\left(f\left(\frac{x^2}{n}\right) - 1\right).[/tex]
Homework Equations
e^x > x + 1 for nonzero real x
The Attempt at a Solution
After a bit of algebra, we find that the original limit is
[tex]\mathop {\lim }\limits_{n\rightarrow\infty}\frac{1}{n}\int_{0}^{1}e^{\frac{x^2}{n}}x^4\,dx + \mathop {\lim }\limits_{n\rightarrow\infty}n\int_{0}^{1}\left(e^{\frac{x^2}{n}}-1\right)\,dx.[/tex]
In the first limit, the integrand is increasing on [0,1], so we have
[tex]0 \leq \frac{1}{n}\int_{0}^{1}e^{\frac{x^2}{n}}x^4\,dx \leq \frac{e}{n},[/tex]
which implies that the first limit is 0 by the squeeze theorem.
I'm not sure how to compute the second limit though. I can find a lower bound on the integrand via e^x > x + 1, but what is a suitable upper bound on the integrand? Thanks in advance.