In short
A harmonic progression (HP) is a sequence of positive terms whose reciprocals form an arithmetic progression. If the reciprocals have first term a and common difference d, the n-th term of the HP is \dfrac{1}{a + (n-1)d}. Unlike APs and GPs, there is no neat closed-form formula for the sum of an HP — you handle HP problems by flipping to the reciprocal AP. Harmonic progressions appear naturally in physics (overtones of a vibrating string), in rate-and-work problems, and as the bridge to the harmonic mean.
A pipe fills a tank in 2 hours. A second pipe fills it in 3 hours. A third fills it in 6 hours. Their filling rates — the fraction of the tank filled per hour — are \dfrac{1}{2}, \dfrac{1}{3}, and \dfrac{1}{6}. Look at the denominators: 2, 3, 6. The differences are 1 and 3 — not constant. But now look at the reciprocals of the rates: 2, 3, 6. The reciprocals of those are \dfrac{1}{2}, \dfrac{1}{3}, \dfrac{1}{6} — which is where you started.
Try a different angle. Take the reciprocals of the original filling times: \dfrac{1}{2}, \dfrac{1}{3}, \dfrac{1}{6}. Now take their reciprocals: 2, 3, 6. Check: 3 - 2 = 1 and 6 - 3 = 3. Not an AP. So this particular sequence is not a harmonic progression.
But change the third pipe to one that fills the tank in 4 hours. Now the filling times are 2, 3, 4, which is an AP (common difference 1). The filling rates are \dfrac{1}{2}, \dfrac{1}{3}, \dfrac{1}{4} — and this sequence is a harmonic progression, because its reciprocals (2, 3, 4) form an AP.
That is the definition of a harmonic progression: a sequence whose reciprocals are in AP.
Definition and the reciprocal trick
A sequence h_1, h_2, h_3, \dots of positive terms is a harmonic progression if the sequence of reciprocals
is an arithmetic progression. If the reciprocal AP has first term a and common difference d, then the n-th term of the reciprocal AP is a + (n-1)d, and the n-th term of the HP is
This formula is the entire machinery you need. There is no separate "HP formula" to memorise — you already know the AP formula, and the HP formula is its reciprocal.
Harmonic Progression
A sequence h_1, h_2, h_3, \dots of non-zero terms is a harmonic progression if
is an arithmetic progression. If the reciprocal AP has first term a and common difference d, the n-th term of the HP is
The name "harmonic" comes from the physics of vibrating strings. A string vibrating at its fundamental frequency also vibrates at frequencies that are integer multiples of the fundamental — the overtones. The wavelengths of these overtones are L, \dfrac{L}{2}, \dfrac{L}{3}, \dfrac{L}{4}, \dots, which form an HP. Musicians call these the harmonics of the string, and the name stuck.
Finding the n-th term
Since every HP problem is really an AP problem in disguise, the workflow is always the same three steps:
- Flip — take the reciprocals to get an AP.
- Solve — use the AP formula to find whatever you need.
- Flip back — take the reciprocal of the answer.
Take the HP \dfrac{1}{3}, \dfrac{1}{5}, \dfrac{1}{7}, \dfrac{1}{9}, \dots The reciprocals are 3, 5, 7, 9, \dots — an AP with first term a = 3 and common difference d = 2.
The n-th term of the reciprocal AP is 3 + (n-1) \times 2 = 2n + 1.
So the n-th term of the HP is \dfrac{1}{2n + 1}.
For n = 10: h_{10} = \dfrac{1}{2(10) + 1} = \dfrac{1}{21}.
Why there is no direct sum formula
For an AP, the sum of the first n terms has a clean formula: S_n = \dfrac{n}{2}(2a + (n-1)d). For a GP, the sum is \dfrac{a(r^n - 1)}{r - 1}. But for an HP, no such closed-form formula exists.
The sum of the first n terms of the HP \dfrac{1}{1}, \dfrac{1}{2}, \dfrac{1}{3}, \dfrac{1}{4}, \dots is the harmonic series:
There is no polynomial, exponential, or algebraic expression that gives H_n exactly. The best you can do is an approximation:
where \ln n is the natural logarithm and \gamma \approx 0.5772 is the Euler-Mascheroni constant. This approximation improves as n grows, but it is never exact.
The practical consequence: when an exam problem involves the sum of an HP, it is almost always asking you to find individual terms (using the reciprocal AP) or to use a specific property — not to compute the sum directly.
Applications
Rate-and-work problems
The pipe-filling scenario from the opening is the classic HP application. If three workers can finish a job in a, b, and c hours respectively, their rates are \dfrac{1}{a}, \dfrac{1}{b}, \dfrac{1}{c} jobs per hour. The combined rate is \dfrac{1}{a} + \dfrac{1}{b} + \dfrac{1}{c}, and the combined time is the reciprocal of that sum. When a, b, c are in AP, the rates are in HP — and the harmonic mean of the times gives the "average" time.
Resistors in parallel
In physics, when resistances R_1, R_2, \dots, R_n are connected in parallel, the total resistance satisfies
If the individual resistances form an AP, then the reciprocal resistances form an HP. The total resistance is related to the harmonic mean of the individual resistances.
Testing whether a sequence is in HP
Given a sequence, check whether it is in HP by taking reciprocals and testing whether the reciprocals form an AP. For example: is \dfrac{1}{5}, \dfrac{1}{8}, \dfrac{1}{11}, \dfrac{1}{14} an HP?
Reciprocals: 5, 8, 11, 14. Differences: 8 - 5 = 3, 11 - 8 = 3, 14 - 11 = 3. Constant difference, so the reciprocals form an AP with d = 3. The original sequence is an HP.
Two worked examples
Example 1: Find the 8th term of the HP $\dfrac{1}{3}, \dfrac{1}{7}, \dfrac{1}{11}, \dfrac{1}{15}, \dots$
Step 1. Take the reciprocals to form the AP.
Why: every HP problem begins by flipping to the reciprocal AP.
Step 2. Identify the AP's parameters.
Why: the first term of the AP is 3 and the common difference is the gap between consecutive terms.
Step 3. Find the 8th term of the AP.
Why: the n-th term of an AP is a + (n-1)d.
Step 4. Flip back: the 8th term of the HP is
Result: The 8th term of the HP is \dfrac{1}{31}.
The 8th HP term \dfrac{1}{31} is tiny compared to the first term \dfrac{1}{3}. As the reciprocal AP marches steadily to the right in equal steps of 4, the HP terms compress closer and closer to zero.
Example 2: If the 3rd and 7th terms of an HP are $\dfrac{1}{7}$ and $\dfrac{1}{15}$, find the HP.
Step 1. Flip to the reciprocal AP. The 3rd term of the AP is 7 and the 7th term is 15.
Why: the reciprocal of \dfrac{1}{7} is 7, and the reciprocal of \dfrac{1}{15} is 15.
Step 2. Use the two known AP terms to find a and d.
The n-th term of the AP is a + (n-1)d. From the two given terms:
Why: the 3rd term uses n = 3, giving exponent n - 1 = 2; the 7th term uses n = 7, giving exponent 6.
Step 3. Subtract (i) from (ii):
Substitute back into (i): a + 4 = 7 \implies a = 3.
Why: subtracting eliminates a, leaving a single equation in d.
Step 4. Write the AP and flip back to the HP.
The reciprocal AP is 3, 5, 7, 9, 11, 13, 15, \dots
The HP is \dfrac{1}{3}, \dfrac{1}{5}, \dfrac{1}{7}, \dfrac{1}{9}, \dfrac{1}{11}, \dfrac{1}{13}, \dfrac{1}{15}, \dots
The general term is h_n = \dfrac{1}{3 + (n-1) \times 2} = \dfrac{1}{2n + 1}.
Result: The HP is \dfrac{1}{3}, \dfrac{1}{5}, \dfrac{1}{7}, \dfrac{1}{9}, \dots with general term h_n = \dfrac{1}{2n+1}.
Two terms were enough to pin down the entire HP. The reciprocal AP has first term 3 and common difference 2. Every term of the HP follows from h_n = \dfrac{1}{2n+1}.
Common confusions
-
"An HP has a common difference." An HP does not have a common difference of its own. The reciprocal AP has a common difference. The differences between consecutive HP terms are not constant. For \dfrac{1}{2}, \dfrac{1}{3}, \dfrac{1}{4}, the differences are -\dfrac{1}{6} and -\dfrac{1}{12} — not constant.
-
"There is a formula for the sum of an HP." There is no closed-form formula for the sum of a general HP. If a problem asks for the sum, it is either asking for a finite number of specific terms (which you add individually) or it is testing whether you know that no formula exists.
-
"If a, b, c are in HP, then b = \dfrac{a + c}{2}." That is the AM condition, not the HP condition. If a, b, c are in HP, then \dfrac{1}{a}, \dfrac{1}{b}, \dfrac{1}{c} are in AP, so \dfrac{1}{b} = \dfrac{1}{2}\left(\dfrac{1}{a} + \dfrac{1}{c}\right), which gives b = \dfrac{2ac}{a + c}.
-
"An HP can have zero as a term." No. Every term of an HP must be non-zero, because you need to take its reciprocal. If the reciprocal AP passes through zero, the HP has a "hole" at that position — the term is undefined.
-
"The reciprocals of a GP form an HP." The reciprocals of a GP form another GP (with ratio 1/r), not an HP. Only the reciprocals of an AP form an HP.
Going deeper
If you came here to learn the definition of an HP, how to find terms using the reciprocal AP, and where HPs appear, you have it. The rest of this section covers the harmonic series and a beautiful proof that it diverges.
The harmonic series diverges
The harmonic series H_n = 1 + \dfrac{1}{2} + \dfrac{1}{3} + \cdots + \dfrac{1}{n} grows without bound as n \to \infty. The growth is extremely slow — H_{100} \approx 5.19, H_{1000} \approx 7.49, H_{10000} \approx 9.79 — but it never levels off. No matter how large a target M you name, the harmonic series will eventually exceed M.
The proof groups the terms cleverly. After the first term (1) and the second term (\dfrac{1}{2}), group the next two terms:
Then group the next four terms:
Then the next eight terms also contribute more than \dfrac{1}{2}, and so on. Each doubling-group contributes at least \dfrac{1}{2} to the sum. Since there are infinitely many such groups, the sum exceeds every finite bound.
The relationship between HP, AP, and GP
If a, b, c are in AP, GP, and HP respectively, and all three means are of the same two positive numbers x and y, then:
and a beautiful relationship holds:
That is, the geometric mean of two numbers is also the geometric mean of their arithmetic mean and their harmonic mean. This identity links all three classical means and is explored fully in AM-GM-HM Inequality.
Where this leads next
The harmonic progression completes the trio of classical progressions. Combined with APs and GPs, it gives rise to the three classical means and their inequality chain.
- Arithmetic Progression — the progression whose reciprocals define the HP; the starting point for every HP calculation.
- Harmonic Mean — the mean that arises naturally from HPs, just as the AM arises from APs and the GM from GPs.
- Geometric Progression — the multiplicative counterpart; logarithms connect GPs to APs, and the same bridge connects GPs to HPs.
- Fractions and Decimals — the arithmetic of fractions that underpins every HP calculation.
- AM-GM-HM Inequality — the chain \text{HM} \leq \text{GM} \leq \text{AM}, where the harmonic mean takes the smallest position.