EasyUnitConverter.com

Geometric Mean Calculator

Calculate the geometric mean of a set of positive numbers. The geometric mean is the nth root of the product of n numbers — it is used for growth rates, financial returns, ratios, and any data that is multiplicative in nature. Unlike the arithmetic mean, it accounts for compounding effects.

Geometric Mean Formula

GM = (x₁ × x₂ × x₃ × ... × xₙ)^(1/n) = ⁿ√(x₁ × x₂ × ... × xₙ)

The geometric mean of 4 and 9 is √(4×9) = √36 = 6. For three numbers like 2, 8, and 32: ³√(2×8×32) = ³√512 = 8.

When to Use Geometric Mean

  • Investment returns: Average annual return over multiple years
  • Growth rates: Population growth, revenue growth, inflation
  • Ratios and percentages: Averaging ratios or rates of change
  • Normalized data: When values span different orders of magnitude
  • Index numbers: Stock market indices, price indices

Geometric vs Arithmetic Mean

NumbersGeometric MeanArithmetic Mean
2, 845
1, 1001050.5
4, 966.5
2, 18610
1, 2, 4, 82.833.75
10, 20, 3018.1720

Frequently Asked Questions

Why is geometric mean always less than or equal to arithmetic mean?

This is the AM-GM inequality: for positive numbers, the arithmetic mean is always ≥ the geometric mean. They are equal only when all numbers are identical.

Can geometric mean be used with negative numbers?

No. The geometric mean is only defined for positive numbers. Taking roots of negative products can produce complex numbers, which are not meaningful in this context.

How is geometric mean used in finance?

If an investment returns +50% one year and -50% the next, the arithmetic mean suggests 0% average return, but the geometric mean correctly shows -13.4% (you lost money). Geometric mean accounts for compounding.

What is the geometric mean of 2 and 8?

GM = √(2 × 8) = √16 = 4. This is the number that, when multiplied by itself, gives the same product as 2 × 8.

Geometric Mean in Investment Returns

The geometric mean is the correct way to calculate average investment returns over multiple periods. If a stock returns +50% in year 1 and -50% in year 2, the arithmetic mean suggests 0% average return. But your $100 became $150, then $75 — you actually lost 25%. The geometric mean correctly calculates: GM = √(1.5 × 0.5) = √0.75 = 0.866, meaning -13.4% average annual return. This is why the Compound Annual Growth Rate (CAGR) is a geometric mean.

Arithmetic Mean vs Geometric Mean vs Harmonic Mean

The three Pythagorean means serve different purposes. The arithmetic mean (AM) is the simple average — best for additive data like test scores or heights. The geometric mean (GM) is best for multiplicative data like growth rates, ratios, and percentages. The harmonic mean (HM) is best for rates and ratios where the denominator varies, like average speed over equal distances. For any set of positive unequal numbers: AM ≥ GM ≥ HM (the AM-GM-HM inequality).

Real-World Applications

  • Finance: CAGR, average portfolio returns, benchmark comparisons (S&P 500 historical returns)
  • Biology: Population growth rates, bacterial doubling, cell division rates
  • Economics: GDP growth averaging, inflation rates over time, productivity indices
  • Image processing: Geometric mean filter for noise reduction (preserves edges better than arithmetic mean)
  • Benchmarking: SPEC CPU benchmarks use geometric mean to combine scores across different tests
  • HDI: The United Nations Human Development Index uses geometric mean of life expectancy, education, and income indices