Method of tangents (Newton-Raphson method) Let's consider again the equation (1):
where
F
(
x
) – is a differentiated function, defined in the interval
Let's expanse the function F ( x ) in a power series and we’ll be limited to a linear part of expansion:
that is equivalent to exchanging of function F ( x ) in any point x to its tangent in this point. Then from (1) and (5) follows:
If to accept for
From here it follows, that the ( n + 1) approach will be defined under the formula:
The correlation (8) also is a method of tangents or Newton-Raphson method . The conditions convergence for process (8) looks like:
1) zero approach
2) derivative F" ( x ) does not become too big,
3) derivative
F’
(
x
) is not too close to 0.
The last condition means, that no two roots existed the close one from another, and joint performance of conditions 2) and 3) is similar to the requirement
The process (8) is considered completed, if
Newton-Raphson method finds a wide application for the solution of the high order systems of nonlinear equations. You can see examples here and here . |
Contents
>> Applied Mathematics
>> Numerical Methods
>> Algebraic and Transcendental Equations
>> Method of tangents