I have a recurrence relation of the form $a_{n} = b a_{n-1}^2 + c$, where $c \neq 0$.
Specifically, mine is $a_{n} = \frac{1}{2} a_{n-1}^2 + \frac{1}{2}$, with $a_0 = \frac{1}{2}$.
How are these solved? (What is the closed form, and does it have a limit?)
I don't know how to find a closed form.
You can prove that $(a_n)$ converge to $1$ as:
Therefore $(a_n)$ converge and the limit $l$ is one as it satisfies $$l=\frac{1}{2}l^2+\frac{1}{2}.$$