Logo
Published on

The Geometry of Harmonic Means

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

A sequence (hn)(h_n) is in harmonic progression (HP) if the sequence of reciprocals

xn=1hnx_n=\frac{1}{h_n}

forms an arithmetic progression (AP).

  • Given that the third term of an HP is 11 and the sixth term is 12\frac12, find the first term h1h_1 and the common difference dd of the underlying AP.
  • The harmonic mean HH of two positive numbers aa and bb is defined so that a,H,ba,H,b is an HP. Show algebraically that
H=2aba+b.H=\frac{2ab}{a+b}.
  • Let
A=a+b2,G=abA=\frac{a+b}{2},\qquad G=\sqrt{ab}

be the arithmetic and geometric means of aa and bb. Prove that G2=AHG^2=AH. Hence prove that, for distinct positive real numbers aa and bb,

H<G<A.H<G<A.
  • Consider the infinite harmonic series
n=11n.\sum_{n=1}^{\infty}\frac1n.

By comparing the sum of the first 2k2^k terms to blocks of constant lower bounds, prove that this harmonic series does not have a finite limiting sum.


Hints

  • For (i): Convert the HP terms into AP terms x3x_3 and x6x_6, then use xn=a+(n1)dx_n=a+(n-1)d.
  • For (ii): If a,H,ba,H,b is an HP, then 1a,1H,1b\frac1a,\frac1H,\frac1b is an AP.
  • For (iii): Multiply AA and HH. For the inequality, use (ab)2>0(a-b)^2>0 or (ab)2>0(\sqrt a-\sqrt b)^2>0.
  • For (iv): Group terms as (13+14)\left(\frac13+\frac14\right), then (15++18)\left(\frac15+\cdots+\frac18\right), and so on.

Solutions

(i) Since xn=1hnx_n=\frac1{h_n},

x3=1,x6=2.x_3=1,\qquad x_6=2.

For the underlying AP,

x6x3=3d    21=3d    d=13.x_6-x_3=3d \implies 2-1=3d \implies d=\frac13.

Also

x1=x32d=123=13,x_1=x_3-2d=1-\frac23=\frac13,

so

h1=1x1=3.h_1=\frac1{x_1}=3.

(ii) Since 1a,1H,1b\frac1a,\frac1H,\frac1b is an AP, the middle term is the average of the outer terms:

1H=12(1a+1b)=a+b2ab.\frac1H=\frac12\left(\frac1a+\frac1b\right)=\frac{a+b}{2ab}.

Therefore

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

(iii) Using the formulas for AA and HH,

AH=a+b22aba+b=ab=G2.AH=\frac{a+b}{2}\cdot\frac{2ab}{a+b}=ab=G^2.

For aba\ne b,

(ab)2>0    a+b>2ab    A>G.(\sqrt a-\sqrt b)^2>0 \implies a+b>2\sqrt{ab} \implies A>G.

Since G2=AHG^2=AH and all quantities are positive, A>GA>G gives

H=G2A<G.H=\frac{G^2}{A}<G.

Hence

H<G<A.H<G<A.

(iv) Group the harmonic series into dyadic blocks:

1+12+(13+14)+(15++18)+.1+\frac12+\left(\frac13+\frac14\right)+\left(\frac15+\cdots+\frac18\right)+\cdots.

Each block after the first has sum greater than or equal to 12\frac12:

13+14>14+14=12,15++18>418=12,\frac13+\frac14>\frac14+\frac14=\frac12,\qquad \frac15+\cdots+\frac18>4\cdot\frac18=\frac12,

and similarly

12j1+1++12j>2j112j=12.\frac1{2^{j-1}+1}+\cdots+\frac1{2^j}>2^{j-1}\cdot\frac1{2^j}=\frac12.

Thus the partial sums exceed

1+12+12+12++12arbitrarily many terms,1+\frac12+\underbrace{\frac12+\frac12+\cdots+\frac12}_{\text{arbitrarily many terms}},

so they grow without bound. Therefore the harmonic series has no finite limiting sum.


Takeaways

  • Harmonic progressions are arithmetic progressions viewed through reciprocals.
  • For positive distinct numbers, the classical means satisfy H<G<AH<G<A.
  • A sequence can have terms tending to zero while its infinite series still diverges.

Further Readings


Connect with me