Geometric Mean

Calculate geometric mean of numbers.

Enter positive numbers separated by commas.

Geometric Mean:

--

Geometric Mean Calculator: Understanding Multiplicative Averages

The geometric mean is a type of average that indicates the central tendency of a set of numbers by using the product of their values. Unlike the arithmetic mean (which sums values), the geometric mean multiplies them and takes the nth root, where n is the count of numbers. It's particularly useful for datasets with exponential growth or multiplicative relationships.

Formula

For n numbers: GM = (x₁ × x₂ × ... × xₙ)^(1/n). Example: The geometric mean of 2, 8, and 32 is (2 × 8 × 32)^(1/3) = 512^(1/3) = 8.

When to Use Geometric Mean

Investment Returns: Calculating average annual returns across multiple years. Growth Rates: Population growth, inflation rates, or compound interest. Index Numbers: Computing price indices or productivity measures. The geometric mean is always ≤ arithmetic mean (except when all numbers are equal).