Harmonic Progression (HP)

A sequence of non-zero numbers is called a Harmonic Progression (HP) if the sequence of their reciprocals is an Arithmetic Progression (AP).

  • Example: The sequence 1,1/3,1/5,1/7,...1, 1/3, 1/5, 1/7, ... is an HP because their reciprocals 1,3,5,7,...1, 3, 5, 7, ... form an AP.
  • Method: To solve problems involving HP, you should invert the terms to create an AP, use the properties and formulas of AP, and then invert the result back.
  • Note: There is no direct formula for the sum of n terms of an HP.

Means (AM, GM, HM)

For any two positive numbers 'a' and 'b':

  • Arithmetic Mean (AM): A=a+b2A = \frac{a+b}{2}
  • Geometric Mean (GM): G=abG = \sqrt{ab}
  • Harmonic Mean (HM): The reciprocal of the AM of the reciprocals.

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

Relationship between AM, GM, and HM

For any two positive numbers, the three means are related by two fundamental properties:

  1. The Identity: The square of the Geometric Mean is equal to the product of the Arithmetic and Harmonic Means.

G2=AHG^2 = AH

  1. The AM-GM-HM Inequality: The Arithmetic Mean is always greater than or equal to the Geometric Mean, which is always greater than or equal to the Harmonic Mean. Equality holds if and only if the numbers are equal.

AGHA \ge G \ge H

This inequality is a powerful tool for finding the minimum or maximum value of expressions.

Example 1: Finding a Term in HP

Question: The 4th term of an HP is 1/3 and the 7th term is 1/4. Find the 10th term.

Solution:

First, convert to an AP. Let the AP be a1,a2,...a_1, a_2, .... We are given that the 4th term is 3 and the 7th term is 4.

Let the first term of the AP be 'a' and the common difference be 'd'. a4=a+3d=3a_4 = a+3d=3 …(1) a7=a+6d=4a_7 = a+6d=4 …(2)

Subtracting (1) from (2) gives 3d=1    d=1/33d=1 \implies d=1/3.

Substituting d in (1): a+3(1/3)=3    a+1=3    a=2a+3(1/3)=3 \implies a+1=3 \implies a=2. The 10th term of the AP is a10=a+9d=2+9(1/3)=2+3=5a_{10} = a+9d = 2+9(1/3) = 2+3=5.

Since this is the term of the AP, the 10th term of the HP is its reciprocal, which is 1/5.

Example 2: AM-GM Inequality Application

Question: Find the minimum value of 4x+9x4x + \frac{9}{x} for x>0x>0.

Solution:

Let the two positive numbers be 4x4x and 9/x9/x. Using the AM-GM inequality:

4x+9/x24x9x\frac{4x + 9/x}{2} \ge \sqrt{4x \cdot \frac{9}{x}}

4x+9/x236=6\frac{4x + 9/x}{2} \ge \sqrt{36} = 6

4x+9x124x + \frac{9}{x} \ge 12

The minimum value of the expression is 12.

Example 3: Using G² = AH

Question: The AM between two numbers is 34 and their GM is 16. Find the numbers.

Solution:

Let the numbers be a and b. We are given:

A=a+b2=34    a+b=68A = \frac{a+b}{2} = 34 \implies a+b=68.

G=ab=16    ab=256G = \sqrt{ab} = 16 \implies ab=256.

We can solve for a and b. We know (ab)2=(a+b)24ab(a-b)^2 = (a+b)^2 - 4ab.

(ab)2=(68)24(256)=46241024=3600(a-b)^2 = (68)^2 - 4(256) = 4624 - 1024 = 3600.

So, ab=3600=60a-b = \sqrt{3600} = 60.

We have a+b=68a+b=68 and ab=60a-b=60. Adding these gives 2a=128    a=642a=128 \implies a=64. Then b=4b=4. The numbers are 4 and 64.