The equation $x^3-x=0$ has three roots,$ -1, 0, 1.$ We use the Newton's method to find the roots. And there are three cases
(i) If $x_0>1/\sqrt{3}$, the Newton's method will converge to $1$. (ii) If $x_0<-1/\sqrt{3}$, the Newton's method will converge to $-1$. (iii) If $-1/\sqrt{5}<x_0<1/\sqrt{5}$, the Newton's method will converge to $0$.
Here is the question I don't understand:
Consider $x_0$ is a little less than $1/\sqrt{3}$, there is an implicit recurrence relation that produces a decreasing sequence ${a_1=q/\sqrt{3}, a_2, a_3, ...}$, by means of which one you can easily find $\lim_{n\to\infty}x_n$ for any $x_0\in(1/\sqrt{5},1/\sqrt{3})$. Try to find the recurrence.
The answer provided is $a_i-f(a_i/f'(a_i))=-a_{i-1}$; $\lim_{n\to\infty}x_n=(-1)^i$ if $x_0\in(a_i,a_{i+1}); a_1=0.577, a_2=0.462, a_4 \approx a_i=1/\sqrt{5}=0.447$.
Could anyone kindly help explain what is $a_i$, what does this have to do with the Newton's method? Thanks so much!
PS: someone thinks my question is unclear, so I post the original question as the following. My question is 1.3(d).
