✔ 最佳答案
I think that he is asking what the purpose is NOT how to rearrange the another form.
It is used to find the solution of f(x) = 0.
Find the value for the initial x[0] so that f(x) is quite close to 0 by trial and error.
If you transfer it to x = g(x),
x[1] = g(x[0])
x[2] = g(x[1])
x[3] = g(x[2])
...
x[n+1] = g(x[n])
and so on... until you find that it is enough accuracy.