Inexact Newton Methods

A classical algorithm for solving the system of nonlinear equations F(x) = 0 is Newton's method:$x_{k + 1} = x_k + s_k, \quad \text{where} F'(x_k)s_k = -F(x_k), x_0 \text{given}.$The method is attractive because it converges rapidly from any sufficiently good initial guess x0. However, sol...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Veröffentlicht in:SIAM journal on numerical analysis 1982-04, Vol.19 (2), p.400-408
Hauptverfasser: Dembo, Ron S., Eisenstat, Stanley C., Steihaug, Trond
Format: Artikel
Sprache:eng
Schlagworte:
Online-Zugang:Volltext
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:A classical algorithm for solving the system of nonlinear equations F(x) = 0 is Newton's method:$x_{k + 1} = x_k + s_k, \quad \text{where} F'(x_k)s_k = -F(x_k), x_0 \text{given}.$The method is attractive because it converges rapidly from any sufficiently good initial guess x0. However, solving a system of linear equations (the Newton equations) at each stage can be expensive if the number of unknowns is large and may not be justified when xkis far from a solution. Therefore, we consider the class of inexact Newton methods:$x_{k + 1} = x_k + s_k, \quad \text{where} F'(x_k)s_k = -F(x_k) + r_k, \|r_k\|/\|F(x_k)\| \leqq \eta_k$which solve the Newton equations only approximately and in some unspecified manner. Under the natural assumption that the forcing sequence {ηk} is uniformly less than one, we show that all such methods are locally convergent and characterize the order of convergence in terms of the rate of convergence of the relative residuals {|rk|/|F(xk)|}. Finally, we indicate how these general results can be used to construct and analyze specific methods for solving systems of nonlinear equations.
ISSN:0036-1429
1095-7170
DOI:10.1137/0719025