Find the following limit $$I = \lim_{n \to\infty} \int_{n}^{e^n} xe^{-x^{2016}} dx$$
My attempt
Assumption: as $n \to \infty$ we can assume and interval on the positive real axis $[n,e^n]$
Here the function $e^{-x^{2016}}$ is a decreasing function, using this fact we use the sandwich lemma to evaluate I
$$LHS = e^{-(e^n)^{2016}} \int_{n}^{e^n}x dx \leq I \leq e^{-(n)^{2016}} \int_{n}^{e^n}x dx =RHS$$
Limit of $LHS$ and $RHS$ can be shown to be zero, hence $I=0$.
Evaluation of LHS $$\lim_{n \to \infty} e^{-(e^n)^{2016}} \frac{(e^n)^2 - n^2}{2} = \lim_{n \to \infty} e^{-(e^n)^{2016}} e^{2n}\frac{1 - \frac{n^2}{e^{2n}}}{2} = 0.$$
I need to know weather I can make as Assumption as I have made above. I also need some help in verifying weather the evaluation of limit LHS is done correctly.