What Is Harmonic Progression?
A Harmonic Progression is a sequence of non-zero numbers whose reciprocals form an arithmetic progression. That single sentence is the whole definition, and every formula below follows from it.
$$a_1, a_2, a_3, \dots \text{ is an HP} \iff \frac{1}{a_1}, \frac{1}{a_2}, \frac{1}{a_3}, \dots \text{ is an AP}$$
Take the arithmetic progression $2, 5, 8, 11, \dots$ (first term $2$, common difference $3$). Flip every term and you get the harmonic progression:
$$\frac{1}{2}, ; \frac{1}{5}, ; \frac{1}{8}, ; \frac{1}{11}, \dots$$
The most famous HP is the one hiding inside the counting numbers. Since $1, 2, 3, 4, \dots$ is an AP, its reciprocals
$$1, ; \frac{1}{2}, ; \frac{1}{3}, ; \frac{1}{4}, ; \frac{1}{5}, \dots$$
form a harmonic progression. No term of an HP may be zero, because zero has no reciprocal to sit in the underlying AP.
There are three sibling progressions worth holding side by side, since a harmonic progression is best understood against the other two.
Table: The three standard progressions compared.
Progression | Rule between consecutive terms | Example |
|---|---|---|
Arithmetic (AP) | Add a fixed number $d$ | $2, 5, 8, 11, \dots$ |
Geometric (GP) | Multiply by a fixed ratio $r$ | $2, 6, 18, 54, \dots$ |
Harmonic (HP) | Reciprocals form an AP | $\tfrac{1}{2}, \tfrac{1}{5}, \tfrac{1}{8}, \tfrac{1}{11}, \dots$ |
For the two siblings in full, see arithmetic progressions and geometric progressions; for the broader family, see sequences.
How Do You Find The Nth Term Of A Harmonic Progression?
There is no direct "add or multiply" rule that moves you along an HP, so you never work in the HP itself. You step into the reciprocal AP, use the ordinary arithmetic-progression term formula there, then flip the answer back.
Let the first term of the HP be $a_1$ and let the reciprocal AP have common difference $d$. The $n$th term of that AP is $\frac{1}{a_1} + (n-1)d$, so the $n$th term of the HP is its reciprocal:
$$a_n = \frac{1}{\dfrac{1}{a_1} + (n-1)d}$$
The method is always the same three moves:
Reciprocate the given terms to get the AP.
Read off $\frac{1}{a_1}$ and $d$, and find the AP term you want.
Reciprocate that AP term to return to the HP.
Example 1: Is $6, 3, 2, \tfrac{3}{2}$ a harmonic progression, and if so, what is its general term?
Reciprocate every term:
$$\frac{1}{6}, ; \frac{1}{3}, ; \frac{1}{2}, ; \frac{2}{3}$$
Check the differences of this reciprocal sequence:
$$\frac{1}{3} - \frac{1}{6} = \frac{1}{6}, \qquad \frac{1}{2} - \frac{1}{3} = \frac{1}{6}, \qquad \frac{2}{3} - \frac{1}{2} = \frac{1}{6}$$
The differences are all $\frac{1}{6}$, so the reciprocals form an AP with $\frac{1}{a_1} = \frac{1}{6}$ and $d = \frac{1}{6}$. The sequence is a harmonic progression. Its AP term is
$$\frac{1}{a_n} = \frac{1}{6} + (n-1)\cdot\frac{1}{6} = \frac{n}{6}, \qquad \text{so} \qquad a_n = \frac{6}{n}$$
Verify against the given terms: $a_1 = \frac{6}{1} = 6$, $a_2 = \frac{6}{2} = 3$, $a_3 = \frac{6}{3} = 2$, $a_4 = \frac{6}{4} = \frac{3}{2}$. Every term matches.
Final answer: Yes, it is an HP, with $a_n = \dfrac{6}{n}$.
Example 2: Find the 10th term of the harmonic progression $\tfrac{1}{5}, \tfrac{1}{9}, \tfrac{1}{13}, \dots$
Reciprocate: $5, 9, 13, \dots$, an AP with first term $5$ and common difference $4$. Its 10th term is
$$\frac{1}{a_{10}} = 5 + (10-1)\cdot 4 = 5 + 36 = 41$$
Flip back to the HP:
$$a_{10} = \frac{1}{41}$$
Final answer: The 10th term is $\dfrac{1}{41} \approx 0.0244$.
What Is The Harmonic Mean?
The harmonic mean is the "middle" term that turns two numbers into a three-term harmonic progression, exactly as the arithmetic mean does for an AP. For two positive numbers $a$ and $b$:
$$\text{HM} = \frac{2ab}{a+b}$$
This comes straight from the definition. If $a, H, b$ form an HP, then $\frac{1}{a}, \frac{1}{H}, \frac{1}{b}$ form an AP, so the middle reciprocal is the average of the outer two:
$$\frac{1}{H} = \frac{1}{2}\left(\frac{1}{a} + \frac{1}{b}\right) = \frac{a+b}{2ab} \implies H = \frac{2ab}{a+b}$$
For a whole list of $n$ positive numbers, the harmonic mean is $n$ divided by the sum of the reciprocals:
$$\text{HM} = \frac{n}{\dfrac{1}{x_1} + \dfrac{1}{x_2} + \cdots + \dfrac{1}{x_n}}$$
Example 3: Find the harmonic mean of $4$ and $6$.
$$\text{HM} = \frac{2 \cdot 4 \cdot 6}{4 + 6} = \frac{48}{10} = 4.8$$
Final answer: The harmonic mean of $4$ and $6$ is $4.8$. Notice it lands below their arithmetic mean of $5$, which is the whole point of the next section.
Why Is The Harmonic Mean Always The Smallest Average?
For any set of positive numbers there are three classical averages, and they always line up in the same order:
$$\text{AM} ;\ge; \text{GM} ;\ge; \text{HM}$$
with equality only when all the numbers are equal. Here the arithmetic mean is $\frac{a+b}{2}$, the geometric mean is $\sqrt{ab}$, and the harmonic mean is $\frac{2ab}{a+b}$. Take $a = 4$ and $b = 6$:
Arithmetic mean: $\frac{4+6}{2} = 5$
Geometric mean: $\sqrt{4 \cdot 6} = \sqrt{24} \approx 4.8990$
Harmonic mean: $\frac{2 \cdot 4 \cdot 6}{10} = 4.8$
So $5 \ge 4.8990 \ge 4.8$, as promised. There is also a neat identity linking all three for two numbers:
$$\text{GM}^2 = \text{AM} \times \text{HM}$$
Check it: $\text{AM} \times \text{HM} = 5 \times 4.8 = 24 = (\sqrt{24})^2 = \text{GM}^2$. The geometric mean is exactly the "in-between" of the other two. A quick refresher on the ordinary average lives at mean, median, and mode.
The reason the harmonic mean is smallest is that reciprocating gives extra weight to the small values in the list. One small number has a large reciprocal, which drags the average of the reciprocals up and therefore drags the harmonic mean down. That is precisely why it is the right average for rates.
What Is The Relationship Between AP, GP And HP?
The three progressions are not separate worlds. Each is tied to one of the three means, and reciprocation is the bridge between AP and HP.
An AP advances by a constant difference, and its middle term is the arithmetic mean of its neighbours.
A GP advances by a constant ratio, and its middle term is the geometric mean of its neighbours.
An HP is the reciprocal of an AP, and its middle term is the harmonic mean of its neighbours.
This is why a term of an HP is the harmonic mean of the terms on either side of it. For the arithmetic side of the bridge, the sum formula you will reuse constantly is at sum of an arithmetic sequence, and the geometric partner is at geometric sequence.
Does The Harmonic Series Add Up? (The Calculus Tie-In)
Here is where a harmonic progression reaches into calculus. Add up the most famous HP, the reciprocals of the counting numbers, and you get the harmonic series:
$$1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \frac{1}{5} + \cdots$$
The terms shrink toward zero, so a first guess is that the total settles on some finite number. It does not. The harmonic series diverges, meaning its partial sums grow without any ceiling:
$$\lim_{n \to \infty} \left( 1 + \frac{1}{2} + \frac{1}{3} + \cdots + \frac{1}{n} \right) = \infty$$
The classic argument groups the terms in blocks of $1, 2, 4, 8, \dots$ terms and replaces each term in a block by the smallest one in it:
$$1 + \frac{1}{2} + \underbrace{\left(\frac{1}{3} + \frac{1}{4}\right)}{> , \frac{1}{4} + \frac{1}{4} ,=, \frac{1}{2}} + \underbrace{\left(\frac{1}{5} + \frac{1}{6} + \frac{1}{7} + \frac{1}{8}\right)}{> , 4 \times \frac{1}{8} ,=, \frac{1}{2}} + \cdots$$
Every bracketed block is larger than $\frac{1}{2}$, and there are infinitely many blocks, so the running total climbs past $1 + \frac{1}{2} + \frac{1}{2} + \frac{1}{2} + \cdots$, which has no upper bound. Geometrically, if you draw the rectangles of height $\frac{1}{n}$ and width $1$, their combined area exceeds the area under the curve $y = \frac{1}{x}$ from $1$ onward, and that area, $\int_{1}^{\infty} \frac{1}{x},dx$, is itself infinite. Slow as it is, the harmonic series never stops growing.
Harmonic progressions sit in the sequences-and-series chapter of India's NCERT Class 11 syllabus and build on the sequences work in the United States' Common Core high-school standards; the divergence of the harmonic series is then a standard result in AP Calculus BC and first-year university analysis.
Why Does Harmonic Progression Work The Way It Does?
The behaviour of a harmonic progression looks strange until you remember it is an AP wearing a disguise.
The terms bunch up near zero. In an AP the terms march off to infinity in even steps. Reciprocating flips that large end down toward zero, so an HP starts with big gaps and then crowds into a thin band just above zero without ever reaching it.
There is no clean sum formula. An AP has the tidy $\frac{n}{2}(\text{first} + \text{last})$, and a GP has its ratio formula, but reciprocals do not add tidily. The sum of an HP has no elementary closed form, which is exactly why the harmonic series has to be handled with the grouping argument above rather than a plug-in formula.
The middle term is a harmonic mean, not a plain average. Because the reciprocals are evenly spaced, the balance point of two HP terms is pulled toward the smaller one. That pull is the whole reason rates and speeds need the harmonic mean.
Who Discovered Harmonic Progression?
The word "harmonic" is older than algebra. It comes from music: the Greeks noticed that string lengths in the ratios of a harmonic progression sound consonant together, which is why the mean that governs an HP still carries the name of harmony.
Two named figures anchor the story:
Pythagoras of Samos (c. 570–495 BCE, Greece) and his school gave the harmonic mean its name, tying string-length ratios to musical consonance.
Nicole Oresme (c. 1320–1382, France) proved the divergence of the harmonic series, a landmark on the road to modern analysis.
Where Is Harmonic Progression Used In The Real World?
The harmonic mean is the correct average whenever you are averaging rates (quantities measured "per something") rather than plain amounts.
Average speed: driving a fixed distance at different speeds averages by the harmonic mean, not the arithmetic mean (worked below).
Electronics: resistors in parallel, and capacitors in series, combine through reciprocals, the same arithmetic that defines an HP.
Optics: the thin-lens and mirror equations relate reciprocals of object, image, and focal distances, so their averages are harmonic.
Finance: the average cost per share under dollar-cost averaging is a harmonic mean of the purchase prices.
Computer science and statistics: the F1 score that rates a classifier is the harmonic mean of precision and recall, chosen precisely because it punishes a low value more harshly than a plain average would.
A worked real-world case, average speed. Drive from home to a town at $40$ km/h and back along the same road at $60$ km/h. The average speed for the whole trip is the harmonic mean of the two speeds:
$$\text{Average speed} = \frac{2 \cdot 40 \cdot 60}{40 + 60} = \frac{4800}{100} = 48 \text{ km/h}$$
Not $50$. Because you spend more time at the slower speed, the honest average is pulled below the midpoint, exactly the downward pull the harmonic mean is built to capture.
What Are The Most Common Mistakes With Harmonic Progression?
These three errors account for most lost marks on harmonic progressions, matching the confusions documented in reference discussions of the harmonic mean and raised repeatedly in student help threads.
Averaging or differencing the HP terms directly.
Where it slips in:
A student tries to find a "common difference" between HP terms, or takes the plain average of two terms to get the middle one, treating the HP like an AP.
Don't do this:
Do not subtract or average the harmonic-progression terms themselves. They have no common difference and no arithmetic midpoint.
The correct way:
Reciprocate first. Work entirely in the AP of reciprocals, which is where the constant difference and the plain averaging live, then flip the result back to the HP.
Using the arithmetic mean where the harmonic mean is required.
Where it slips in:
Averaging speeds, rates, or prices-per-unit by adding them and dividing by two, so two speeds of $40$ and $60$ get reported as $50$ instead of $48$.
Don't do this:
Do not average rates with $\frac{a+b}{2}$. That answer is always too high, because the arithmetic mean is the largest of the three means.
The correct way:
For a rate averaged over equal distances or equal amounts, use $\text{HM} = \frac{2ab}{a+b}$. Reach for the harmonic mean whenever the quantity is measured "per" something.
Allowing a zero term or a zero in a denominator.
Where it slips in:
A student writes a term such as $0$ into a harmonic progression, or lets the underlying AP pass through $0$, which forces a division by zero when reciprocating back.
Don't do this:
Do not permit a zero term in an HP. Zero has no reciprocal, so it cannot belong to the reciprocal AP.
The correct way:
Keep every HP term non-zero, and check that the reciprocal AP never lands on $0$. If the AP would hit $0$ at some position, the HP simply has no term there.
Practice Problems On Harmonic Progression
Answers follow each problem. Every answer is verified.
Is $12, 6, 4, 3$ a harmonic progression?
(Answer: Reciprocals $\tfrac{1}{12}, \tfrac{1}{6}, \tfrac{1}{4}, \tfrac{1}{3} = \tfrac{1}{12}, \tfrac{2}{12}, \tfrac{3}{12}, \tfrac{4}{12}$, an AP with $d = \tfrac{1}{12}$. Yes.)Find the 5th term of the HP $2, 1, \tfrac{2}{3}, \tfrac{1}{2}, \dots$
(Answer: Reciprocals $\tfrac{1}{2}, 1, \tfrac{3}{2}, 2, \dots$, an AP with $d = \tfrac{1}{2}$. The 5th AP term is $\tfrac{1}{2} + 4 \cdot \tfrac{1}{2} = \tfrac{5}{2}$, so the HP term is $\tfrac{2}{5}$.)Find the harmonic mean of $3$ and $6$.
(Answer: $\frac{2 \cdot 3 \cdot 6}{3+6} = \frac{36}{9} = 4$.)Find the harmonic mean of $2, 4, 8$.
(Answer: $\frac{3}{\frac{1}{2}+\frac{1}{4}+\frac{1}{8}} = \frac{3}{\frac{7}{8}} = \frac{24}{7} \approx 3.4286$.)For $a = 2$ and $b = 8$, find AM, GM, HM and verify $\text{GM}^2 = \text{AM} \times \text{HM}$.
(Answer: $\text{AM} = 5$, $\text{GM} = 4$, $\text{HM} = \frac{2 \cdot 2 \cdot 8}{10} = 3.2$. Check: $\text{AM} \times \text{HM} = 5 \times 3.2 = 16 = 4^2 = \text{GM}^2$.)A cyclist covers the first half of a route at $10$ km/h and the second half at $15$ km/h. Find the average speed.
(Answer: $\frac{2 \cdot 10 \cdot 15}{10+15} = \frac{300}{25} = 12$ km/h.)
Where Should You Go Next After Harmonic Progression?
A harmonic progression only makes sense on top of its two siblings, so the natural next doors are the progressions and the mean it depends on.
Arithmetic progressions. The AP is the engine under every HP calculation, so master the term and sum formulas here first.
Geometric progressions. The third sibling, where terms grow by a ratio and the middle term is a geometric mean.
Sequences. Step back to the full family of sequences and series that AP, GP, and HP all belong to.
If your child is building these foundations, a live Bhanzu trainer teaches progressions starting from the "why" behind each mean in the Bhanzu math classes.
Was this article helpful?
Your feedback helps us write better content
