6Section 2.3
(b) Why should we expect that fixed point iteration, starting with p0∈(0,1)
will converge toward x= 1/2? What order of convergence should we
expect?
(c) Perform seven iterations starting from an arbitrary p0∈(0,1) and numer-
ically confirm the order of convergence.
(a) Note that g′(0) = 2 >1. Thus, for x≈0,
(b) Due to the symmetry of gabout x= 1/2, we can restrict attention to p0∈
(c) Here are the results of seven iterations of the fixed point iteration scheme
npn|pn−p| |pn−p|/|pn−1−p|2
0 0.1000000000000000 4.000 ×10−1
2 0.2952000000000000 2.048 ×10−11.418
4 0.4859262511644672 1.407 ×10−21.999
6 0.4999996861449132 3.139 ×10−72.001
8. Verify that x=√ais a fixed point of the function
g(x) = 1
2x+a
x.
Use the techniques of this section to determine the order of convergence and the
asymptotic error constant of the sequence pn=g(pn−1) toward x=√a.