Exercise 5.25

Exercise 25: Suppose f is twice differentiable on [ a , b ] , f ( a ) < 0 , f ( b ) > 0 , f ( x ) δ > 0 , and 0 f ( x ) M for all x [ a , b ] . Let ξ be the unique point in ( a , b ) at which f ( ξ ) = 0 .

(a) Choose x 1 ( ξ , b ) , and define { x n } by x n + 1 = x n f ( x n ) f ( x n ) . Interpret this geometrically, in terms of a tangent to the graph of f .

(b) Prove that x n + 1 < x n and that lim x x n = ξ .

(c) Use Taylor’s theorem to show that

x n + 1 ξ = f ( t n ) 2 f ( x n ) ( x n ξ ) 2

for some t n ( ξ , x n ) .

(d) if A = M 2 δ , deduce that

0 x n + 1 ξ 1 A ( A ( x 1 ξ ) ) 2 n .

Compare with Exercises 3.16 and 3.18.

(e) Show that Newton’s method amounts to finding a fixed point of the function g defined by

g ( x ) = x f ( x ) f ( x ) .

How does g ( x ) behave for x near ξ ?

(f) Put f ( x ) = x 1 3 on ( , ) and try Newton’s method. What happens?

Answers

(a) The tangent to the graph of f at the point ( x n , f ( x n ) ) has the equation

y f ( x n ) = f ( x n ) ( x x n ) .

Letting y = 0 and solving for x , we see that this line intersects the x -axis at the point ( x n + 1 , 0 ) .

(b) Note that if x n > ξ then f ( x n ) > 0 so that x n + 1 = x n f ( x n ) f ( x n ) < x n . By Theorem 5.10, there is a t ( ξ , x n ) such that

f ( x n ) = f ( x n ) f ( ξ ) = f ( t ) ( x n ξ ) or ξ = x n f ( x n ) f ( t ) x n f ( x n ) f ( x n ) = x n + 1

since f 0 implies f ( t ) f ( x n ) . If for some m x m = ξ then x m + 1 = x m + 2 = = ξ and so the infinite sequence converges to ξ . Otherwise, it is a monotonically decreasing sequence with lower bound ξ and so by Theorem 3.14 converges to a limit y ξ .

To see that y = ξ , let g be the continuous function defined in part (e), g ( x ) = x f ( x ) f ( x ) . Assume that y > ξ . Then f ( y ) > 0 , so g ( y ) < y . Let 𝜀 > 0 be small enough so that g ( y ) + 𝜀 < y . Then there is a δ > 0 such that | g ( x ) g ( y ) | < 𝜀 if | x y | < δ . Let N be large enough so that | x N y | < δ . Then g ( x N ) < g ( y ) + 𝜀 < y , but this contradicts g ( x N ) = x N + 1 y . Hence y = ξ .

(c) Letting α = x n and β = ξ in Theorem 5.15, and using f ( x n ) = f ( x n ) ( x n x n + 1 ) , there is some t n ( ξ , x n ) such that

f ( ξ ) = f ( x n ) + f ( x n ) ( ξ x n ) + f ( t n ) 2 ( ξ x n ) 2 0 = f ( x n ) ( x n x n + 1 ) + f ( x n ) ( ξ x n ) + f ( t n ) 2 ( ξ x n ) 2 0 = f ( x n ) ( ξ x n + 1 ) + f ( t n ) 2 ( ξ x n ) 2 x n + 1 ξ = f ( t n ) 2 f ( x n ) ( x n ξ ) 2

(d) Part (c) gives us

( x n + 1 ξ ) A ( x n ξ ) 2 A A 2 ( x n 1 ξ ) 2 2 A A 2 A 2 2 ( x n 2 ξ ) 2 3 A 1 + 2 + 2 2 + + 2 n 1 ( x 1 ξ ) 2 n = A 2 n 1 ( x 1 ξ ) 2 n = 1 A ( A ( x 1 ξ ) ) 2 n .

The algorithm described in Exercises 3.16 and 3.18 is Newton’s method applied to the functions x 2 α and x p α , respectively.

(e) We have g ( ξ ) = ξ if and only if f ( ξ ) = 0 . Since

g ( x ) = 1 f ( x ) 2 f ( x ) f ( x ) f ( x ) 2 = f ( x ) f ( x ) f ( x ) 2 f ( x ) M δ 2 ,

g ( x ) tends to 0 as x approaches ξ .

(f) For f ( x ) = x 1 3 , note that

x n + 1 = x 1 x n 1 3 ( 1 3 ) x n 2 3 = 2 x n

so that x n = ( 2 ) n 1 x 1 . That is, { x n } is an alternating sequence such that | x n | as x .

User profile picture
2023-08-07 00:00
Comments