I'm trying to find the limit of $f_{n}(x) =\frac{x}{\sqrt{x^2 +\frac{1}{n}}}$ as $n\rightarrow \infty$ for a fixed $x\in \mathbb{R}$.
If $x=0$, then the limit equals $0$. Otherwise, it should converge to $1$ or $-1$. To prove this formally, though, is giving me trouble.
That is, for $x>0$ and $\epsilon >0$, I want some $N\in \mathbb{N}$ such that for any $n\geq N$, $\big|\frac{x}{\sqrt{x^2 +\frac{1}{n}}} -1\big|<\epsilon$. I'm really not sure how to find this $N$. I know that it can depend on $\epsilon$ or $x$. What's a good way to approach the algebra here? I've tried factoring the $x^2$ out, but I didn't get anywhere.