Newton's method

From Wiki @ Karl Jones dot com
Revision as of 20:44, 24 August 2016 by Karl Jones (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In the mathematical field of numerical analysis, Newton's method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function.

Description

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.

See also

External links