Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Harmonic Sequences






Reciprocals of Arithmetic Progressions

A harmonic sequence is what you get when you take the reciprocals of an arithmetic sequence. The structure is inherited — the spacing of the original arithmetic progression determines everything — but the behavior is fundamentally different. Harmonic sequences have no closed-form partial sums, and the simplest harmonic series diverges despite its terms shrinking to zero.



Definition

A harmonic sequence is a sequence whose terms are the reciprocals of an arithmetic sequence. If b1,b2,b3,b_1, b_2, b_3, \ldots is arithmetic with first term b1>0b_1 > 0 and common difference d>0d > 0, then the harmonic sequence is:

an=1bn=1b1+(n1)da_n = \frac{1}{b_n} = \frac{1}{b_1 + (n-1)d}


The simplest example takes bn=nb_n = n: the reciprocals 1,12,13,14,1, \frac{1}{2}, \frac{1}{3}, \frac{1}{4}, \ldots form the harmonic sequence of natural number reciprocals. The sequence 13,15,17,19,\frac{1}{3}, \frac{1}{5}, \frac{1}{7}, \frac{1}{9}, \ldots is also harmonic — it comes from the arithmetic sequence 3,5,7,9,3, 5, 7, 9, \ldots with b1=3b_1 = 3 and d=2d = 2.

A harmonic sequence is neither arithmetic nor geometric. The differences between consecutive terms are not constant (they decrease), and the ratios are not constant either (they approach 11 from below). The defining property is that the reciprocals form an arithmetic progression — the structure lives one layer down.

Properties

Assuming the underlying arithmetic sequence has positive terms and positive common difference, the harmonic sequence is strictly decreasing: each term is smaller than its predecessor because the denominators grow.

The terms approach zero as nn \to \infty, since the denominators grow without bound. However, the rate of decrease slows — the gap between 1n\frac{1}{n} and 1n+1\frac{1}{n+1} is 1n(n+1)\frac{1}{n(n+1)}, which itself shrinks as nn increases.

Unlike arithmetic and geometric sequences, harmonic sequences have no closed-form expression for their partial sums. The sum k=1n1k\sum_{k=1}^{n} \frac{1}{k} cannot be written as a simple formula in nn. This absence is not a gap in technique — it is a fundamental property. The partial sums, known as harmonic numbers HnH_n, grow roughly as lnn\ln n but involve no elementary closed form.

The Harmonic Series

The harmonic series is the infinite sum of reciprocals of the natural numbers:

n=11n=1+12+13+14+\sum_{n=1}^{\infty} \frac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \cdots


This series diverges — its partial sums grow without bound, even though the individual terms shrink to zero.

The proof by grouping (attributed to Oresme, 14th century) is among the most elegant in mathematics. Group the terms after the first as follows:

1+12+(13+14)+(15+16+17+18)+1 + \frac{1}{2} + \left(\frac{1}{3} + \frac{1}{4}\right) + \left(\frac{1}{5} + \frac{1}{6} + \frac{1}{7} + \frac{1}{8}\right) + \cdots


The first group contains 11 term summing to at least 12\frac{1}{2}. The next group contains 22 terms, each at least 14\frac{1}{4}, summing to at least 12\frac{1}{2}. The next contains 44 terms, each at least 18\frac{1}{8}, again summing to at least 12\frac{1}{2}. Each doubling block contributes at least 12\frac{1}{2}, and there are infinitely many blocks.

The harmonic series grows slowly — its partial sums approximate lnn+γ\ln n + \gamma, where γ0.5772\gamma \approx 0.5772 is the Euler–Mascheroni constant. To reach a partial sum exceeding 1010, you need over 12,00012{,}000 terms. But slowly is not the same as bounded: the sum eventually surpasses any finite threshold.

This stands in contrast to the geometric series 12n\sum \frac{1}{2^n}, which converges to 11. Both series have terms approaching zero, but geometric terms shrink fast enough (by a constant factor) to keep the total finite. Harmonic terms shrink too slowly. The lesson: terms approaching zero is necessary for convergence but not sufficient.

Harmonic Mean

The harmonic mean of nn positive numbers a1,a2,,ana_1, a_2, \ldots, a_n is:

H=n1a1+1a2++1anH = \frac{n}{\frac{1}{a_1} + \frac{1}{a_2} + \cdots + \frac{1}{a_n}}


For two numbers, this simplifies to:

H=2aba+bH = \frac{2ab}{a + b}


In a harmonic sequence, every term (except the first and last) is the harmonic mean of its two neighbors. This follows from the fact that the reciprocals form an arithmetic sequence: the reciprocal of each term is the arithmetic mean of the reciprocals of its neighbors, and taking reciprocals back gives the harmonic mean relationship.

Inserting kk harmonic means between two values aa and bb reduces to inserting kk arithmetic means between 1a\frac{1}{a} and 1b\frac{1}{b}, then taking reciprocals of all inserted terms.

The Mean Inequality

For any set of positive numbers, the three means satisfy:

HGAH \leq G \leq A


The harmonic mean is never greater than the geometric mean, which is never greater than the arithmetic mean. Equality throughout holds if and only if all numbers are identical.

For two positive numbers aa and bb:

2aba+baba+b2\frac{2ab}{a+b} \leq \sqrt{ab} \leq \frac{a+b}{2}


This chain links the three types of sequences through their associated means. Each mean captures a different notion of "average": arithmetic for additive processes, geometric for multiplicative processes, and harmonic for rates and reciprocals.

The AM–GM portion of the inequality (GAG \leq A) is used extensively throughout algebra, particularly in optimization and in proving inequalities. The full three-way chain places the harmonic mean as the lower bound of the trio.