I'm having a hard time figuring out this limit problem: $$\lim\limits_{x \to \infty}{e^{-x}\sqrt{x}}$$
I know that as $x \to\infty$, $e^{-x}=0$ and $\sqrt{x}=\infty$.
My reasoning from here is that since $0(\infty)$ is an indeterminate form, I can rearrange $e^{-x}\sqrt{x}$ as $$\frac{e^{-x}}{\frac{1}{1\sqrt{x}}}$$ and apply L'Hopital's rule. But after I try it, I end up with something that's still indeterminate (this time of form $\frac{0}{0}$), and repeating the process doesn't seem to be helping. Thoughts/explanations?