I am struggling with this question:
Let $\{a_n\}$ be defined recursively by $a_1=\sqrt2$, $a_{n+1}=\sqrt{2+a_n}$. Find $\lim\limits_{n\to\infty}a_n$. HINT: Let $L=\lim\limits_{n\to\infty}a_n$. Note that $\lim\limits_{n\to\infty}a_{n+1}=\lim\limits_{n\to\infty}a_n$, so $\lim\limits_{n\to\infty}\sqrt{2+a_n}=L$. Using the properties of limits, solve for $L$.
I just don't know how I am suppose to find the limit of that or what my first step is. Any help?
If you have a recursion of the form $a_{n+1} =f(a_n) $, if $L = \lim_{n \to \infty} a_n $, then we must have $L = f(L)$.
In your case, $f(x) = \sqrt{2+x}$.
Therefore, for any limit $L$, we must have $L = \sqrt{2+L}$.
Squaring, $L^2 = L+2$, which is a standard quadratic equation.
Completing the square, from $L^2-L = 2$ we get $L^2-L+1/4 = 2+1/4 =9/4$, so $(L-1/2)^2 = 9/4$.
By a miracle of homework problems, the right side is a square, so $(L-1/2)^2 = 9/4 = (3/2)^2$.
Taking square roots, and remembering that square roots can be negative as well as positive, we get $L-1/2 = \pm 3/2$. Therefore $L = 1/2+3/2 = 2$ or $L = 1/2 - 3/2 = -1$.
Since $L$ must be positive, we reject the negative solution, which goes into the corner and pouts.
This leaves only $L=2$, and we see by substitution that this does satisfy $L = \sqrt{2+L}$.
And they all lived happily ever after, at least until the next problem.