Let $s_n = 1$ and for $n \geq 1$, let $s_{n+1} = \sqrt{s_n+1}$. Given this sequence and assume that it converges. I have to prove that the limit is $\frac{1+\sqrt{5}}{2}$
By using the definition of limit, I tried to set $n > N\ implies\ |\sqrt{s_n+1}-\frac{1+\sqrt{5}}{2}| < \epsilon$. But I have no idea how to simplify the expression in the absolute value and get rid of absolute value!!! Can anyone give some hints??