Accelerating Convergence 11
Approach #1 Approach #2
npn|en|/|en−1|2pn|en|/|en−1|2
12. The function f(x) = x(1 −cos x) has a zero of multiplicity 3 at x= 0. Apply
both techniques for restoring quadratic convergence to Newton’s method to this
problem, using p0= 1. You should observe that the resulting sequences appear
to converge faster than quadratically. What apparent order of convergence do
you observe? Why is convergence faster than quadratic for this problem?
is used, while in “Approach #2,” the iteration function
is used. To explore the order of convergence fully, the values below were obtained
using Maple with the Digits parameter set to 100.
Approach #1 Approach #2
npnpn
21.4229 ×10−41.1936 ×10−5
43.6447 ×10−39 4.6843 ×10−50
13. Suppose Newton’s method is applied to a function with a zero of multiplicity
m > 1. Show that the multiplicity of the zero can be estimated as the integer
nearest to
m≈1
1−pn−pn−1
pn−1−pn−2
.
Verify that this formula produces an accurate estimate when applied to the
sequence listed in Exercise 4 and when applied to the sequence generated when
Newton’s method was applied to the function f(x) = 1 + ln x−xin the text.