How to test if a sequence converges?

  • Context: Undergrad 
  • Thread starter Thread starter japplepie
  • Start date Start date
  • Tags Tags
    Sequence Test
Click For Summary

Discussion Overview

The discussion revolves around methods to determine the convergence of a sequence, particularly under the assumption that the sequence is monotonic but the generating formula is unknown. Participants explore various criteria and conditions that might indicate convergence, focusing on the relationship between consecutive terms and their differences.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant suggests that if the difference between consecutive terms of a monotonic sequence decreases to zero, then the sequence may converge, but acknowledges this is not always true, citing the example of the logarithmic sequence.
  • Another participant questions the strictness of requiring the difference to decrease by a fixed ratio, suggesting that a ratio less than 1 may suffice.
  • Some participants propose that a necessary and sufficient condition for convergence of a monotonic sequence is that it must be bounded, although proving this can be complex.
  • There is a discussion about expressing convergence criteria in terms of the differences of subsequent terms, with one participant noting that a decreasing difference alone is insufficient for establishing convergence.
  • One participant mentions that a bounded sequence has cluster points, which allows for the extraction of a convergent subsequence.
  • Another participant elaborates on a specific condition involving the ratio of differences between terms, indicating that if this ratio is less than 1, the sequence converges, while noting that this condition is not necessary.

Areas of Agreement / Disagreement

Participants express differing views on the conditions necessary for convergence, particularly regarding the role of the differences between consecutive terms and the requirement of boundedness. No consensus is reached on a definitive criterion for convergence.

Contextual Notes

Some participants highlight the difficulty in proving convergence criteria and the dependence on the specific properties of the sequence being analyzed. There are unresolved mathematical steps and assumptions regarding the nature of the sequences discussed.

japplepie
Messages
93
Reaction score
0
Given a sequence, how to check if it converges?
Assume the sequence is monotonic but the formula that created the sequence is unknown.

My first thought was if:

seq(n+2) - seq(n+1) < seq(n+1) - seq(n) , is always true as n->infinity then it is convergent.

Or in other words, if the difference between two consecutive terms gets smaller and smaller, then it converges.

But it's not always true, an example of this is when seq(n) = log(n), where the difference between terms gets smaller and smaller, but it still diverges.

So my question is, is there a limit to how small the difference between consecutive has to be for it to converge?

Like, the difference between one term must be 1/2 the difference between the next term, etc
 
Physics news on Phys.org
Seems difficult to me. As you know ##\Sigma x^n## converges for ##x<1## (if x >0). Your difference expression boils down to ##x(x-1)\lt (x-1) ## so 1/2 is far too strict...
 
BvU said:
Seems difficult to me. As you know ##\Sigma x^n## converges for ##x<1## (if x >0). Your difference expression boils down to ##x(x-1)\lt (x-1) ## so 1/2 is far too strict...
I only used the 1/2 as an 'example answer'

We know that it's not enough for the difference of 2 consecutive terms getting smaller is not enough, so by how much smaller does it have to be for it to converge?
 
To me it seems that a fixed ratio < 1 is enough. In other words a ratio ##1-\epsilon \ \ ## with ##\ \ \epsilon > 0##.

Your example has a ratio ## \displaystyle {n+1\over n+2} < 1## that isn't fixed. For all ##\epsilon > 0## an N can be found, such that ## \displaystyle {N+1\over N+2} > 1-\epsilon##.
 
japplepie said:
Given a sequence, how to check if it converges?
Assume the sequence is monotonic but the formula that created the sequence is unknown

If the sequence is monotonic, then there is one necessary and sufficient condition for convergence: the sequence must be bounded.

Of course this can be difficult to prove, and writing it as a series ##x_n=\sum (x_{k+1}-x_k)## can help. Then you have various convergence criteria, typically amounting to showing that ##|x_{k+1}-x_k|\leq|y_{k+1}-y_k|## for some other sequence ##y_n## you already know converges.

The fact that ##x_{k+1}-x_k## is decreasing is not enough as your example shows, but if for instance ##\frac{|x_{k+1}-x_k|}{|x_k-x_{k-1}|}\leq a## where ##0<a<1##, then the sequence does converge (that condition is far from necessary though, if it doesn't hold you need to find something else).
 
Last edited:
Sure, but what the poster is after is a criterion expressed in the differences of subsequent terms

[edit] I realize that I have already bent that towards a ratio...
 
Svein said:
A bounded sequence has one or more cluster points (https://en.wikipedia.org/wiki/Limit_point). This means that you can extract a convergent subsequence.
True but since we
Assume the sequence is monotonic
it is convergent in the present case.
 
wabbit said:
If the sequence is monotonic, then there is one necessary and sufficient condition for convergence: the sequence must be bounded.

Of course this can be difficult to prove, and writing it as a series ##x_n=\sum (x_{k+1}-x_k)## can help. Then you have various convergence criteria, typically amounting to showing that ##|x_{k+1}-x_k|\leq|y_{k+1}-y_k|## for some other sequence ##y_n## you already know converges.

The fact that ##x_{k+1}-x_k## is decreasing is not enough as your example shows, but if for instance ##\frac{|x_{k+1}-x_k|}{|x_k-x_{k-1}|}\leq a## where ##0<a<1##, then the sequence does converge (that condition is far from necessary though, if it doesn't hold you need to find something else).
Can you please explain ##\frac{|x_{k+1}-x_k|}{|x_k-x_{k-1}|}\leq a## more, I couldn't 100% get it
 
  • #10
japplepie said:
Can you please explain ##\frac{|x_{k+1}-x_k|}{|x_k-x_{k-1}|}\leq a## more, I couldn't 100% get it
Sure - just staying in your case of an increasing sequence, under that assumption ##x_{k+1}-x_k\leq Ca^k## and ##x_n=x_0+\sum (x_{k+1}-x_k )\leq x_0+C\sum a^k## is bounded by the (finite since a<1) sum of a geometric series - so it must converge.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 24 ·
Replies
24
Views
6K
  • · Replies 18 ·
Replies
18
Views
4K