Real analysis: Sequences question

jinbaw
Messages
65
Reaction score
0

Homework Statement


If Xn is bounded by 2, and |X_{n+2} - X_{n+1}| \leq \frac{|X^2_{n+1} - X^2_n|}{8}, prove that Xn is a convergent sequence.


Homework Equations





The Attempt at a Solution


I believe the solution lies in proving Xn a Cauchy sequence, but I'm not sure how to work it out. I considered |Xn - Xm| adding and subtracting the terms between m and n but i got stuck.
I also tried to check for telescoping, with no luck.
 
Last edited:
Physics news on Phys.org
Factor X^2_{n+1} - X^2_n.

Then get an upper bound for \frac{|X^2_{n+1} - X^2_n|}{8}.
 
<br /> \frac{|X^2_{n+1} - X^2_n|}{8} = \frac{|(X_{n+1} + X_n)(X_{n+1} - X_n)|}{8} \leq \frac{|X_{n+1} - X_n|}{2}<br />

Iterating, I reached |X_{n+2} - X_ {n+1}| \leq \frac{|X_2 - X_1|}{2^n}
I'm not sure if I continued in the right track.. but I'm stuck.
Thanks for your input.
 
Now go back to trying to show the sequence is Cauchy by adding and subtracting terms in |xn-xm|. Use the triangle inequality.
 
Or could even look at the sequence of partial sums, getting it bounded above.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top