Successive substitution is a technique, we learned, used to find the roots of a polynomial $f(x)=x^2-2$ for example. We must construct some function $g(x)$ so that $g(x)=x$ iff $f(x)=0$, for example $g(x)=f(x)+x$. It is done by taking some start value $u_0$, and creating a row $u_{i+1}=u_{i}+f(u_{i}).$ Basically what we're doing is projecting the function outputs on the $1st$ bissectrice $(?$, the line $y=x$), so normally it would converge to the point where this function $g(x)$ intersects the line $y=x$, and then this would be a solution to $f(x)=0$. However sometimes it is not the case, $u_i$ diverges and that is what my question is about.
It had something to do with the derivative of the function, but I want to know specifically, in what point? It is very hard to find any information about this on the internet, also it wasn't mentioned in my course. I THINK it was that the value of $|f'(a)|$ where $f(a)=0$, had to be $<1$ or $>1$ but I don't know which one! Does anyone have any knowledge on this topic, who could possibly help me. I know my question is very unclear, I am sorry, I hope someone will understand. Many thanks.
It looks like this: (when it converges)
