I was thinking about the following problem:
Let $f(u)=u^3-u-1$. Then I have to verify whether the following statements are true/false?
1.Starting with the initial guess $u^{(0)}=1.5,$ the fixed point iterates of the equation $u=g(u)$,where $g(u)=u^3-1$ converges
2.If $u^{\star}$ is a root of the equation $f(u)=0$ and $u^{\star} >1,$ then $u^{\star} $ is a stable fixed point of the equation $u=g(u)$
3.$f(u)=0$ has a root between $1$ and $2$
4.Staring with the initial guess $u^{(0)}=1.5,$ the fixed point iterates of the equation $u=\tilde{g}(u),\text{where} \space \tilde{g}(u)=\sqrt{1+u^3} $ converge.
Here,option 3 is true as we see that $f(1)<0 \space \text{whereas} f(2)>0$ .But I am not sure about the other options .How can I check other options?
Can someone point me in the right direction?
Thanks in advance for your time.