- Calculate $\displaystyle\lim_{x\to\infty} \frac{x^2e^{-4x}+xe^{-3x}}{e^{-2x}+xe^{-3x}}$.
- Calculate $\displaystyle\lim_{x\to 0} \frac{x^2e^{x^4}-\sin{(x^2)}}{1-\cos{(x^3)}}$.
For the first question I got \begin{equation*} \begin{split} \lim_{x\to\infty} \frac{x^2e^{-4x}+xe^{-3x}}{e^{-2x}+xe^{-3x}} &= \lim_{x\to\infty} \frac{xe^{-3x}\left(xe^{-x}+1\right)}{e^{-2x}\left(xe^{-x}+1\right)} \\ &= \lim_{x\to\infty} \frac{xe^{-3x}}{e^{-2x}} \\ &= \lim_{x\to\infty} \frac{x}{e^x}. \end{split} \end{equation*} This has an indeterminate form $\frac{\infty}{\infty}$. So we can use L'Hopital's rule to get $\lim_{x\to\infty} \frac{x}{e^x} = \lim_{x\to\infty} \frac{1}{e^x} = 0$.
For the second question I tried L'Hopital's rule but that didn't work and I also tried multiplying by the conjugate $\left(1+\cos{(x^3)}\right)$. Any help would be great!!!