Can the ratio test determine if an infinite series converges or not?

  • Thread starter Thread starter mathshead
  • Start date Start date
AI Thread Summary
The discussion centers on the convergence of the harmonic series, which is expressed as 1 + (1/2) + (1/3) + (1/4) + ... and is known not to have a finite sum. Participants clarify that while terms in a series can get smaller, this alone does not guarantee convergence; they must decrease "fast enough" for the sequence of partial sums to converge. The ratio test is introduced as a method to assess convergence, stating that if the limit of the ratio of consecutive terms is less than one, the series converges. However, it is noted that the ratio test is a sufficient condition but not necessary, as some series may converge without meeting this criterion. Understanding the relationship between terms is crucial for determining convergence in infinite series.
mathshead
what the name of the numbers 1+ (1/2) + (1/3) + (1/4)+...+...+...(1/n)...

can something one tell me wheather it has a finit sum or not
 
Mathematics news on Phys.org
That is the http://www.jimloy.com/algebra/hseries.htm series and it does NOT have a finite sum.
 
Last edited by a moderator:
I understand the proof provided in the page, but what i don't understand is, logically, why isn't there a sum.
You know, when i was first told about the sum of an infinite geometrical series, it first looked impossible, then i was told "since the numbers are getting smaller and smaller, they add up to give a number (not infinity)".
And here the numbers are getting smaller and smaller, but still, they don't sum up to a number, why is this ?
 
simple proof

1/3+1/4>1/2
1/5+1/6+1/7+1/8>1/2
1/9+1/10+...+1/16>1/2
1/17+...+1/32>1/2
Keep this up and you get the harmonic series > 1+1/2+1/2+...
 
This is the same proof found in the Integral's link, so this does not answer my question.
My question may seem a little weird, but anyone that feels (s)he can help by even giving a hint would be great.
Thanks.
 
Originally posted by STAii
...then i was told "since the numbers are getting smaller and smaller, they add up to give a number (not infinity)".

This is probably where your problem resides. The fact that the numbes get "smaller and smaller" is not enough[/color] to insure convergence, as you just witnessed. They need to get smaller "fast enough", so to speak.
 
It isn't enough that the terms get smaller, they have to get smaller fast enough that the sequence of partial sums converges. The geometric series 1 + 1/2 + 1/4 + 1/8 +... does this.
1 + 1/2 = 3/2
1 + 1/2 + 1/4 = 7/4
1+ 1/2 + 1/4 + 1/8 = 15/8

The partial sums are always of the form 2*2^n-1/2^n which is always less than 2, so the partial sums are bounded above and increasing, so they converge.

The harmonic series as the repeated proofs already posted show, doesn't do this, and this, not just the terms getting smaller is the true criterion for series convergence.

The terms getting smaller is a necessary condition for convergence; the series won't converge unless the do get smaller. But it is not a sufficient condition. Just terms getting smaller isn't enough by itself. The harmonic series is proof enough of that.
 
How exactly does it mean 'fast enough' ?
Is there somekind of relation that must be between each number and the number after it so that it has sum (i am not only talking about geometrical series).
Thanks.
 
Last edited:
A series is a sequence {an} with an assosciated partial sum {sn} where sn=Σi=1nai. For the series to be convergent, the sequence of partial sums must be convergent.
 
  • #10
You could use the Cauchy criterion:

The sum Σa(i) converges if and only iff:

limm,n→∞ Σi=m..n a(i) = 0

This is equivalent to Lonewolf's definition for real numbers. (the Cauchy criterion fails in incomplete metric spaces)
 
  • #11
One idea of "how fast" numbers in an infinite series must get smaller is the "ratio test":

The series [SIGMA] an converges if

lim |an|/|an+1 is less than 1
 
  • #12
Originally posted by HallsofIvy
One idea of "how fast" numbers in an infinite series must get smaller is the "ratio test":
The series [SIGMA] an converges if
lim |an|/|an+1 is less than 1

Just to clarify, I thik this is a sufficient condition, not a necessary one (1/n and 1/n^2 both fail the criterion, yet the latter is convergent).
 
Back
Top