Does the sequence $s_{n+1}=\sqrt{1+s_n}$ always converge, no matter what the initial value of $s_1$ is?
Is this sequence always increasing and bounded? I think so, but what's throwing me off is that to find what the sequence converges to, we just solve $s^2=1+s$ to get $s=\frac{1+\sqrt{5}}{2}$.
How can the sequence converge to this number if its inital value is $s_1=3$ for example?