- #1
Nerpilis
- 19
- 0
my problem is to determine if a sequence is convergent by deciding on wether its monotone increasing or decreasing, and to identify a bound if it exists. given x(sub n) = n/2^n.
first I pluged in n values and found that as n gets bigger x(sub n) gets smaller and appears to go to zero. so I know I want to show/prove that the sequence is monotone decreasing and is bounded by zero. by induction i find that when n=1 , x(sub n)= 1/2. and i have x(sub n+1)= (n+1)/2^(n+1).
(this is about where i start to feel less confident, I'm not sure if I'm using induction properly and also on my next step I'm stuck on manipulating the inequality).
now I have x(sub n+1) < x(sub n). substituting and rearanging the inequality I get:
[(n+1)/2^(n+1)]-[n/2^n]<0
[(2^n)(n+1)-(n)(2^(n+1)]/(2^n)(2^(n+1))<0
This is where I am stuck, my strong points do not lie with manipulating inequalities with variables in the exponets (any links or suggestions to help me view examples of tricks of the trade here are welcome) also is this sufficient enough to state that it has a lower bound and the lim n/2^n = 0 as n goes to infinity?
first I pluged in n values and found that as n gets bigger x(sub n) gets smaller and appears to go to zero. so I know I want to show/prove that the sequence is monotone decreasing and is bounded by zero. by induction i find that when n=1 , x(sub n)= 1/2. and i have x(sub n+1)= (n+1)/2^(n+1).
(this is about where i start to feel less confident, I'm not sure if I'm using induction properly and also on my next step I'm stuck on manipulating the inequality).
now I have x(sub n+1) < x(sub n). substituting and rearanging the inequality I get:
[(n+1)/2^(n+1)]-[n/2^n]<0
[(2^n)(n+1)-(n)(2^(n+1)]/(2^n)(2^(n+1))<0
This is where I am stuck, my strong points do not lie with manipulating inequalities with variables in the exponets (any links or suggestions to help me view examples of tricks of the trade here are welcome) also is this sufficient enough to state that it has a lower bound and the lim n/2^n = 0 as n goes to infinity?