For the two following sequences I want to find their limits:
(1) The sequence $2$, $2\sqrt{2}$,$2\sqrt{2\sqrt{2}}$,...
(2) $a_{n+1}$ = $\sqrt{1+a_n}$, $a_1 = 1$
For both sequences I want to show that they are bounded and monotone increasing.
My ideas for (1): (1) can be written as $a_{n+1} = 2\sqrt{a_n}$. Also I assume that for some n $a_n < 4$ then $a_{n+1} = 2 \sqrt{a_n} < 2 \sqrt{4} < 4$, hence I have 4 as an upper bound (and limit?). How do I show the sequence is monotonic increasing?
For (2) - am I wrong our is the sequence not upper bounded, and hence also not convergent?