Harmonic Progression and Mixed Series
[MathDefinition title="Harmonic Progression (HP)"] A harmonic progression is a sequence where the reciprocals of the terms form an arithmetic progression. If a, b, c are in HP, then 1/a, 1/b, 1/c are in AP. [/MathDefinition]
[MathDefinition title="nth Term of HP"] If the AP is formed by reciprocals: 1/a, 1/a+d, 1/a+2d, ... Then the nth term of HP is: a_n = 1/(a + (n-1)d) [/MathDefinition]
[MathKeyFormula title="Key Formulas"]
- If a, b, c are in HP, then b = 2ac/(a+c) (Harmonic mean)
- Harmonic mean: H = 2ab/(a+b) for two numbers
- Relationship: A.M. >= G.M. >= H.M. (for positive numbers)
- G.M.^2 = A.M. * H.M.
- For three numbers: H = 3abc/(ab + bc + ca) [/MathKeyFormula]
[MathNote title="Solving HP Problems"]
- Convert the HP to AP by taking reciprocals
- Solve the AP problem
- Take reciprocals of the result to get HP answer [/MathNote]
[MathExample title="Example 1: Finding HP Term"] Problem: Find the 5th term of the HP: 1/2, 1/5, 1/8, 1/11, ...
Solution: The reciprocals form an AP: 2, 5, 8, 11, ...
In this AP: a = 2, d = 3
5th term of AP: a_5 = 2 + (5-1) * 3 = 2 + 12 = 14
5th term of HP = 1/14
Therefore, the 5th term of the HP is 1/14. [/MathExample]
[MathExample title="Example 2: Harmonic Mean"] Problem: Find the harmonic mean of 4 and 6.
Solution: Using the formula: H = 2ab/(a+b)
H = 2 * 4 * 6/(4 + 6) = 48/10 = 4.8
Therefore, the harmonic mean of 4 and 6 is 4.8.
Verification: A.M. = (4+6)/2 = 5 G.M. = β(4*6) = β24 = 2β6 β 4.899 H.M. = 4.8
A.M. > G.M. > H.M. β [/MathExample]
[MathExample title="Example 3: Inserting HP"] Problem: Insert 3 harmonic means between 1/2 and 1/12.
Solution: The reciprocals are 2 and 12.
We need to insert 3 AP means between 2 and 12. Number of terms = 3 + 2 = 5
In AP: a = 2, a_5 = 12 a_5 = a + 4d 12 = 2 + 4d 4d = 10 d = 2.5
AP means: 4.5, 7, 9.5
HP means: 1/4.5, 1/7, 1/9.5 = 2/9, 1/7, 2/19
Therefore, the 3 harmonic means are 2/9, 1/7, and 2/19. [/MathExample]
[MathExample title="Example 4: Mixed Series"] Problem: Find the sum of the series 1/(12) + 1/(23) + 1/(3*4) + ... + 1/(n(n+1)).
Solution: Using partial fractions: 1/(k(k+1)) = 1/k - 1/(k+1)
Sum = (1/1 - 1/2) + (1/2 - 1/3) + (1/3 - 1/4) + ... + (1/n - 1/(n+1))
This is a telescoping series where middle terms cancel: Sum = 1 - 1/(n+1) = n/(n+1)
Therefore, the sum is n/(n+1). [/MathExample]