How to Calculate the Geometric Mean
The geometric mean is a measure of central tendency particularly suited for data that grows multiplicatively, such as rates of return, growth rates, and ratios. This calculator computes the geometric mean, comparing it with the arithmetic and harmonic means.
Formula
For n positive numbers x1, x2, ..., xn: Geometric Mean = (x1 x x2 x ... x xn)^(1/n)
To avoid overflow problems with large numbers, the calculator uses the equivalent logarithmic formula: GM = exp(sum(ln(xi)) / n)
The Three Means Compared
For any series of positive numbers (not all equal), the AM-GM-HM inequality always holds: Harmonic Mean <= Geometric Mean <= Arithmetic Mean
Equality holds only when all values are identical. The greater the dispersion, the larger the difference between the three means.
The Geometric Mean in Finance
In finance, the geometric mean is essential for calculating the compound annual growth rate (CAGR). If an investment returns +50% the first year and -33% the second, the arithmetic average is +8.5%, but the capital actually returns to the starting point. The geometric mean correctly captures this effect.
Practical Applications
Beyond finance, the geometric mean is used in biology (population growth rates), acoustics (decibel averages), geometry (side of a square with the same area as a rectangle), photography (exposure time averages), and economics (Fisher price index).