This can be solved computationally, but is there an analytical solution? I've tried to build a solution and it wasn't pretty. $$x_{n+1} = 3{(x_n)}^2+2 \qquad x_0 = 2$$
Asked
Active
Viewed 50 times
2
-
2The recursion $$z\mapsto z^2+c$$ is well known to have no analytical solution in general (some entire books with nice images have been written on the subject). – Did Feb 05 '17 at 07:43