No, the sum 1 + 1/2 + 1/3 + 1/4 + … has no finite limit, even though each new term gets smaller and smaller.
The harmonic series looks tame at first glance. Each term shrinks. The list heads toward zero. That tempts many readers into thinking the total must settle down too. It doesn’t. The sum keeps growing forever, just at a painfully slow pace.
That slow growth is what makes this series so memorable. It breaks a common instinct: “If the terms go to zero, the whole sum should stay bounded.” That rule sounds right, but it’s incomplete. Terms going to zero is only the entry ticket. It does not seal convergence.
This article walks through the clean verdict, the reason the eye gets fooled, and the proof ideas teachers lean on most. You’ll also see where the harmonic series sits among other classic series, so the pattern sticks long after you leave the page.
Does Harmonic Series Converge? The Verdict
The harmonic series is
1 + 1/2 + 1/3 + 1/4 + 1/5 + …
Its partial sums are the running totals after a fixed number of terms:
- S1 = 1
- S2 = 1 + 1/2 = 1.5
- S4 = 1 + 1/2 + 1/3 + 1/4 ≈ 2.083
- S10 ≈ 2.929
- S100 ≈ 5.187
Those totals rise slowly, which is why this series can fool people for a while. Still, “slow” and “bounded” are not the same thing. A series converges only when its partial sums settle toward one fixed number. Here, they never do.
That means the harmonic series diverges. It has no final finite sum.
Why Terms Going To Zero Is Not Enough
A convergent infinite series must have terms that go to zero. That part is true. But the reverse claim fails. A term sequence can drift toward zero while the running total still grows without bound.
The harmonic series is the textbook case. Its terms shrink too slowly. Each piece is small, but there are endlessly many of them, and together they keep pushing the total upward.
This is one of the first places where calculus asks you to separate two ideas that look alike:
- Term behavior: Does 1/n go to zero?
- Series behavior: Does 1 + 1/2 + 1/3 + … settle to a finite limit?
The first answer is yes. The second answer is no. Mixing those two questions is the trap.
Harmonic Series Convergence And The Slow-Growth Trap
The easiest way to feel the trap is to compare speed. The terms 1/n do shrink, but they shrink far more slowly than terms in many convergent series. A small change in the denominator can flip the outcome.
Take 1/n2. Those terms fall off much faster. The series 1 + 1/4 + 1/9 + 1/16 + … converges. That contrast is one reason p-series matter so much in calculus.
MIT’s real analysis notes treat p-series as a core model for convergence tests, and the harmonic series is the border case p = 1, the one that fails to converge. See MIT OpenCourseWare’s p-series and comparison notes for the formal setup.
If you want a compact reference page on the series itself, Wolfram MathWorld’s harmonic series entry gives the standard definition, slow-growth behavior, and classic facts in one place.
By this point, the verdict is clear. What matters next is seeing why the proof works.
| Series | Term Pattern | Converges? |
|---|---|---|
| 1 + 1/2 + 1/3 + 1/4 + … | 1/n | No |
| 1 + 1/4 + 1/9 + 1/16 + … | 1/n2 | Yes |
| 1 + 1/8 + 1/27 + 1/64 + … | 1/n3 | Yes |
| 1 + 1/√2 + 1/√3 + 1/√4 + … | 1/n1/2 | No |
| 1 + 1/2 + 1/4 + 1/8 + … | (1/2)n-1 | Yes |
| 1 + 1/3 + 1/9 + 1/27 + … | (1/3)n-1 | Yes |
| 1 + 1/ln 2 + 1/ln 3 + … | 1/ln n | No |
A Fast Proof By Grouping Terms
The grouping proof is the one many people remember best. It shows divergence with almost no machinery.
Group the harmonic series like this:
1 + 1/2 + (1/3 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) + …
Now check each block after the first two terms.
- 1/3 + 1/4 is bigger than 1/4 + 1/4 = 1/2
- 1/5 + 1/6 + 1/7 + 1/8 is bigger than 1/8 + 1/8 + 1/8 + 1/8 = 1/2
- The next block has 8 terms, each at least 1/16, so that block is also at least 1/2
Once the pattern starts, each new block adds at least 1/2. So the total beats
1 + 1/2 + 1/2 + 1/2 + 1/2 + …
That lower bound itself grows without limit. So the harmonic series must diverge too.
This proof lands so well because it turns a slow drift into a clean repeating fact: no matter how far you go, there is always another chunk worth at least one-half.
The Integral Test Tells The Same Story
There is another classic route. Compare the series to the area under y = 1/x from 1 onward. Since 1/x stays positive and decreases, the integral test fits neatly.
The integral
∫1N (1/x) dx = ln N
keeps growing as N grows. It never settles to a finite ceiling. Since the harmonic series tracks that growth pattern, it diverges as well.
MIT OpenCourseWare has a clear set of notes on this comparison in its comparison of the harmonic series. The punch line is the same as the grouping proof: the running total has no finite cap.
| Test Or Idea | What You Check | What Happens Here |
|---|---|---|
| nth-Term Test | Do terms go to zero? | Yes, but that alone proves nothing |
| Grouping | Do repeated blocks stay large enough? | Yes; each large block adds at least 1/2 |
| Integral Test | Does ∫ 1/x dx stay finite? | No; it grows like ln N |
| p-Series Rule | Is p greater than 1 in 1/np? | No; here p = 1, so it diverges |
What Students Usually Mix Up
A few mix-ups show up again and again with this topic. Clearing them early saves a lot of grief.
The terms shrink, so the sum must shrink too
No. A series adds terms; it does not inspect them one by one in isolation. Tiny terms can still pile up forever if they fade too slowly.
The partial sums rise slowly, so maybe they are heading to a hidden limit
Slow growth can still be unbounded growth. The harmonic series grows roughly like ln n. That pace crawls, but it still keeps going.
All p-series behave the same way
They split at p = 1. If p is greater than 1, the series converges. If p is 1 or smaller, it diverges. The harmonic series sits right on that dividing line.
Why This Series Stays In So Many Courses
The harmonic series earns its place because it teaches a lasting lesson with one clean counterexample. You learn that shrinking terms are not enough. You meet grouping, comparison, and the integral test in a setting where each tool says the same thing. You also get a feel for growth rates, since logarithmic growth is slow but still unbounded.
That blend makes the series useful far past one homework set. It sharpens instinct. It also keeps you from reaching for shortcuts that fail the moment a series looks gentle on the surface.
Final Take
The harmonic series does not converge. Its terms head to zero, but they do not fade fast enough for the running total to settle. Whether you group terms, compare with an integral, or place it inside the p-series rule, the verdict stays the same: the sum keeps growing forever.
References & Sources
- MIT OpenCourseWare.“Lecture 11: Absolute Convergence and the Comparison Test for Series.”Supports the p-series rule and places the harmonic series at the p = 1 boundary, where divergence occurs.
- Wolfram MathWorld.“Harmonic Series.”Provides the standard definition of the harmonic series and notes its slow but unbounded growth.
- MIT OpenCourseWare.“Comparison of the Harmonic Series.”Supports the integral-test comparison showing that the partial sums do not stay bounded.