
Please help me how to proceed in this question is it correct if I use iteration formula and perform iteration....

Please help me how to proceed in this question is it correct if I use iteration formula and perform iteration....
You have to compute the derivative of the iteration formula and find a bound on the interval around $-0.5$ where you can bound it by $1$. Then prove that that interval is mapped into itself and you have shown the convergence to the root.
For instance with $x_{n+1}=g(x_n)$, $$g(x)=-\frac13\left(1+\frac1{x^2+x+1}\right)$$ you get that $[-1,0]$ is mapped to $$ -\frac13\left(1+\frac1{([-\frac12,\frac12])^2+\frac34}\right)=\left[-\tfrac79,-\tfrac23\right] $$ and its derivative $$ g'(x)=\frac23\frac{x+\frac12}{\left((x+\frac12)^2+\frac23\right)^2} $$ has values smaller $\frac34$ so that the iteration of that formula is contractive.