Chebyshev's method: $$ x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}-\frac{f''(x_n)}{2f'(x_n)}\left(\frac{f(x_n)}{f'(x_n)}\right)^2$$ The question might seem simple, but I can't seem to find an answer to it. I have scanned through several numerical analysis/methods books, but all of them just say it has cubic convergence. They don't explain why!
So does anyone know how to show that it has cubic convergence or know a place/book/site where it's explained? It would be much appreciated.
The answer can be found here: Метод Чебышева. Some knowledge of the Russian language is needed to understand the explanation.