Exercise 2.4.5

[Calculating Square Roots] Let x 1 = 2 , and define

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

(a)
Show that x n 2 is always greater than or equal to 2 , and then use this to prove that x n x n + 1 0 . Conclude that lim x n = 2 .
(b)
Modify the sequence ( x n ) so that it converges to c .

Answers

(a)
Clearly x 1 2 2 , now procede by induction. if x n 2 2 then we have x n + 1 2 = 1 4 ( x n 2 + 2 x n ) 2 = 1 4 ( ( x n 2 + 2 ) 2 x n 2 ) 1 4 ( ( x n 2 + 2 ) 2 2 )

Now since x n 2 2 we have ( x n 2 + 2 ) 2 16 meaning

x n + 1 2 = 1 4 ( ( x n 2 + 2 ) 2 2 ) 2 .

Now to show x n x n + 1 0 we use x n 0

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

Now we know ( x n ) x converges by MCT, to show x 2 = 2 we equate x n = x n + 1 (true in the limit since | x n x n + 1 | becomes arbitrarily small)

x = 1 2 ( x + 2 x ) x 2 = 1 2 x 2 + 1 x 2 = 2

therefore x = ± 2 , and since every x n is positive x = 2 .

(b)
Let x n + 1 = 1 2 ( x n + c x n )

I won’t go through the convergence analysis again, but the only fixed point is

x = 1 2 ( x + c x ) 1 2 x 2 = 1 2 c x 2 = c

So if x n converges, it must converge to x 2 = c .

User profile picture
2022-01-27 00:00
Comments