Geometric Mean Formula
The geometric mean formula calculates the central tendency of multiplicative data sets like growth rates and ratios.
The Formula
The geometric mean is the nth root of the product of n numbers. It is the appropriate average for data that is multiplicative in nature — such as growth rates, percentages, and ratios. Unlike the arithmetic mean, it accounts for compounding effects.
Variables
| Symbol | Meaning |
|---|---|
| GM | The geometric mean |
| x1, x2, ..., xn | The individual values (all must be positive) |
| n | The number of values |
| 1/n | The nth root (equivalent to raising the product to the power of 1/n) |
Example 1
An investment returns 10%, 20%, and 30% over three years. What is the average annual return?
Convert to growth factors: 1.10, 1.20, 1.30
Multiply: 1.10 × 1.20 × 1.30 = 1.716
Take the cube root: 1.7161/3 = 1.1972
Convert back to percentage: 1.1972 - 1 = 0.1972
Average annual return = 19.72%
Example 2
Find the geometric mean of 4, 8, and 16.
Multiply: 4 × 8 × 16 = 512
Take the cube root: 5121/3
GM = 8
When to Use It
Use the geometric mean instead of the arithmetic mean when dealing with multiplicative relationships.
- Investment returns and compound growth rates
- Population growth rates over multiple years
- Averaging ratios and proportional quantities
- Financial indices (many stock indices use geometric averaging)
- Comparing quantities that vary by orders of magnitude (like bacterial counts)
- Image processing and signal normalization
Geometric Mean vs Arithmetic Mean
The geometric mean is always less than or equal to the arithmetic mean (for positive numbers). They are equal only when all values in the data set are identical.
For example, growth of 50% followed by a decline of 50%:
- Arithmetic mean: (50% + -50%) / 2 = 0% — suggests no change
- Geometric mean: (1.5 × 0.5)1/2 = 0.866 — correctly shows a 13.4% loss
This demonstrates why the geometric mean is the correct choice for averaging rates of change.