Variance Formula
The Formula
When to use: Another spread measure—variance = \text{SD}^2. Same idea, different scale.
Quick Example
Notation
What This Formula Means
The variance is the average of the squared deviations from the mean: \sigma^2 = \frac{1}{n}\sum (x_i - \bar{x})^2. It is the square of the standard deviation.
Another spread measure—variance = \text{SD}^2. Same idea, different scale.
Formal View
Worked Examples
Example 1
mediumSolution
- 1 Find the mean: \mu = \frac{2+4+4+4+5+5+7+9}{8} = \frac{40}{8} = 5
- 2 Calculate squared deviations: (2-5)^2=9,\ (4-5)^2=1,\ (4-5)^2=1,\ (4-5)^2=1,\ (5-5)^2=0,\ (5-5)^2=0,\ (7-5)^2=4,\ (9-5)^2=16
- 3 Sum squared deviations: 9+1+1+1+0+0+4+16 = 32
- 4 Divide by n: \sigma^2 = \frac{32}{8} = 4
Answer
Example 2
hardCommon Mistakes
- Forgetting that variance is in squared units — if data is in meters, variance is in \text{m}^2, not meters
- Confusing population variance (\div n) with sample variance (\div (n-1))
- Taking the square root of variance and calling it variance — that is the standard deviation, not variance
Why This Formula Matters
Variance quantifies how spread out data values are from the mean, forming the foundation for standard deviation and virtually all inferential statistics. It is used in finance to measure investment risk, in quality control to monitor manufacturing consistency, and in science to assess experimental reliability.
Frequently Asked Questions
What is the Variance formula?
The variance is the average of the squared deviations from the mean: \sigma^2 = \frac{1}{n}\sum (x_i - \bar{x})^2. It is the square of the standard deviation.
How do you use the Variance formula?
Another spread measure—variance = \text{SD}^2. Same idea, different scale.
What do the symbols mean in the Variance formula?
\sigma^2 for population variance, s^2 for sample variance
Why is the Variance formula important in Math?
Variance quantifies how spread out data values are from the mean, forming the foundation for standard deviation and virtually all inferential statistics. It is used in finance to measure investment risk, in quality control to monitor manufacturing consistency, and in science to assess experimental reliability.
What do students get wrong about Variance?
Take square root of variance to get SD (back to original units).
What should I learn before the Variance formula?
Before studying the Variance formula, you should understand: mean, standard deviation.