This is the recursive formula: $$\begin{cases} a_1=1/2,\\ a_n= \sqrt {\frac {a_{n-1}+1}{2}} \end{cases}$$
I have calculated the first 4 terms to be $\frac12, \frac {\sqrt3}2, \frac {\sqrt{\sqrt3+2}}2, \frac {\sqrt{\sqrt{\sqrt3+2}+2}}2$
How can I find the explicit formula?
Looking at the first 4 terms, I have foundnotice that for $b_n=\frac {a_{n-1}+1}{2}$the denominator remains at 2, while the explicit equation wouldnumerator appears to also be: $$b_n=-\left(\frac12\right)^n+1$$ recursive. I will call this numerator $b_n$ However,$$\begin{cases} b_1=1,\\ b_n= \sqrt {b_{n-1}+2} \end{cases}$$
I am struggling tothinking that if I find the explicit equation whenformula for $b_n$, perhaps I could use the square root is includedformula $\frac {b_n}2=a_n$ and solve.
I was thinking sincealso figure out that in the recursive formula where $\sqrt b_n=a_n$$c_1=x$, then maybe I could equate $a_n$ withand $\sqrt {-\left(\frac12\right)^n+1}$$c_{n}=\sqrt{c_{n-1}}$, but unfortunately the graph does not line up withexplicit formula would be: $$c_n=x^\frac1{2^{(n-1)}}$$
I am currently struggling on how to solve for the points.case $b_n=\sqrt{b_{n-1}+2}$