Is the Sequence (b2n-1)k in N Increasing?

SMA_01
Messages
215
Reaction score
0

Homework Statement



Let b1=1 and bn=1+[1/(1+bn-1)] for all n≥2. Note that bn≥1 for all n in N (set of all positive integers).



The Attempt at a Solution



Prove that (b2k-1)k in N

By definition, a sequence (an) is increasing if an≤an+1 for all n in N.

SO, for this problem, must prove b2n-1≤b2n for all n.

Proceed by induction:

Start with n=1.
Then,
b1=1 and b2=3/2, so
b1≤b2.

Assume inductively that b2n-1≤b2n, prove b2n≤b2n+1

Am I doing this correctly? I want to know before I continue.

Thanks.
 
Last edited:
Physics news on Phys.org
Yes, induction is indeed appropriate here.

Hmm, you could have also treated your sequences like functions and used the first derivative test :)
 
Edit: I made a mistake, it's prove b2n-1≤b2n+1
 
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