|
|
Line 1: |
Line 1: |
| The '''Kantorovich theorem''' is a mathematical statement on the convergence of [[Newton's method]]. It was first stated by [[Leonid Kantorovich]] in 1940.
| | Hello and welcome. My name is Ling. What he really enjoys doing is to perform handball but he is struggling to find time for it. I am a manufacturing and distribution officer. Her spouse and her chose to reside in Delaware but she requirements to transfer because of her family.<br><br>My website - [http://www.clan-Myreality.de/index.php?mod=users&action=view&id=9712 car warranty] |
| | |
| Newton's method constructs a sequence of points that—with good luck—will converge to a solution <math>x</math> of an equation <math>f(x)=0</math> or a vector solution of a system of equation <math>F(x)=0</math>. The Kantorovich theorem gives conditions on the initial point of this sequence. If those conditions are satisfied then a solution exists close to the initial point and the sequence converges to that point.
| |
| | |
| == Assumptions ==
| |
| Let <math>X\subset\R^n</math> be an open subset and <math>F:\R^n\supset X\to\R^n</math> a [[differentiable function]] with a [[Jacobian]] <math>F^{\prime}(x)</math> that is locally [[Lipschitz continuous]] (for instance if it is twice differentiable). That is, it is assumed that for any open subset <math>U\subset X</math> there exists a constant <math>L>0</math> such that for any <math>\mathbf x,\mathbf y\in U</math>
| |
| | |
| :<math>\|F'(\mathbf x)-F'(\mathbf y)\|\le L\;\|\mathbf x-\mathbf y\|</math>
| |
| | |
| holds. The norm on the left is some operator norm that is compatible with the vector norm on the right. This inequality can be rewritten to only use the vector norm. Then for any vector <math>v\in\R^n</math> the inequality
| |
| | |
| :<math>\|F'(\mathbf x)(v)-F'(\mathbf y)(v)\|\le L\;\|\mathbf x-\mathbf y\|\,\|v\|</math>
| |
| | |
| must hold.
| |
| | |
| Now choose any initial point <math>\mathbf x_0\in X</math>. Assume that <math>F'(\mathbf x_0)</math> is invertible and construct the Newton step <math>\mathbf h_0=-F'(\mathbf x_0)^{-1}F(\mathbf x_0).</math>
| |
| | |
| The next assumption is that not only the next point <math>\mathbf x_1=\mathbf x_0+\mathbf h_0</math> but the entire ball <math>B(\mathbf x_1,\|\mathbf h_0\|)</math> is contained inside the set ''X''. Let <math>M\le L</math> be the Lipschitz constant for the Jacobian over this ball.
| |
| | |
| As a last preparation, construct recursively, as long as it is possible, the sequences <math>(\mathbf x_k)_k</math>, <math>(\mathbf h_k)_k</math>, <math>(\alpha_k)_k</math> according to
| |
| :<math>\begin{alignat}{2}
| |
| \mathbf h_k&=-F'(\mathbf x_k)^{-1}F(\mathbf x_k)\\[0.4em]
| |
| \alpha_k&=M\,\|F'(\mathbf x_k)^{-1}\|\,\|h_k\|\\[0.4em]
| |
| \mathbf x_{k+1}&=\mathbf x_k+\mathbf h_k.
| |
| \end{alignat}</math>
| |
| | |
| == Statement ==
| |
| Now if <math>\alpha_0\le\tfrac12</math> then
| |
| #a solution <math>\mathbf x^*</math> of <math>F(\mathbf x^*)=0</math> exists inside the closed ball <math>\bar B(\mathbf x_1,\|\mathbf h_0\|)</math> and
| |
| #the Newton iteration starting in <math>\mathbf x_0</math> converges to <math>\mathbf x^*</math> with at least linear order of convergence.
| |
| | |
| A statement that is more precise but slightly more difficult to prove uses the roots <math>t^\ast\le t^{**}</math> of the quadratic polynomial
| |
| :<math>
| |
| p(t)
| |
| =\left(\tfrac12L\|F'(\mathbf x_0)^{-1}\|^{-1}\right)t^2
| |
| -t+\|\mathbf h_0\|
| |
| </math>,
| |
| :<math>t^{\ast/**}=\frac{2\|\mathbf h_0\|}{1\pm\sqrt{1-2\alpha}}</math>
| |
| and their ratio
| |
| :<math>
| |
| \theta
| |
| =\frac{t^*}{t^{**}}
| |
| =\frac{1-\sqrt{1-2\alpha}}{1+\sqrt{1-2\alpha}}.
| |
| </math>
| |
| Then
| |
| #a solution <math>\mathbf x^*</math> exists inside the closed ball <math>\bar B(\mathbf x_1,\theta\|\mathbf h_0\|)\subset\bar B(\mathbf x_0,t^*)</math>
| |
| #it is unique inside the bigger ball <math>B(\mathbf x_0,t^{*\ast})</math>
| |
| #and the convergence to the solution of <math>F</math> is dominated by the convergence of the Newton iteration of the quadratic polynomial <math>p(t)</math> towards its smallest root <math>t^\ast</math>,<ref>{{cite journal |first=J. M. |last=Ortega |title=The Newton-Kantorovich Theorem |journal=Amer. Math. Monthly |volume=75 |year=1968 |issue=6 |pages=658–660 |jstor=2313800 }}</ref> if <math>t_0=0,\,t_{k+1}=t_k-\tfrac{p(t_k)}{p'(t_k)}</math>, then
| |
| #:<math>\|\mathbf x_{k+p}-\mathbf x_k\|\le t_{k+p}-t_k.</math>
| |
| #The quadratic convergence is obtained from the error estimate<ref>{{cite journal |first=W. B. |last=Gragg |first2=R. A. |last2=Tapia |year=1974 |title=Optimal Error Bounds for the Newton-Kantorovich Theorem |journal=SIAM Journal on Numerical Analysis |volume=11 |issue=1 |pages=10–13 |jstor=2156425 }}</ref>
| |
| #:<math>
| |
| \|\mathbf x_{n+1}-\mathbf x^*\|
| |
| \le \theta^{2^n}\|\mathbf x_{n+1}-\mathbf x_n\|
| |
| \le\frac{\theta^{2^n}}{2^n}\|\mathbf h_0\|.
| |
| </math>
| |
| | |
| == Notes ==
| |
| <references />
| |
| | |
| == References ==
| |
| * John H. Hubbard and Barbara Burke Hubbard: ''Vector Calculus, Linear Algebra, and Differential Forms: A Unified Approach'', Matrix Editions, ISBN 978-0-9715766-3-6 ([http://matrixeditions.com/UnifiedApproachSamples.html preview of 3. edition and sample material including Kant.-thm.])
| |
| | |
| == Literature == | |
| * Kantorowitsch, L. (1948): ''Functional analysis and applied mathematics'' (russ.). UMN3, 6 (28), 89–185.
| |
| * Kantorowitsch, L. W.; Akilow, G. P. (1964): ''Functional analysis in normed spaces''.
| |
| * P. Deuflhard: ''Newton Methods for Nonlinear Problems. Affine Invariance and Adaptive Algorithms.'', Springer, Berlin 2004, ISBN 3-540-21099-7 (''Springer Series in Computational Mathematics'', Vol. 35)
| |
| | |
| [[Category:Functional analysis]]
| |
| [[Category:Theorems in analysis]]
| |
| [[Category:Optimization in vector spaces]]
| |
| [[Category:Optimization algorithms and methods]]
| |
Hello and welcome. My name is Ling. What he really enjoys doing is to perform handball but he is struggling to find time for it. I am a manufacturing and distribution officer. Her spouse and her chose to reside in Delaware but she requirements to transfer because of her family.
My website - car warranty