Proving Sequence Convergence Using Induction

Meggle
Messages
16
Reaction score
0

Homework Statement



I'm looking for a kick in the right direction of how to approach it from 1b onwards ('cos thankfully I can figure out 1a for myself). Please see the attached screenshot (I'm not good at making the formulas appear right).

Homework Equations



I'm really not sure. I've noticed looking back through the readings that the bit I've circled in b is one of the properties of the bisection process, e.g "the length of the interval is halved at each step". I'm wondering if this question is getting me to demonstrate that effect. Other thank that, this chapter covers intro to Bolzano-Weierstrass theorem, Cauchy sequences, and using these with the triangle inequality and a little bit of the telescoping property.

The Attempt at a Solution



Umm? I tried:
Let sk+2 - 1/2(sk+1 + sk) for all k\geq1 and suppose |sk+2 - sk+1|
then |sk+2 - sk+1| = |1/2 (sk+1 - sk) - 1/2 (sk - sk-1)|
but given k\geq1, isn't sk-1 invalid? If k=1 then sk-1=s0 which isn't part of the sequence.
So I stopped.
then I thought how about then |sk+2 - sk+1| = |1/2 (sk+1 - sk) - sk+1|
= |1/2(-sk+1 - sk)|
but then the sk+1 is negative, and I couldn't think of a way of making just that bit positive.
So I wondered if I was going about this completely the wrong way, and maybe I should be using the triangle inequality, except the answer isn't an inequality.
Hence I'm stumped as to how to start in on this thing, so if someone could give me a push, that would be really helpful.
 

Attachments

  • MH exercise.png
    MH exercise.png
    25.5 KB · Views: 507
Physics news on Phys.org
Meggle said:

Homework Statement



I'm looking for a kick in the right direction of how to approach it from 1b onwards ('cos thankfully I can figure out 1a for myself). Please see the attached screenshot (I'm not good at making the formulas appear right).

Homework Equations



I'm really not sure. I've noticed looking back through the readings that the bit I've circled in b is one of the properties of the bisection process, e.g "the length of the interval is halved at each step". I'm wondering if this question is getting me to demonstrate that effect. Other thank that, this chapter covers intro to Bolzano-Weierstrass theorem, Cauchy sequences, and using these with the triangle inequality and a little bit of the telescoping property.

The Attempt at a Solution



Umm? I tried:
Let sk+2 - 1/2(sk+1 + sk) for all k\geq1 and suppose |sk+2 - sk+1|
then |sk+2 - sk+1| = |1/2 (sk+1 - sk) - 1/2 (sk - sk-1)|
but given k\geq1, isn't sk-1 invalid? If k=1 then sk-1=s0 which isn't part of the sequence.
So I stopped.
then I thought how about then |sk+2 - sk+1| = |1/2 (sk+1 - sk) - sk+1|
= |1/2(-sk+1 - sk)|
but then the sk+1 is negative, and I couldn't think of a way of making just that bit positive.
In order for that to make sense you would have to have k\ge 2 but that's okay- you can prove |s_{n+2}- s_{n+1}|= (1/2)|s_{n+1}- s_n| for n= 1, that is, that |s_3- s_2|= (1/2)|s_2- s_1|, directly.

So I wondered if I was going about this completely the wrong way, and maybe I should be using the triangle inequality, except the answer isn't an inequality.
Hence I'm stumped as to how to start in on this thing, so if someone could give me a push, that would be really helpful.
 
<br /> s_{n+2}=\frac{1}{2}(s_{n+1}+s_{n})<br />
Hence
<br /> s_{n+2}-s_{n+1}=\frac{1}{2}(s_{n+1}+s_{n})-s_{n+1}=-\frac{1}{2}(s_{n+1}-s_{n})<br />
Take the modulus and you have what they're asking you.
 
This is a nice question by the way, we never had such nice questions when I was studying analysis.
 
hunt_mat said:
<br /> s_{n+2}=\frac{1}{2}(s_{n+1}+s_{n})<br />
Hence
<br /> s_{n+2}-s_{n+1}=\frac{1}{2}(s_{n+1}+s_{n})-s_{n+1}=-\frac{1}{2}(s_{n+1}-s_{n})<br />
Take the modulus and you have what they're asking you.

Oh yeah. Ack! I've been doing my head in over a typo! :blushing: Thanks.
 
HallsofIvy said:
In order for that to make sense you would have to have k\ge 2 but that's okay- you can prove |s_{n+2}- s_{n+1}|= (1/2)|s_{n+1}- s_n| for n= 1, that is, that |s_3- s_2|= (1/2)|s_2- s_1|, directly.

Directly as in the same way as below (i.e. without my + becoming a -), or by calculating the s3 and s2 explicitly, or some other way?
 
Last edited:
As HallsOfIvy says, you can get the first few terms by calculating explicitly (I would recommend this). This is the first part of the induction process, you have to say what values of k for equation is valid for and then complete the proof.

It's not that hard if you've done induction before.
 
Back
Top