S7-SA3-0435
What is Standard Deviation (Dispersion)?
Grade Level:
Class 12
AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics
Definition
What is it?
Standard Deviation is a number that tells us how spread out or 'dispersed' a set of data points are from their average (mean). A small standard deviation means data points are close to the average, while a large standard deviation means they are more spread out.
Simple Example
Quick Example
Imagine two cricket batsmen. Batsman A scores 50, 52, 48, 51, 49. Batsman B scores 10, 100, 20, 80, 40. Both have an average score of 50. But Batsman A's scores are very close to 50, so his standard deviation will be small. Batsman B's scores are all over the place, so his standard deviation will be large, showing he's less consistent.
Worked Example
Step-by-Step
Let's find the Standard Deviation for the marks of 5 students: 2, 4, 6, 8, 10.
1. **Find the Mean (Average):** Add all numbers and divide by how many there are. (2 + 4 + 6 + 8 + 10) / 5 = 30 / 5 = 6. So, the Mean is 6.
---
2. **Find the Difference from the Mean for each number:** Subtract the mean from each mark.
(2 - 6) = -4
(4 - 6) = -2
(6 - 6) = 0
(8 - 6) = 2
(10 - 6) = 4
---
3. **Square each Difference:** Multiply each difference by itself.
(-4)^2 = 16
(-2)^2 = 4
(0)^2 = 0
(2)^2 = 4
(4)^2 = 16
---
4. **Find the Sum of the Squared Differences:** Add all the squared differences.
16 + 4 + 0 + 4 + 16 = 40
---
5. **Divide the Sum by the Number of Data Points (n):** (This gives us the Variance).
40 / 5 = 8
---
6. **Find the Square Root of the Variance:** This is the Standard Deviation.
sqrt(8) approx 2.83
---
So, the Standard Deviation for these marks is approximately 2.83.
Why It Matters
Standard Deviation helps scientists and engineers understand how reliable data is. For example, in medicine, doctors use it to see how consistent a new drug's effect is. In AI/ML, it helps train models to make more accurate predictions. Learning this now can open doors to careers in data science, finance, and even space technology at ISRO!
Common Mistakes
MISTAKE: Forgetting to square the differences from the mean. | CORRECTION: Always remember to square the differences (x - mean) before summing them up. This makes all values positive and emphasizes larger differences.
MISTAKE: Calculating the square root too early or not at all. | CORRECTION: The square root is the very LAST step in finding the standard deviation. Doing it earlier will give an incorrect result.
MISTAKE: Using 'n-1' instead of 'n' in the denominator for population standard deviation. | CORRECTION: For Class 12, usually we deal with 'population' standard deviation, so divide by 'n' (total number of data points). 'n-1' is for 'sample' standard deviation, which you'll learn later.
Practice Questions
Try It Yourself
QUESTION: Find the mean of the following data set: 5, 5, 5, 5, 5. | ANSWER: Mean = 5
QUESTION: Calculate the Standard Deviation for the following daily chai prices (in Rupees) at a stall: 10, 12, 10, 14. | ANSWER: Mean = 11.5. Differences: -1.5, 0.5, -1.5, 2.5. Squared Differences: 2.25, 0.25, 2.25, 6.25. Sum = 11. Variance = 11/4 = 2.75. Standard Deviation = sqrt(2.75) approx 1.66.
QUESTION: Two mobile networks, 'FastNet' and 'ConnectAll', claim to offer similar average speeds. FastNet's download speeds (Mbps) for 5 tests are: 40, 42, 38, 41, 39. ConnectAll's speeds are: 20, 60, 30, 50, 40. Calculate the Standard Deviation for each and explain which network is more consistent. | ANSWER: FastNet Mean = 40. SD = sqrt([(-0)^2 + (2)^2 + (-2)^2 + (1)^2 + (-1)^2]/5) = sqrt(10/5) = sqrt(2) approx 1.41 Mbps. ConnectAll Mean = 40. SD = sqrt([(-20)^2 + (20)^2 + (-10)^2 + (10)^2 + (0)^2]/5) = sqrt(1000/5) = sqrt(200) approx 14.14 Mbps. FastNet is more consistent because it has a much smaller Standard Deviation.
MCQ
Quick Quiz
What does a small Standard Deviation indicate about a set of data?
The data points are very spread out from the mean.
The data points are very close to the mean.
The mean of the data is very high.
The data set contains many outliers.
The Correct Answer Is:
B
A small standard deviation means the data points are clustered closely around the mean, showing less variability. Options A, C, and D describe situations that would lead to a larger standard deviation or are unrelated.
Real World Connection
In the Real World
Imagine a company like Amul testing the fat content in different batches of milk. They want the fat content to be consistently close to a certain average. By calculating the standard deviation of fat content, they can ensure quality control. A low standard deviation means their milk quality is consistent across batches, which is great for consumers!
Key Vocabulary
Key Terms
DISPERSION: The extent to which data points are spread out. | MEAN: The average of a set of numbers. | VARIANCE: The average of the squared differences from the mean; the step before standard deviation. | DATA SET: A collection of numbers or values being analyzed. | CONSISTENCY: How close data points are to each other or to an average.
What's Next
What to Learn Next
Great job understanding Standard Deviation! Next, you can explore 'Normal Distribution' and 'Z-scores'. These concepts build directly on standard deviation to help you understand probability and how individual data points compare within a larger group.


