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?