functional iteration sequence $x_{n+1} = 2 - (1+c)x_n + cx_{n}^3$ will converge for some values of c to $ \alpha = 1$ for what values of c this sequence will converge?
My attempt to solve this was using contractive mapping theorem First finding a closed set $ D = [1-a, 1+b] $ and show that $ f: D \rightarrow D $ and also $ |f^{'}(x)| < 1$ then by the contractive mapping theorem this series will converge to a unique fixed point in $D$ which is 1.
$f^{'}(x) = -1 - c + 3cx^2$ is for some values of c always less than 1 but for some values not. I'm not sure how to define c value.
When $c=0$ then $x_{n+1}=2-x_n$ and except when $x_0=1$ the sequence will alternate between values $\{x_0,2-x_0\}$ and won't be convergent.
So let assume $c\neq 0$ and study $f'(x)=3cx^2-1-c$
Remember that we want also that $x$ belongs to a neighbourhood of $1$, therefore $c\le 1$
So at least for $f$ to be contractive we need $c\in(0,1]$.
https://www.desmos.com/calculator/g8fqi7qo0y
But as Paresseux noticed, the choice of $x_0$ is also very prominent, indeed the conditions above can be expressed in term of $x$:
Which you can verify are the regions in orange on the diagram.
If some $x_{n0}$ falls in this region then convergence is ensured for the following terms, but still there are some $x_0$ outside this region for which it is possible that a subsequent term falls in the region and the sequence will converge anyway.
Try for instance $c=0.4$ and $x_0=0.2$
And this is a much difficult issue to predict for which initial values $x_0(c)$ the sequence will always be convergent.