Newton's method
Newton's method (the Newton-Raphson method) is a very powerful numerical method for solving nonlinear equations.
Suppose we'd like to solve a non-linear equation
and this sequence
Theorem (Newton's method)
Let
and ;- For all
, and .
Let us define the sequence by
Then,
where is the unique solution of .
Proof. Since is (twice) differentiable, it is continuous on . Since and , clearly . Therefore, by the Intermediate Value Theorem, there exists an such that . Moreover, since , is strictly monotone increasing on , this is unique (i.e., there is only one such that satisfies ).
[See also: Continuity of a function for the Intermediate Value Theorem.]
Let us pick any and find the tangent line at , which is given by
The -intercept of this line is obtained by
and hence
Therefore if , we have .
Moreover, since is convex (because ), the tangent line is always resides below on so we have . Since and (when ), we have
Thus, is a strictly monotone decreasing sequence bounded below. By the Monotone Convergence Theorem, converges to a certain value. [See also: Monotone sequences and Cauchy sequences for the Monotone Convergence Theorem.]
Let , then . If we take the limit on both sides of Eq. (eq:newton), we have
from which we conclude
However, is the only solution to . Hence . ■
Example. Let be any positive real number. Using Newton's method, let us find an approximation of . First, let us define . Then the solution to is (provided ). , and for , and . By choosing sufficiently small and sufficiently large , can satisfy the conditions required for Newton's method. If we define the sequence by
we have . □
Comments
Post a Comment