The idea of the method is as follows: one starts with an initial guess which is reasonably close to the true root, then the function is approximated by its tangent line (which can be computed using the tools of calculus), and one computes the x-intercept of this tangent line (which is easily done with elementary algebra). This x-intercept will typically be a better approximation to the function's root than the original guess, and the method can be iterated.
Suppose
is a differentiable function defined
on the interval
with values in the real numbers
. The
formula for converging on the root can be easily derived.
Suppose we have some current approximation
. Then we can derive
the formula for a better approximation,
by referring to
the diagram on the right. We know from the definition of the
derivative at a given point that it is the slope of a tangent at that point.
That is
The correct digits are underlined in the above example. In
particular,
is correct to the number of decimal places
given. We see that the number of correct digits after the
decimal point increases from
(for
) to
and
,
illustrating the quadratic convergence.
david joyner 2008-11-22