Ch 2: Numerical solution of nonlinear equations in one variable, cont'd

2.3 Functional iteration to a fixed point

We have seen that functional iteration may or may not converge to a fixed point.

Thm 2.3 Contraction Mapping Theorem provides a guarantee of convergence (and a rate) given conditions:

theorem2.3_contraction_mapping.png

how to show its hypotheses apply? (not always easy directly)

brute force on example i? g(x) = (x^2+6)/5 , G = [1,2.3]

20250909_085537.jpg

Prop 2.4 - gives an often-more-easily checkable condition on satisfaction of hypotheses of CM Thm on nhood of fixed point.

proposition2.4.png

Definition of order of convergence to a fixed point

convergence_with_order_q.png 20250909_085540.jpg

Next question: Given convergence, under what conditions on g are we guaranteed convergence with order q?

theorem2.4.png

Proof: use Taylor's theorem to bound |xk + 1 − z| in terms of |xk − z|

Meant to show this proof but neglected to (that's why I ended unexpectedly early!):

20250909_095531.jpg

Newton's method and Theorems 2.3 and 2.4

Newton typically achieves quadratic convergence. The exception is when f'(z)=0.

20250909_091332.jpg linear_and_superlinear_convergence.png