Let $f(x)=x^3-1$. To approximate the root $x^{\star}=1$, we consider the sequence $(x_n)$ that we get if we apply Newton's method with $x_0>0$. Show that the sequence converges to $1$.
I have done the following:
I used $x_0=0,5$ and applied the method and in that way we see that the sequence converges to $1$.
Is that correct?
Now I think that we could also do the following:
From Newton's method we get $x_{n+1}=x_n-\frac{x_n^3-1}{3x_n^2}=\frac{2x_n^3+1}{3x_n^2}$ and we have to show that this sequence converges to $1$, or not?
Hint: If $x_0 > 1$, show that the sequence is decreasing. If $0 < x_0 < 1$, show that $x_1 > 1$.