Prove Sequence Convergence: {xn} Goes to Zero

scooterboot1
Messages
5
Reaction score
0

Homework Statement


Suppose {xn} is a sequence of positive numbers for which there exists c, 0<c<1, such that ([x][/n+1])/([x][/n])<c for all n in Z+. Prove that [x][/n] goes to zero.


Homework Equations





The Attempt at a Solution


Let the first term of {xn} be x, where n=1. Then by the given, [x][/n+1]/[x][/n]<1, therefore, [x][/1]>[x][/2]>[x][/3]>...>[x][/n]>[x][/n+1], hence sup{[x][/n]} = [x][/1].
By the given, inf{[x][/n]}=0 so {xn} is bounded and strictly decreasing. We know a monotone sequence converges if and only if it is bounded, but I am having trouble proving that {xn} goes to zero.
 
Physics news on Phys.org
Do you know why lim n->infinity of c^n goes to 0? Hint: take the log.
 
I understand why lim n -> ∞ c^n = 0, but I don't understand how it relates to the problem. I need to determine why {xn} goes to zero
 
x1<c*x0. x2<c*x1<c*(c*x0)=c^2*x0. x3<c*x2<c*(c^2*x0)=c^3*x0. Following?
 
since i can show that c^n*x0>xn and since c^n -> 0 then I can use the squeeze theorem to show that {xn} goes to zero...
just want to make sure I made sense of that correctly
 
scooterboot1 said:
since i can show that c^n*x0>xn and since c^n -> 0 then I can use the squeeze theorem to show that {xn} goes to zero...
just want to make sure I made sense of that correctly

Sure. That's it.
 
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