I'm trying to prove that $\lim_{u\to \infty}{\frac{u^m}{e^u}}=0$ for any integer $m$. I tried using the Ratio Test For Limits to prove that the limit converges to $0$ for all real values of $m$, and therefore it must converge to $0$ for all integer values of $m$ since $\mathbb{Z} \subset \mathbb{R}$. However, using the Ratio Test only seems to complicate things. Is there a better way to show this?
Additionally, I need to prove that $\lim_{x\to 0^+}{x\log x}=0$ by setting $u=-\log x$ and using the above limit. So far, I have done the following:
$$\lim_{-\log x\to \infty}{\frac{(-\log x)^m}{e^{-\log x}}}=\lim_{x\to 0^+}x{(-\log x)^m}$$
but I don't know where to go from here. Also, I cannot use L'Hopital's rule, since I haven't covered it in lectures. Thanks in advance.
For the limit of $x \log(x)$, introduce the new variable $z = 1/x$. Then explore the limit of $-\log(z) / z$ as $z \rightarrow \infty$. Again, L'Hopital should do it.
– avs Feb 15 '17 at 22:40