the values between
and
get mapped into a smaller range in
.
Contractive Mapping Theorem: Let
closed subset. If
is contractive of
to
has unique fixed point.
Moreover,this fixed point is a limit
of every sequence
with
.
Remark In homework: Prove that
,
if
is continuous and
on
then
is a contraction map.
Quick Summary on Results on Fixed Point Iteration:
Theorem: 2 Suppose in addition
exist on
and that
with
there fixed
point is unique.
Theorem: 3 Let
and
for
the sequence
converges to the fixed point
and
the
error
satisfies
Theorem 4: let
e continuous in some
open interval containing
, where
.
If
such that the
is
convergent whenever
.
Corollary: Suppose
continues,
continued in an
open interval containing
and
Then there is a
neighborhood of
in which no initial guess (except
)will work.
Problem: Complex root? Easy to fix: separate the real and imaginary parts, form a vector root problem and follow the prescription described for systems of nonlinear equations (see 12.3.1).
Remark
What happens in Newton and Secant Methods
if
and
go simultaneously to
? This is a situation
when we have a NON-SIMPLE root, or a root WITH MULTIPLICITY. See Figure
24 for a comparison between a simple and a multiple root.
A solution
of
is zero of multiplicity
if
can be written
for
where
. Here
represents
portion of
not contributing to zero of
.
All algorithms assumed a simple root. So, how do we identify whether there's a simple root:
Method for handling multiple zeros:
Remark Acceleration of Linear Methods:
Is there a way to accelerate convergence of any linear Method?
Use Aitken's
Method (see Aitken acceleration 13.1).