I have a question and hope for some help, because I not so sure somehow..
QUESTION:
We have a sequence defined by $a_0= 1$ and $a_{n+1}=\sqrt{2+a_n}$ for $n\in \mathbb{N}$. Show with induction that, for all $n\in \mathbb{N}$, $0\leq a_n\leq 2$ and $a_n\leq a_{n+1}$. Decide if the sequence is convergent and show its limit.
SOLUTION:
So, at first I start with induction, do I need to start with $0$ or $1$? of course both if them pass for it. by $n=0$ we have $0\leq a_0=1 \leq 2$ and for $n=1$ we have $0\leq a_2=\sqrt{3} \leq 2$ .
Then for $n+1$ we have $0\leq a_n \leq 2\implies2\leq2+a_n\leq4\implies\sqrt2\leq\sqrt{2+a_n}\leq2\implies\sqrt2\leq a_{n+1}\leq2)$ right? So the first part is done, I guess.
Next part is $a_{n+1}-a_n=\sqrt{2+a_n}-a_n=\frac{(\sqrt{2+a_n}-a_n){(\sqrt{2+a_n}+a_n)}}{{(\sqrt{2+a_n}+a_n)}}=\frac{\left(\sqrt{2+a_n}\right)^2-a_n^2}{\sqrt{2+a_n}+a_n}$
and ${a_{n+1}-a_n}=\frac{(2+a_n)-a_n^2}{\sqrt{2+a_n}+a_n}=\frac{(1+a_n)(2-a_n)}{\sqrt{2+a_n}+a_n}>0$ everything is positive because of $\sqrt2\leq a_n\leq2$ and $a_{n+1}-a_n>0 \implies a_{n+1}>a_n$.
And the last part would be convergence: Our sequence is monotonic increasing and bounded so there is a limit. $a=\sqrt{2+a}\implies a^2=2+a\implies a^2-a-2=0\implies (a-2)(a+1)=0\implies a=2$ Another root $a=-1$ is wrong because for all $a_n\ge\sqrt2$.
Is my solution okay? Thanks in advance : )