Why is Harmonic Series Convergent

janac
Messages
9
Reaction score
0
I understand that the harmonic series, \frac{1}{x} is divergent because:

\int (1/x)
from one to infinity is:

[ln(infinity) - ln(1)]

which is clearly divergent.

BUT

When I look at the graph of \frac{1}{x} versus \frac{1}{x^{2}}
they both look like they are converging to zero as
x approaches infinity.

Whats the deal?
 
Last edited:
Physics news on Phys.org
janac said:
I understand that the harmonic series, \frac{1}{x} is convergent

You might want to rewrite that. :smile:

The deal is exactly the surprise - that it looks as if it ought to be convergent and isn't.

Your integral is the area between the curve and the x-axis, the height of the curve gets smaller and smaller, on the other hand it goes on for ever making more area, so it is not self-evident whether anything like that is convergent or not.

The usual proof of divergence is that a certain number of successive terms adds up to 1. As you go to the later and later terms, the number of successive terms you have to take to add up to 1 or more gets larger and larger, but you can always get to 1 if you take enough terms, then 1 again, taking even more terms, this for ever so there is no limit to the number of 1's in the sum, so that to total is infinite.
 
oops! I corrected that.

That's a cool way of explaining divergence, (the bunch of terms add to one, but there's infinite bunches).

But can't you say the same thing for 1/(x^2)?
Yet 1/(x^2) is convergent
 
You can chop up any finite (mathematical) quantity into an infinity of parts, right?

What do you get when you add together that infinite amount of parts?
Answer: The finite quantity you started out with..

Thus, Just because you've got an infinite amount of terms to add, you cannot say merely on THAT information alone whether the sum will be finite or infinite.

The critical issue to answer that particular question is "how fast" the terms tend towards 0.
 
A set whose sum of the reciprocals diverges is said to be a large set. Similarly, if the sum of the reciprocals converges, the set is said to be a small set. The natural numbers thus make up a large set, while the set of squares is a small set.

There is a famous conjecture which is still open about small/large sets and there are some counterintuitive (and imo fascinating) examples of small/large sets.

For example the set of all primes is large, while the set of twin primes is small. (If the twin primes conjecture would be false, this would of course be a trivial conclusion since all finite sets are small.). The Kempner series is quite neat too.

Check out the wikipedia page about this for more examples.
 
@arildno
That's a a pretty interesting concept. It makes sense that having an infinite number of terms does not suggests that the sum of these terms is also infinite.

So in conclusion, we can says the harmonic series is not convergent because it does not approach zero fast enough.

And our criteria for "fast enough" is "is the integral infinite?"
 
I find this as a convincing argument. Consider:

<br /> S_{2^n} = \sum_{k = 1}^{2^n}{\frac{1}{k}} = \frac{1}{1} + \frac{1}{2} + \left( \frac{1}{3} + \frac{1}{4} \right) + \ldots + \left( \frac{1}{2^{n - 1} + 1} + \ldots + \frac{1}{2^n} \right) \ge \frac{1}{1} + \frac{1}{2} + \frac{2}{4} + \ldots + \frac{2^{n} - 2^{n - 1}}{2^{n}} = 1 + \frac{n}{2}, \ n \ge 1<br />

Now, the sequence on the r.h.s. is obviously divergent, because it is unbounded. Therefore, by the comparison criterion, the subsequence \left\lbrace S_{2^n}\right\rbrace is divergent as well. Since a subsequence of \left\lbrace S_n \right\rbrace diverges, so does the sequence.
 
janac said:
oops! I corrected that.

That's a cool way of explaining divergence, (the bunch of terms add to one, but there's infinite bunches).

But can't you say the same thing for 1/(x^2)?
Yet 1/(x^2) is convergent
I will sketch how \sum_{n = 1}^{\infty} \bigg(\dfrac{1}{n^2}\bigg) &lt; \ 21 + \dfrac{1}{4} + \dfrac{1}{9} + \dfrac{1}{16} + \dfrac{1}{25} + \dfrac{1}{36} + \dfrac{1}{49} + \dfrac{1}{64} \ + \ ... \ =1 + \bigg(\dfrac{1}{4} + \dfrac{1}{9}\bigg) + \bigg(\dfrac{1}{16} + \dfrac{1}{25} + \dfrac{1}{36} + \dfrac{1}{49}\bigg) + \bigg(\dfrac{1}{64} \ + \ ... \ + \dfrac{1}{225}\bigg) \ + \ ... \ =1 \ + \ (&lt; \dfrac{2}{4}) \ + \ (&lt; \dfrac{4}{16}) \ + \ (&lt; \dfrac{8}{64}) \ + \ ... \ =1 \ + \ (&lt; \dfrac{1}{2}) \ + \ (&lt; \dfrac{1}{4}) \ + \ (&lt; \dfrac{1}{8}) \ + \ ... \ =1 \ + \ (&lt; 1) \ =(&lt; 2)
 
Last edited:
@checkitagain
i was not aware that you could do that (1/4 + 1/9 = <1/2).
that was a nice a proof, but i can easily show that 1/x^2 is convergent by showing its integral is convergent.

what i meant by post is that

1/x^2 tends to zero
1/x tends to zero

1/x^2 has a graph that looks like it is convergent
1/x has a graph that looks convergent

someone posted suggesting that even though as 1/x approaches infinity, it becomes very small but still adds to infinity.

1/x^2 gets very small, but you could add a million small fractions together and get one again.

@Dickfore
I don't quite follow what the second series is. I understand that you are creating a smaller sequence, and showing that the smaller sequence is divergent which suggests that the larger sequence (1/x) must also be divergent.

i don't see how you created that "subsequence"
 
Back
Top