Define a sequence recursively by $$\large{a_1 = \sqrt{2},a_{n+1} = \sqrt{2 + a_n}}$$
(a) By induction or otherwise, show that the sequence is increasing and bounded above by 3. Apply the monotonic sequence theorem to show that limit as $\large{n \to \infty}$ exists.
(b) What is the value of limit as $\large{n \to \infty}$ of $\large{a_n}$? Carefully justify your answer.
I've spent some time analysing this problem. The question asks to prove that it is bounded above by three, but I am almost certain it is bounded above by $2$ as well. Since this is a stronger bound am I correct in thinking I should use this in my solution? I have not completed any problems with a recursively defined series before so I am unsure how to even start this part of the proof.
To show that the series is increasing I know that I need to show that for all $\large{n, a_n+1 > a_n}$.
I've been told that I need to do two induction proofs for part a) of the question. One to prove its bounded and the other to prove it's increasing.
Applying the monotonic sequence is easy because once you know its bounded and increasing then it must converge. It's the first part of the problem I am having trouble with.
That $a_2>a_1$ is clear by squaring both sides. So assume $a_n>a_{n-1}$. Want $a_{n+1}>a_n$. This equivalent to $\sqrt{2+a_n}> \sqrt{2+a_{n-1}}$ and this is true by squaring both sides and using induction hypothesis.
Now for $0<a_n<3$. It is true for $n=1$.
Assume true for $n$. Now $a_{n+1}=\sqrt{2+a_n}<\sqrt{2+3}<3$.
Now for the limit. The limit a exists by monotonicity and boundedness. From $a_{n+1}=\sqrt{2+a_n}$ and upon taking $n\to\infty$ we see that $a=\sqrt{2+a}$ and so $a^2-a-2=0$ and so $a=2$ since $a_1>1$ and the sequence is increasing.