Harmonic Mean
The Harmonic Mean is a type of average that's super useful when you're dealing with rates, ratios, or speeds. Unlike the simple arithmetic mean, it gives more weight to smaller values, making it ideal for situations where you need to average quantities that are expressed as 'per unit' (like miles per hour or cost per item).
e.g., 10, 20, 30 or 5 10 15
The Harmonic Mean is a type of average that's super useful when you're dealing with rates, ratios, or speeds. Unlike the simple arithmetic mean, it gives more weight to smaller values, making it ideal for situations where you need to average quantities that are expressed as 'per unit' (like miles per hour or cost per item).
H = n / (1/x₁ + 1/x₂ +. + 1/xₙ) Where: H = Harmonic Mean n = The count of numbers in your dataset xᵢ = Each individual number
Imagine you drive 10 miles at 30 mph and then another 10 miles at 60 mph. What's your average speed? If you just took the arithmetic mean (30+60)/2 = 45 mph, that would be wrong because you spent more time at the slower speed. The harmonic mean gives the correct average speed: 2 / (1/30 + 1/60) = 2 / (0.0333. + 0.0166.) = 2 / 0.05 = 40 mph.
The Harmonic Mean is a specialized type of average that's particularly useful for datasets involving rates, ratios, or speeds. It's calculated by dividing the number of observations by the sum of the reciprocals of each observation. It tends to give more weight to smaller values compared to the arithmetic mean.
You should use the Harmonic Mean when you need to average rates (like speed, miles per gallon, or cost per unit) or when dealing with quantities that are inversely proportional. For example, it's the correct average for speeds over fixed distances or for calculating average resistance in parallel circuits.
The Arithmetic Mean (simple average) is best for summing quantities. The Geometric Mean is ideal for averaging growth rates or values that are multiplied together. The Harmonic Mean, however, is specifically designed for averaging rates or ratios, giving more influence to smaller values. For any set of positive numbers, the Harmonic Mean is always less than or equal to the Geometric Mean, which is less than or equal to the Arithmetic Mean.
© 2025-2026 PromathTools. All rights reserved.
Built by KruskalCode – SaaS & Automation Experts