Let $a_{n+1}=\sqrt{2+a_n}, a_1=\sqrt{3}$. Show that it is convergent.
I know that this is a classic nested square root sequence but how do I prove it's convergence? To know it's limit I can just take the limit on both sides and find $L$, or rewrite $a_n=\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{...}}}}}$
$$\frac12<a_n<2\implies a_n^2-a_n-2=\left(a_n-\frac12\right)^2-\frac94\le0\implies a_n\le\sqrt{a_n+2}=a_{n+1}.$$
Hence the sequence is bounded and monotonous.
– Nov 25 '18 at 09:28