Is the Sequence {a_n} Convergent Given Its Recurrence Relation?

  • Thread starter Thread starter MIT2014
  • Start date Start date
  • Tags Tags
    Sequence Set
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
12 replies · 2K views
MIT2014
Messages
10
Reaction score
0

Homework Statement


For n[tex]\geq[/tex]1 let 2an [tex]\leq[/tex] an-1 + an+1
Prove that an converges

Homework Equations


n/a

The Attempt at a Solution


2an+1 [tex]\leq[/tex] an + an+2
an+2 [tex]\geq[/tex] 2an+1 - an

How do I proceed? Ratio test?
 
Last edited:
Physics news on Phys.org
an = n would seem to be a counterexample.
 
Are you certain that this is correct?? Aren't there easy counterexamples?
 
I'm sorry. It should've been 2an instead of an. I've edited it above
 
MIT2014 said:
I'm sorry. It should've been 2an instead of an. I've edited it above

Use the subscript button X2 to do subscripts. Also the forum rules indicate you should not change a post that has already been replied to because it makes the discussion difficult to follow. Just correct it in the next post.
 
First, Caltech>MIT lol.

Also, I believe you'd have to assume that the sequence an is bounded to solve this problem.
 
So how would you use boundedness to prove convergence?

PS. MIT>CalTech
 
From your sequence and with a little algebra it can be shown that
[tex]a_n - a_{n-1} \leq a_{n+1} - a_n[/tex].

Your sequence may converge if the different between sucessive terms approaches zero. If you don't impose some further restrictions I don't think you can show that this thing converges.

If a_n is bounded then things may work out.
 
I don't think you have enough information in this problem.

if [itex]a_n - a_{n-1} \rightarrow 0[/itex] then you have convergence.
But note that [itex]a_n - a_{n-1}[/itex] must be increasing to zero.

[tex]a_n[/tex] must be bounded but even more than that !

Edit
Something like ln(n) satisfies the condition of a_n - a_(n-1) increasing to zero but it does not converge since it is not bounded.

This question requires too many assumptions; something must be wrong with the question.
 
Last edited:
I'm not very good at this stuff, so guys tell me if I am wrong somewhere, but here it goes:

2an [tex]\leq[/tex] an-1 + an+1
Through rearrangement: an - an+1 [tex]\leq[/tex] an-1 - an

This means that the difference between successive terms is decreasing. Since an is decreasing, the differences must decrease to 0 (this is where I'm concerned, can you make that assumption? otherwise how would you do it?). Thus, there exists N so for any n[tex]\geq[/tex]N |a-an|<epsilon for any epsilon greater than 0. Thus, an must be a convergent sequence.
 
Hmm, I'm a bit skeptic. First of all, I see no reason to assume that it decreases to 0.
Secondly, take the sequence [tex]x_n=\sum_{k=1}^n{-\frac{1}{k}}[/tex]. Then the difference between consecutive terms also decrease to 0. Still the sequence diverges...
 
CalTech>MIT said:
I'm not very good at this stuff, so guys tell me if I am wrong somewhere, but here it goes:

2an [tex]\leq[/tex] an-1 + an+1
Through rearrangement: an - an+1 [tex]\leq[/tex] an-1 - an

This means that the difference between successive terms is decreasing. Since an is decreasing, the differences must decrease to 0 (this is where I'm concerned, can you make that assumption? otherwise how would you do it?). Thus, there exists N so for any n[tex]\geq[/tex]N |a-an|<epsilon for any epsilon greater than 0. Thus, an must be a convergent sequence.
:-)
It doesn't have to be decreasing to zero. Infact, I has to be increasing to zero.

Just becase the difference approches zero doesn't guarantee convergence. In my above post I gave the examply of the sequence a_n=ln(n).