Tom K. answered 10/23/20
Knowledgeable and Friendly Math and Statistics Tutor
If you just assume it has a limit, then √(2 + x) = x iff 2 + x = x^2 iff x^2 - 2 - x = (x - 2)(x + 1) = 0
As the sequence is positive, we can ignore the negative solution, so the solution is x = 2.
A way to show the limit exists and it is 2 follows.
The squeeze theorem is a great way to show that the limit is 2.
We will show that the sequence is always less than 2 and it is greater than or equal to xk = (2 + xk-1)/2, and that lim k -> ∞ xk, where xk = (2 + xk-1)/2, is 2
Consider xk = (2 + xk-1)/2, where xo = 0
Let's show that xk = 2 - 2 * (1/2)k
For n = 0, 2 - 2 * (1/2)n = 2 - 2 * (1/2)0 = 2 - 2 * 1 = 2 - 2 = 0
Assume for k
Then, for k + 1, (2 + xk)/2 = (2 + 2 - 2 * (1/2)k )/2 = (4 - 2 * (1/2)k )/2 = 4/2 - 2 * (1/2)k /2 =
2 - 2 * (1/2)k * 1/2 = 2 - 2 * (1/2)k+1
lim k -> ∞ 2 - 2 * (1/2)k+1 = 2 - 2 * 0 = 2
Now, to show that this sequence is less than or equal to xk = √(2 + xk)
Note that the square root and square functions are monotone increasing for x > 0
For k = 0, both sequences are equal to 0. Assume it is true for k that xk in xk = √(2 + xk-1) is greater than or equal to xk in xk = (2 + xk-1)/2 = 1 + xk-1/2
Then, consider xk-1 in the two sequences to be equal (if it is greater in the square root sequence, the next term will have an even higher value.
√(2 + xk-1) >= (2 + xk-1)/2 iff 2 + xk-1 >= (1 + xk-1/2)2 = 1 + xk-1 + x2k-1 /4
Then, 2 + xk-1 >= 1 + xk-1 + x2k-1 /4 iff x2k-1 /4 <= 1 iff x2k-1 <= 4 iff xk-1 <= 2, which is the case.
Thus, we have shown that the square root sequence is greater than or equal to the sum sequence.
Then, for xk-1 < 2, √(2 + xk-1 ) < 2 iff 2 + xk-1 < 22 iff xk-1 < 2. As xk-1 < 2, then the √(2 + xk-1 ) < 2 for all k.
Now, we have shown that √(2 + xk-1 ) is squeezed by (2 + xk-1)/2 and 2, each of which has limit 2, so
the sequence √(2 + xk-1) has limit 2.