Asphyxiated
- 263
- 0
Homework Statement
\lim_{x \to \infty} \frac {4x}{\sqrt{2x^{2}+1}}
Homework Equations
The Attempt at a Solution
So at first glance I saw that this equation ends up at infinity/infinity so I tried to use L'hopital's rule and got:
\lim_{x \to \infty} \frac {4}{2x(2x^{2}+1)^{-1/2}}
That seemed to have sent me in a wrong direction so I went back and just factored out the x^2 from the radical and it worked out such as:
\lim_{x \to \infty} \frac {4x}{\sqrt{x^{2}(2+1x^{-2})}}
\lim_{x \to \infty} \frac {4x}{x\sqrt{2+1x^{-2}}}
\lim_{x \to \infty} \frac {4}{\sqrt{2+1x^{-2}}}
and with the limit applied:
\lim_{x \to \infty} \frac {4}{\sqrt{2+1x^{-2}}} = \frac {4}{\sqrt{2}} = \sqrt{8}
which is correct, so my question is why didn't L'Hopital's Rule work when it was infinity/infinity or would it have worked out and I just stopped too soon?