Consider Newton's method on finding the roots of $x^3-x=0$, how to show that $x_n$ converges to $1$ for any $x_0>1/\sqrt{3}$?
My attempt: The Newton's method says $x_{k+1}=x_k-\frac{x_k^3-x_k}{3x_k^2-1}$. I tried to prove $|x_{k+1}-1|/|x_k-1|$ is some positive number less than 1. Thus it is equivalent to show$|\frac{x_k-\frac{x_k^3-x_k}{3x_k^2-1}-1}{x_K-1}|<1$ when $x>1/\sqrt{3}$. But I have difficulty proving this.
Could someone kindly help? Thanks so much!