Direct answerCalculus IIIntermediate9 min read

Why does the harmonic series diverge?

Its terms approach zero, but they do so too slowly for the accumulated sum to settle.

n=11n=\sum_{n=1}^{\infty}\frac1n=\infty
Direct answer

The result first, followed by the reasoning and a clean verification.

Reviewed July 11, 2026
AnswerStart here

The harmonic series diverges because its partial sums can be grouped into infinitely many blocks, each contributing at least one half.

01

Why the nth-term test is one-way

A convergent series must have terms approaching zero, so a nonzero term limit proves divergence. But zero is only necessary, not sufficient. The harmonic series is the canonical counterexample.

Series convergence depends on accumulated tail mass, not on individual terms alone.

02

The grouping proof

Group terms after the first into blocks whose lengths double: two terms, four terms, eight terms, and so on. In each block, every term is at least as large as the block’s last term.

Each block therefore contributes at least 1/2. Infinitely many half-units force the partial sums beyond every finite bound.

03

Comparison perspective

The integral of 1/x from 1 to infinity also diverges, giving an independent integral-test proof. Both arguments show the reciprocal decay is exactly too slow.

Worked exampleSee the block lower bound

Bound the block from n = 9 through n = 16.

119+110++116\frac19+\frac1{10}+\cdots+\frac1{16}

The block contains eight terms.

21n116(9n16)\frac1n\ge\frac1{16}\quad(9\le n\le16)

Every term is at least the smallest term in the block.

38116=128\cdot\frac1{16}=\frac12

The entire block contributes at least one half.

ResultEvery doubled block adds at least 12\boxed{\text{Every doubled block adds at least }\frac12}
Watch for

Common mistakes

  1. Claiming the series converges because 1/n approaches zero.
  2. Confusing a sequence of terms with the sequence of partial sums.
  3. Treating slow divergence as numerical convergence after a finite computation.
Keep

Three takeaways

  1. Term limits can prove divergence but not convergence.
  2. Grouping exposes persistent tail mass.
  3. Partial sums, not terms, determine series convergence.