We have a sequence: $$a_1=\sqrt{6}$$ $$a_{n+1} = \sqrt{6+a_n}$$
The problem is to check convergence and then find the limit. We know that sequence converges when it is monotonic and bounded. With a little trying I can guess, that this sequence must be bounded by 3 and it's monotonic. Then I can prove my guess:
Proving upper boundary I guessed $a_n<3$:
- For $a_1 = \sqrt{6} < 3$
- $a_{n+1}= \sqrt{6+a_n}$
- $a_{n+1} = \sqrt{6+3} = 3$
However, I personally don't like this proof. It requires guessing and checking if I was right.
Later I could use this and prove monotonicity, but I'd like to ask you for some better proofs you may know.