The question is:
$$ \lim_{x\to-\infty}\frac{\sqrt{16x^2+3}}{5x-2} $$
The given solution is:

This makes sense since as $x$ approaches negative infinity, we look at the left side of the $\sqrt{x^2}$ function, which is $-x$.
I tried using L'hopital rule before looking at the answer and got that the limit was $0$. Am I not allowed to use L'hopital here? I think I am. As $x$ approaches negative infinity, the numerator approaches infinity, and the denominator approaches negative infinity. We want to see which approaches their limit faster, so we look at their rates of change, i.e. their derivatives. So I fugured we could use L'hopital here.
Am I misunderstanding something?
Thanks
You seem to have done your calculations incorrectly. You should get $\displaystyle\lim_{x \to -\infty} \frac{16x}{5\sqrt{16x^2+3}}$ and not $\displaystyle\lim_{x \to -\infty} \frac{16}{5\sqrt{16x^2+3}}$ as you state in the comments
We start with $$\lim_{x \to -\infty} \frac{\sqrt{16x^2+3}}{5x-2}$$ Taking the derivative of the numerator, we get $\frac{16x}{5\sqrt{16x^2+3}}$
Taking the derivative of the denominator, we simply get $5$
Combining these, we transform our limit into $$\lim_{x \to -\infty} \frac{16x}{5\sqrt{16x^2+3}}$$ Which in fact ALSO approaches $-0.8$ as $x$ approaches $-\infty$, though I am not convinced this is a simpler limit to solve.