Let $f(x)=x^3-2x+1$. To solve $f(x)=0$, the following fixed-pint problems are proposed. Derive each fixed point method and compute $p_1,p_2,p_3,p_4$. Which method seem to be appropriate?
a) $x=\dfrac{1}{2}(x^3+1), \quad p_0=\dfrac{1}{2}$
b) $x=\sqrt{2-\dfrac{1}{x}} \quad p_0=\dfrac{1}{2}$
My question is : I don't understand this part : "Derive each fixed point method..."
For instance a), if I define $g:x\to \dfrac{1}{2}(x^3+1)$, Is it for showing that $|g'(x)|\le k$, with $0<k<1$ for $x\in (a,b)$ (but I haven't got a and b)
Do the practical part first, compute the first iterates
(Note that $p_0=0.5$ is a bad initial point for the second iteration) with the output
where one can observe the rather slow convergence towards the roots $\frac12(\sqrt5-1)=0.61803398874989..$ and $1$.
Then continue with your observation where the derivative has absolute value smaller $1$ and what roots lie inside that interval. A sign-change and monotonicity argument is sufficient if one can not guess the root.