Let $a_n$ be the sequence in $\mathbb{R}$ given by:
$$ a_1 = \sqrt{2}, \; \; a_{n+1} =\sqrt{2+ \sqrt{a_n} }. $$
Show that this sequence converges and find the limit.
I have already proven that this sequence is increasing and bounded by $2$, so the limit exists. Now, when I'm trying to find the limit, say $L$, I get that $L$ satisfies the equation: $$L^2 -2 - \sqrt{L}=0, $$ but I don't actually know how to solve this equation, so I would like to know if there is an easier way to find the limit, and in case I must solve the last equation, how can I solve it?
Thanks in advance!
Let $M = \sqrt{L}$ then $$M^4-M-2=0,$$ with $M=-1$ being the obvious solution. You need to divide the LHS by $M+1$ and you get a cubic which is solvable exactly with Cardano's Formula.
If you are lazy, just plug into Wolfram Alpha to get $$ M = \frac13 \left(1 - 2 \left(\frac{2}{47 + 3 \sqrt{249}}\right)^{1/3} + \left(\frac{47 + 3 \sqrt{249}}{2}\right)^{1/3}\right) $$