I'm having trouble finding $\lim_{x\to \infty} {x\over \sqrt{1+x^2}}$ by using the formal analysis proof i.e. $\forall \epsilon>0$ $\exists N: \left|f(x)-L\right|<\epsilon$ $\forall x>N$. I know the answer is 1 but I can't manage to prove it sufficiently. The main problem is rearranging $\left|f(x)-1\right|$ to get a nice equation of $x$ in terms of $\epsilon$. Some help would be greatly appreciated.
So far I have got to $\left|\frac{x}{\sqrt{1+x^2}}-1\right|<\epsilon$ and now I need $x$ to be in terms of $\epsilon$ in order to find a suitable $N$ for $x$ to be greater than.
We have
$$|f(x)-1|=\frac{\sqrt{x^2+1}-x}{\sqrt{x^2+1}}=\frac1{\sqrt{x^2+1}(\sqrt{x^2+1}+x)}\le\frac{1}{2x^2}<\epsilon\iff x>\frac1{\sqrt2\epsilon}$$ so it suffices to take $N=\frac1{\sqrt2\epsilon}$.