Power Mean — Definition, Formula & Examples
Power mean is a family of averages that includes the arithmetic mean, geometric mean, and harmonic mean as special cases. By changing a single parameter , you smoothly transition between different types of means.
For positive real numbers and a nonzero real number , the power mean of order (also called the generalized mean) is . The case is defined as the limit , which equals the geometric mean.
Key Formula
Where:
- = Power mean of order p
- = Real-valued parameter that selects the type of mean (e.g., 1 = arithmetic, −1 = harmonic)
- = The ith positive data value
- = Number of data values
How It Works
Choose a value of to select which type of average you want. Setting gives the ordinary arithmetic mean. Setting gives the harmonic mean. The limit as yields the geometric mean, while approaches the maximum value and approaches the minimum. A key property is that is non-decreasing in : if , then . This single inequality encapsulates the classical AM–GM–HM inequality.
Worked Example
Problem: Compute the power mean of order 2 (the quadratic mean) for the values 1, 2, and 3.
Raise each value to the power p = 2: Square each data value.
Take the arithmetic mean of the powers: Sum the squared values and divide by n = 3.
Take the (1/p)-th root: Raise the result to the power 1/2 (i.e., take the square root).
Answer: The power mean of order 2 is , which is slightly larger than the arithmetic mean of 2.
Why It Matters
The power mean appears in signal processing (root-mean-square voltage uses ), inequality proofs in analysis, and optimization. In statistics, understanding that different means respond differently to extreme values helps you choose the right summary measure for skewed data.
Common Mistakes
Mistake: Using the power mean formula with p = 0 by plugging in zero directly, which causes division by zero in the exponent.
Correction: The case p = 0 is defined as the geometric mean via a limit: . You must use this separate formula, not substitute p = 0 into the general expression.
