I am trying to find $$\lim_{x\to ∞} \frac{x}{\sqrt{x^2+1}}$$ L'Hopital's Rule does not work, as the result will simply be the reciprocal of the original function. I tried to solve by multiplying the function by $\frac{\sqrt{x^2+1}}{\sqrt{x^2+1}}$, but that did not get me anywhere. The only help I have found in other questions was to use Taylor Series, but I have not learned that yet and therefore cannot use it.
Any help or hints would be much appreciated
Note that for $x > 0$ we have
$$ \frac{x}{\sqrt{x^2 + 1}} = \sqrt{\frac{x^2}{x^2 + 1}} = \sqrt{1 - \frac{1}{x^2 + 1}} $$
and so
$$ \lim_{x \to \infty} \frac{x}{\sqrt{x^2 + 1}} = \sqrt{\lim_{x \to \infty} \left( 1 - \frac{1}{x^2 + 1} \right) } = 1. $$