I know this question has been asked many times, but I need a specific part of it.
When we get to the limit part, I had it written like this: $\lim_{n \to +\infty} a_{n+1} = \sqrt{2+\lim_{n \to +\infty} a_n}$
What is the reason I am allowed to put the limit under the square root? Why am I just allowed to put it there? I know it's true, but I am not sure why. I need to justify that in order to receive credit. My instructor said it is a "special word." I have no idea what the word is.
IF the limit exists, it will be a fixed point of the function $\sqrt{2+x}$, in other words a solution to the equation $$x=\sqrt{2+x}$$ Here's why: $$\lim_{n\to\infty}a_{n+1}=\lim_{n\to\infty}\sqrt{2+a_n}$$ Given two functions $f$ and $g$, as long as $f$ is continuous and $\lim_{x\to x_0}g(x)$ exists, then $$\lim_{x\to x_0}f(g(x))=f\left(\lim_{x\to x_0}g(x)\right)$$ This can be shown fairly routinely with the $\epsilon ,\delta$ definition of the limit.
Since $\sqrt{2+x}$ is continuous on its domain, $$\lim_{n\to\infty}\sqrt{2+a_n}=\sqrt{2+\lim_{n\to\infty}a_n}=\lim_{n\to\infty}a_{n+1}$$ Since $x:=\lim_{n\to\infty}a_{n+1}=\lim_{n\to\infty}a_n$, the initial statement follows.