I have some troubles with the following problem:
Suppose for any $x_0$ in reals, the sequence$\{x_n\}_{n=0}^\infty$ satisfies the inequality $|x_{n+1}−z|≤4|x_n−z|^2$ for n= 0,1,2,...Thus if $x_0$ is sufficiently close to $z$, the sequence ${x_n}$ converges to $z$. Find the largest value of $\alpha$ such that if $x_0\in(z−\alpha,z+\alpha)$, then the sequence converges. Prove that if $x_0\in(z−\alpha,z+\alpha)$ then the sequence converges.
The idea: WLOG $\alpha > 0$ $z > 0$,
then $x_0<z+\alpha$ and $\frac{|x_{n+1}−z|}{4|x_n−z|^2}≤1$
if $g(x_n)=x_{n+1}$, then by Taylor's expansion: $g(x_n)=g(z)+g'(z)(z-x_n)+\frac{g''(z)}{2}(z-x_n)^2+\frac{g'''(\xi)}{2}(z-x_n)^3$ for $\xi$ in between $x_n$ and $z$. Since $z$ is a fixed point of the convergence,
$x_{n+1}=z+g'(z)(z-x_n)+\frac{g''(z)}{2}(z-x_n)^2+\frac{g'''(\xi)}{2}(z-x_n)^3$. Here I am not sure but $g'(z)=0$ , $g''(z)\neq 0$ and $g'''(z)=0$ since it seems we have a quadratic convergence (am I right?).
Then $x_{n+1}-z=\frac{g''(z)}{2}(z-x_n)^2$ and
$\frac{|x_{n+1}−z|}{|x_n−z|^2}≤|\frac{g''(z)}{2}|$ So $\frac{g''(z)}{2}=4$
But this leads me nowhere. Isn't this suppose to be less than 1 to converge? Also I am not sure how to get $\alpha$ from here. It seems like it should be easier:
To converge $|x_{1}−z|≤4|z+\alpha−z|^2<1$ so $\alpha<1/2$ but this may not converge in the next iterations.
Thanks and Regards,