请输入您要查询的字词:

 

单词 Newton’s method
释义
Newton’s method

Mathematics
  • The following method of finding successive approximations to a root of an equation f(x) = 0. Suppose that x0 is a first approximation, known to be quite close to a root. If the root is in fact x0 + h, where h is ‘small’, taking the first two terms of the Taylor series gives f(x0 + h) ≈ f(x0) + hf′(x0). Since f(x0 + h) = 0, it follows that h ≈ −f(x0)/ f′(x0). Thus x1, given by

    x1=x0f(x0)f(x0),

    is likely to be a better approximation to the root. To see the geometrical significance of the method, suppose that P0 is the point (x0, f(x0)) on the curve y =  f(x), as shown in the first figure. The value x1 is given by the point at which the tangent to the curve at P0 meets the x-axis. It may be possible to repeat the process to obtain successive approximations x0, x1, x2,…, where

    xn+1=xnf(xn)f(xn).

    Newton’s method

    Iterations converge to root

    Newton’s method

    Iterations diverge

    These may be successively better approximations to the root as required, but in the second figure is shown the graph of a function, with a value x0 close to a root, for which x1 and x2 do not give successively better approximations. However, if f″(x) is a continuous function and f′(x) is non-zero, then Newton’s method quadratically converges to the root in some neighbourhood of the root.

    For a system of k equations in k variables, f(x) =  0, the iteration becomes

    xn+1=xnJ1(xn)f(xn)

    where J denotes the Jacobian matrix of f.


Computer
  • An iterative technique for solving one or more nonlinear equations. For the single equation

    f(x)=0
    the iteration is
    xn+1=xnf(xn)/f(xn),n=0,1,2,
    where x0 is an approximation to the solution. For the system
    f(x)=0,f=(f1,f2,,fn)T,x=(x1,x2,,xn)T,
    the iteration takes the mathematical form
    xn+1=xnJ(xn)1f(xn),n=0,1,2,
    where J(x) is the nn matrix whose i,jth element is
    fi(x)/xj
    In practice each iteration is carried out by solving a system of linear equations. Subject to appropriate conditions the iteration converges quadratically (ultimately an approximate squaring of the error occurs). The disadvantage of the method is that a constant recalculation of J may be too time-consuming and so the method is most often used in a modified form, e.g. with approximate derivatives. Since Newton’s method is derived by a linearization of f(x), it is capable of generalization to other kinds of nonlinear problems, e.g. boundary-value problems (see ordinary differential equations).


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/29 21:43:33