I would like to specify an upper bound of a sequence where $a_1=\sqrt2$ and each subsequent term is given by $a_{n}=\sqrt{2+ a_{n-1}}$
I know this sequence converges to 2 from a separate proof and also that it is monotonically increasing (one can prove this with induction), so any number larger than 2 works for an upper bound. That being said, I would like to approach this by showing a contradiction in the negation statement for boundedness. In other words, I want to explicitly state a $u$ so that there does not exist a $n$ where the $n^{th}$ term of the sequence is larger than $u$, and show that this is the true with some sort of algebraic manipulation.
I have looked at a few similar questions on this site and elsewhere, but I have not yet found an instance where one shows boundedness in this way.