Proof by induction of a sequence.

missavvy
Messages
73
Reaction score
0

Homework Statement



Given a sequence of rational numbers, defined inductively as follows:

s1 = 1, sn+1 = sn/2 + 1/sn, n>=1

prove that 1<=sn<=2 forall n>=1

Homework Equations





The Attempt at a Solution


I've got the solution to this but I don't understand a certain part, I was hoping someone could explain it to me?

So Let P(n) be the statement 1<=sn<=2
P(1) is satisfied.
Suppose P(n) holds.
Then sn+1 = sn/2 + 1/sn >= 1/2 + 1/2 = 1, because sn/2>=1/2 and 1/sn<=1/2

The bold part is what i don't understand. Wouldn't that imply that sn >= 2?
Am I mistaken or is there maybe an error in this solution?

Thanks in advance.
 
Physics news on Phys.org
The inequality is written backwards. It should read \frac{1}{s_n} \geq \frac{1}{2}, which of course is what you need to write the >= earlier in that line
 
thanks I thought so... But then this solution continues as follows...

Moreover, Sn+1 = sn/2 + 1/sn <= 2/2 + 1/2 <= 3/2 <= 2

I'm unsure about this, because then wouldn't you need 1/sn <= 1/2 for this step?

____________________


Ok forgetting about that solution, if I were to say:

Sn+1 = Sn/2 + 1/Sn >= 1/2 + 1/2 = 1
and
Sn+1 = sn/2 + 1/Sn <= 1 + 1 = 2

Is this right and proves that P(n+1) holds?
 
Last edited:
You can use AM-GM inequality.
 
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