next up previous
Next: Newton's method Up: No Title Previous: No Title

Fixed Point Iteration

If you wish to find a root of f(x)=0, consider re-writing the system as g(x)=x. A fixed point is a value tex2html_wrap_inline98 such that tex2html_wrap_inline100 . Fixed point iteration is an iterative procedure attempting to find a fixed point. Start with an initial guess, called tex2html_wrap_inline102 . The algorithm is

displaymath104

How you choose to write the g matters in the iteration. For example,

eqnarray19

written as tex2html_wrap_inline106 , or as tex2html_wrap_inline108 . Start from (1.5,1.5). The first iteration diverges, but the second converges.

The Jacobian matrix tex2html_wrap_inline110 figures into whether the iteration process converges or not. The key issue is contained in the following

Theorem Let tex2html_wrap_inline112 satisfy tex2html_wrap_inline114 . Assume the component functions of G are continuously differentiable in a neighborhood of tex2html_wrap_inline112 , and tex2html_wrap_inline118 . Then for an initial guess tex2html_wrap_inline102 sufficiently close, the fixed point iteration converges.

Notice that, for the second way or writing the iteration, tex2html_wrap_inline122 , and we do see convergence.

The key feature is to look at the difference tex2html_wrap_inline124 . A Taylor expansion leads to

displaymath126

where tex2html_wrap_inline128 is the point at which the taylor coefficients are evaluated. By taking norms, we see

displaymath130



E. Bruce Pitman
Tue Nov 17 10:17:29 EST 1998