In the example I am given, I am told that $r_n$ is defined as:
$$ r_n = \begin{cases} r_0 = \sqrt{2} \\ r_{n + 1} = \sqrt{2 + r_n} \\ \end{cases} $$
I was told to calculate $r_3$ and I found that to be:
$$ r_3 = \sqrt{2 + \sqrt{2 + \sqrt{2 + \sqrt{2}}}} $$
Then I am told to find
$$ \lim\limits_{n \rightarrow \infty} r_n $$
So if I let that equal L I get
$$ L = \sqrt{2 + L} $$
This is where I get stuck. I know that the limit is 2 as I have added a 10 terms together but that will not help me in my exam. How should I go about proving this?
First, you need to solve $L=\sqrt {2+L}$ Square it and you have a quadratic. Once you get the solutions, plug them into the original equation to see which one is not spurious. You also have to show that the limit exists. In this case, you can show that (if $r_n \lt 2$, then $r_{n+1} \lt 2$) and $r_{n+1} \gt r_n$ so you have a monotonic sequence bounded above. That gives you convergence.