Define a sequence by $b_1=\sqrt{2}, b_2=\sqrt{2+\sqrt{2}}$
and in general $b_{n+1}=\sqrt{2+b_n}$
I'm having a hard time solving what $b_n$ is using recurrence relations.
Set $b_n=2a_n$. Then we have: $$ a_{n+1}=\sqrt{\frac{1+a_n}{2}}$$ and assuming $a_n=\cos\theta$ it follows that $a_{n+1}=\cos\frac{\theta}{2}$. Since $a_1=\cos\frac{\pi}{4}$,
$$ b_n = 2 \cos\frac{\pi}{2^{n+1}}$$
is easily proved by induction.
What you are looking for is the limit of the sequence $b_n$. It is $2$. When learning about a sequence of real numbers, you often want to find a thing or two about it: if it ever converges, and if so what is the limit? your sequence is increasing, and bounded above by $2$, and thus there exists a limit called L. It must be true that $L = \sqrt{2+L} \to L = 2$.