Mathwords logoMathwords

Geometric Mean — Definition, Formula & Examples

Geometric Mean

A kind of average. To find the geometric mean of a set of n numbers, multiply the numbers and then take the nth root of the product.

 

Formula: Geometric Mean = nth root of (a1·a2·a3·a4···an). Example: For 4 and 9, Geometric Mean = √(4·9) = 6

 

 

See also

Mean

Key Formula

G=x1x2x3xnnG = \sqrt[n]{x_1 \cdot x_2 \cdot x_3 \cdots x_n}
Where:
  • GG = the geometric mean
  • x1,x2,,xnx_1, x_2, \ldots, x_n = the n positive numbers in the data set
  • nn = how many numbers are in the set

Worked Example

Problem: Find the geometric mean of 4, 8, and 32.
Step 1: Multiply all three numbers together.
4×8×32=10244 \times 8 \times 32 = 1024
Step 2: Since there are 3 numbers, take the cube root (3rd root) of the product.
10243\sqrt[3]{1024}
Step 3: Evaluate the cube root. Because 10^3 = 1000 and we need the exact value, note that 1024 = 2^{10}, so the cube root is 2^{10/3} ≈ 10.079.
10243=210/310.08\sqrt[3]{1024} = 2^{10/3} \approx 10.08
Answer: The geometric mean of 4, 8, and 32 is approximately 10.08.

Another Example

Problem: An investment grows by 10% in year one and 40% in year two. What is the average annual growth factor, using the geometric mean?
Step 1: Convert each percentage increase to a growth factor. A 10% increase means you multiply by 1.10; a 40% increase means you multiply by 1.40.
x1=1.10,x2=1.40x_1 = 1.10, \quad x_2 = 1.40
Step 2: Multiply the growth factors together.
1.10×1.40=1.541.10 \times 1.40 = 1.54
Step 3: Take the square root because there are 2 values.
1.541.2410\sqrt{1.54} \approx 1.2410
Step 4: Interpret the result. The average annual growth factor is about 1.241, meaning roughly a 24.1% average increase per year.
Answer: The geometric mean growth factor is approximately 1.241, corresponding to an average annual growth rate of about 24.1%.

Frequently Asked Questions

When should I use the geometric mean instead of the arithmetic mean?
Use the geometric mean when your data involves multiplication, ratios, or percentages—such as investment returns, population growth rates, or comparing quantities on different scales. The arithmetic mean is better for data that combines by addition, like test scores or heights.
Can the geometric mean be used with negative numbers or zero?
The standard geometric mean requires all values to be positive. If any value is zero, the product is zero, so the geometric mean is zero. If any value is negative, taking an even root of a negative product gives a result that is not a real number, so the geometric mean is undefined in the usual sense.

Geometric Mean vs. Arithmetic Mean

The arithmetic mean adds all values and divides by the count: (x1+x2++xn)/n(x_1 + x_2 + \cdots + x_n)/n. The geometric mean multiplies all values and takes the nth root. For any set of unequal positive numbers, the geometric mean is always less than the arithmetic mean—a result known as the AM–GM inequality. The arithmetic mean suits additive data (e.g., total points), while the geometric mean suits multiplicative data (e.g., growth rates).

Why It Matters

The geometric mean is the standard way to calculate average growth rates in finance, biology, and economics. For example, if you need to report a single annual return that fairly represents several years of investment performance, the geometric mean gives the correct answer. It also appears in geometry: the altitude drawn to the hypotenuse of a right triangle has a length equal to the geometric mean of the two segments it creates.

Common Mistakes

Mistake: Using the arithmetic mean to average percentage growth rates.
Correction: Percentage growth compounds multiplicatively. Averaging 10% and 40% as (10+40)/2 = 25% overstates the true average growth. Use the geometric mean of the growth factors (1.10 and 1.40) to get the correct average rate.
Mistake: Forgetting to take the nth root and instead just multiplying the numbers.
Correction: The product alone is not the geometric mean. You must take the nth root of the product, where n is the number of values. Without this step, your result grows larger with every additional data point instead of staying in the range of the original values.

Related Terms

  • AverageGeneral term for measures of central tendency
  • MeanArithmetic mean is the most common average
  • Nth RootOperation used to compute the geometric mean
  • Harmonic MeanAnother type of mean for rates and ratios
  • MedianAlternative central tendency measure
  • ExponentPowers are closely linked to roots and means
  • LogarithmLog transforms turn geometric mean into arithmetic mean