I have the following expression which I need to prove using only the $|a_n - L| < \epsilon$ thing
$$\lim_{n\to\infty}\sqrt{n + 1 \over n} = 1$$
Normally I could do it but my problem is that I cant lose the root so Im stuck at this expression:
$$\frac{1 - \epsilon}{ \epsilon} < n\sqrt{n+1 \over n}$$
So I cant get to something like n < ...
Im sure there is a better way to approach it,
Any help appreciated thanks
P.S
I thought about saying that I can do square on the first equation but can I really do it? and even if so I think Im not allowed to do it in this question
$$\left|\;\sqrt\frac{n+1}n-1\;\right|=\frac{\sqrt{n+1}-\sqrt n}{\sqrt n}=\frac1{\sqrt n\left(\sqrt{n+1}+\sqrt n\right)}$$
Take now any $\;\epsilon>0\;$ . We want to check for which $\;n$' s we have
$$\frac1{\sqrt n\left(\sqrt{n+1}+\sqrt n\right)}<\epsilon$$
But now we can estimate :
$$\frac1{\sqrt n\left(\sqrt{n+1}+\sqrt n\right)}\le\frac1{\sqrt n\sqrt n}=\frac1n$$
So it is enough to know when
$$\frac1n<\epsilon\iff n>\frac1\epsilon$$
and we're done.