Let $P(x)$, a polynomial which isn't the zero-polynomial.
I want to prove the following limits
$$\lim \limits_{x\to\infty} \left|P(x)\right|e^{-x} = 0$$ $$\lim \limits_{x\to-\infty} \left|P(x)\right|e^{-x} = \infty$$
Now, I already know that exponential is growing faster than polynomial but how to show it?
Off the top of my head:
$$|P(x)|e^{-x}\to0~~\Leftarrow~~ x^ne^{-x}\to0~~\Leftarrow~~xe^{-x}\to0~~\Leftarrow~~\log x-x\to-\infty$$
which happens if $\int_1^x(\frac{1}{u}-1)du\le \int_1^2(\frac{1}{u}-1)du+\int_2^x(\frac{1}{2}-1)du$ diverges, which should be clear.
The second limit to show should be pretty obvious, since $|P(x)|$ is bounded below if sufficiently far away from its zeros and the term $e^{-x}$ tends to $\infty$ as $x\to-\infty$.
One could also consider l'Hospital but that assumes the limit exists.