Suppose
a is a root of
f but not of its derivative. And suppose that the
third derivative of
f exists and is continuous in a neighborhood of
a and is in that neighborhood. Then
Taylor's theorem implies: :0 = f(a) = f(x_n) + f'(x_n) (a - x_n) + \frac{f
(x_n)}{2} (a - x_n)^2 + \frac{f'(\xi)}{6} (a - x_n)^3 and also :0 = f(a) = f(x_n) + f'(x_n) (a - x_n) + \frac{f''(\eta)}{2} (a - x_n)^2, where ξ and η are numbers lying between
a and . Multiply the first equation by 2f'(x_n) and subtract from it the second equation times f''(x_n)(a - x_n) to give: :\begin{align} 0 &= 2 f(x_n) f'(x_n) + 2 [f'(x_n)]^2 (a - x_n) + f'(x_n) f''(x_n) (a - x_n)^2 + \frac{f'(x_n) f'''(\xi)}{3} (a - x_n)^3 \\ &\qquad- f(x_n) f''(x_n) (a - x_n) - f'(x_n) f
(x_n) (a - x_n)^2 - \frac{f(x_n) f''(\eta)}{2} (a - x_n)^3. \end{align} Canceling f'(x_n) f''(x_n) (a - x_n)^2 and re-organizing terms yields: :0 = 2 f(x_n) f'(x_n) + \left(2 [f'(x_n)]^2 - f(x_n) f''(x_n) \right) (a - x_n) + \left(\frac{f'(x_n) f'
(\xi)}{3} - \frac{f(x_n) f''(\eta)}{2} \right) (a - x_n)^3. Put the second term on the left side and divide through by : 2 [f'(x_n)]^2 - f(x_n) f''(x_n) to get: :a - x_n = \frac{-2f(x_n) f'(x_n)}{2[f'(x_n)]^2 - f(x_n) f''(x_n)} - \frac{2f'(x_n) f'
(\xi) - 3 f(x_n) f''(\eta)}{6(2 [f'(x_n)]^2 - f(x_n) f''(x_n))} (a - x_n)^3. Thus: :a - x_{n+1} = - \frac{2 f'(x_n) f'
(\xi) - 3 f(x_n) f''(\eta)}{12[f'(x_n)]^2 - 6 f(x_n) f''(x_n)} (a - x_n)^3. The limit of the coefficient on the right side as is: :-\frac{2 f'(a) f'
(a) - 3 f(a) f''(a)}{12 [f'(a)]^2 - 6 f(a) f''(a)}. If we take
K to be a little larger than the
absolute value of this, we can take absolute values of both sides of the formula and replace the absolute value of coefficient by its upper bound near
a to get: :|a - x_{n+1}| \leq K |a - x_n|^3 which is what was to be proved. To summarize, :\Delta x_{i+1} =\frac{3(f'')^2 - 2f' f'''}{12(f')^2} (\Delta x_i)^3 + O[\Delta x_i]^4, \qquad \Delta x_i \triangleq x_i - a. ==Relation to Newton's method==