Standard Deviation Formula
The Formula
When to use: The typical distance from the average. Low SD = clustered. High SD = spread out.
Quick Example
Notation
What This Formula Means
The standard deviation measures the average distance of data values from the mean, giving a typical spread around the center.
The typical distance from the average. Low SD = clustered. High SD = spread out.
Formal View
Worked Examples
Example 1
mediumSolution
- 1 Compute the mean: \bar{x} = \frac{2+4+4+4+5+5+7+9}{8} = \frac{40}{8} = 5.
- 2 Find each squared deviation: (2-5)^2 = 9, (4-5)^2 = 1 (three times), (5-5)^2 = 0 (twice), (7-5)^2 = 4, (9-5)^2 = 16.
- 3 Sum of squared deviations: 9 + 1 + 1 + 1 + 0 + 0 + 4 + 16 = 32.
- 4 Variance: \sigma^2 = \frac{32}{8} = 4.
- 5 Standard deviation: \sigma = \sqrt{4} = 2.
Answer
Example 2
hardCommon Mistakes
- Forgetting to square the deviations before summing โ using |x - \mu| instead of (x - \mu)^2
- Dividing by n when the sample formula requires n - 1 (or vice versa)
- Interpreting SD as a percentage of the mean โ SD is in the same units as the data, not a relative measure
Why This Formula Matters
Standard deviation is the most widely used measure of spread in statistics โ it appears in confidence intervals, z-scores, normal distributions, and hypothesis tests.
Frequently Asked Questions
What is the Standard Deviation formula?
The standard deviation measures the average distance of data values from the mean, giving a typical spread around the center.
How do you use the Standard Deviation formula?
The typical distance from the average. Low SD = clustered. High SD = spread out.
What do the symbols mean in the Standard Deviation formula?
\sigma for population SD, s for sample SD (which divides by n - 1)
Why is the Standard Deviation formula important in Math?
Standard deviation is the most widely used measure of spread in statistics โ it appears in confidence intervals, z-scores, normal distributions, and hypothesis tests.
What do students get wrong about Standard Deviation?
SD uses squared differences, so negative distances become positive.
What should I learn before the Standard Deviation formula?
Before studying the Standard Deviation formula, you should understand: mean, square roots.