PDA

View Full Version : what these number call


mathshead
Jul8-03, 08:46 AM
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

Integral
Jul8-03, 08:54 AM
That is the harmonic (http://www.jimloy.com/algebra/hseries.htm) series and it does NOT have a finite sum.

STAii
Jul11-03, 03:02 PM
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 ?

mathman
Jul11-03, 07:44 PM
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+....

STAii
Jul12-03, 12:33 PM
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.

ahrkron
Jul12-03, 12:54 PM
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 to insure convergence, as you just witnessed. They need to get smaller "fast enough", so to speak.

selfAdjoint
Jul12-03, 01:01 PM
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.

STAii
Jul12-03, 01:02 PM
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.

Lonewolf
Jul12-03, 01:16 PM
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.

Hurkyl
Jul12-03, 02:34 PM
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)

HallsofIvy
Jul13-03, 06:18 AM
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

ahrkron
Jul13-03, 11:59 AM
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).