Last updated on June 16th, 2025
In mathematics and statistics, variance and standard deviation are fundamental measurements for understanding data distribution. Variance is used to measure how much the data points spread out from the mean. Whereas standard deviation represents the spread of data in the same units as the original values. In this topic, we take a closer look at both the variance and standard deviation.
Standard deviation measures the spread of statistical data. As the square root of variance, it represents dispersion in the same unit as the original data. The symbol “σ” is used to represent the standard deviation. Standard deviation, also known as the root-mean-square deviation, represents the square root of the mean of the squares of all values in a dataset.
The value of standard deviation cannot be negative so the smallest value will be 0. Also, the standard deviation is low or near zero when the data set has similar values. If the dataset has values that are different from each other, the standard deviation will be higher. The formulas for population standard deviation and sample standard deviation are listed below:
The formula for population standard deviation is:
σ =√∑Ni= 1(xi−μ)2 / N
Here, σ is the population standard deviation.
Next, the formula for sample standard deviation is:
s = √∑Ni= 1(xi−x̄)2 / n - 1
Here, s is the sample standard deviation.
Struggling with Math?
Get 1:1 Coaching to Boost Grades Fast !
To understand and measure the risk, consistency, and distribution of data, the measures of variance and standard deviations are employed in the fields of finance, accounting, and statistics. They are used to calculate the deviation of the values from their mean and assess the spread of data. Here are some of the main differences between these two fundamental measurements are listed below:
The real-world applications of variance and standard deviation are countless. These measures help to measure the spread and deviation of given data from its average or mean.
To make predictions and well-informed decisions in the fields of statistics and data analytics, variance, and standard deviation play an important role. These fundamental concepts help to measure the deviation and spread of data in a given dataset. However, students make some errors when they calculate the standard deviation and variance. Understanding these common mistakes and their helpful solutions will help students make correct calculations and solve complex mathematical problems.
Level Up with a Math Certification!
2X Faster Learning (Grades 1-12)
The weights of 5 students in a class are: 28, 30, 32, 34, and 36 kilograms. Find the variance and standard deviation.
The variance is 8.
The standard deviation is approximately 2.83
Here, we have to find the mean first.
Mean = Sum of all values / Total number of values
Mean = 28 + 30 + 32 + 34 + 36 / 5 = 160 / 5 = 32
Therefore, 32 is the mean.
Find each value’s deviation from the mean (xi−μ):
(28 − 32 = −4) (30 − 32 = −2) (32 − 32 = 0) (34 − 32 = 2) (36 − 32 = 4).
Square each deviations:
(−4)2 =16, (−2)2 = 4, 02 = 0, 22 = 4, 42 = 16
Calculate the variance using the formula::
σ² = ∑Ni= 1(xi−μ)2 / N
σ² = 16 + 4 + 0 + 4+ 16 / 5 = 40 / 5 = 8
So the variance is 8.
Find the standard deviation by taking the square root of the variance:
Standard deviation = √Variance
√8 = 2.83
Thus, the standard deviation is approximately 2.83
Find the variance of the given numbers: 2, 4, 6, 8, 10.
8 is the variance.
To find the variance, first we have to find the mean.
Mean = 2 + 4 + 6 + 8 + 10 / 5
= 30 / 5 = 6
Next, find each number’s deviation from the mean and square it.
For the numbers, the deviation can be calculated by (x - Mean)
(2 − 6 = −4) (4 − 6 = −2) (6 − 6 = 0) (8 − 6 = 2) (10 − 6 = 4)
Then, we can find the squared deviation (x - Mean)2:
(−4)2 = 16
(−2)2 = 4
02 = 0
22 = 4
42 = 16
Now, we can find the variance:
σ² = ∑Ni= 1(xi−μ)2 / N
σ² = 16 + 4 + 0 + 4 +16 / 5
= 40 / 5 = 8
The heights (in cm) of 3 students in a class are: 150, 160, 170. Find the variance and standard deviation.
Variance (𝜎²) = 66.67
Standard Deviation (𝜎) ≈ 8.165 cm
Find the mean.
Mean = Sum of all values / Total number of values
Mean = 150 + 160 + 170 / 3 = 480 / 3 = 160
So, 160 is the mean height.
Next, we can calculate the squared differences from the mean.
The formula for finding variance is:
σ² = ∑Ni= 1(xi−μ)2 / N
Here, we have to find the (xi−μ) and (xi−μ)2:
(xi−μ) = (150 - 160 = -10) (160 - 160 = 0) (170 - 160 = 10)
(xi−μ)2 = (-10)2 = 100, 02 = 0, (10)2 = 100
Variance = σ² = ∑Ni= 1(xi−μ)2 / N
100 + 0 + 100 = 200 / 3 = 66.667
Then, we can calculate the standard deviation:
Standard deviation = √Variance
= √66. 667 = 8. 165
So, the standard deviation is 8.165 cm
2 friends took a math test, and their scores were 90 and 95. How much do their scores vary from the average score?
Variance (𝜎²) = 6.25
Standard Deviation (𝜎) = 2.5
To find the variance and standard deviation, we have to calculate the mean first:
Mean = 90 + 95 / 2 = 185 / 2 = 92.5
92.5 is the mean score.
Next, we can find the squared differences from the mean:
(90 - 92.5 = -2.5) (95 - 92.5 = 2.5)
Now we have to square the deviations:
(-2.5)² = 6.25
(2.5)² = 6.25
σ² = ∑Ni= 1(xi−μ)2 / N
∑(x−𝜇)2 = 6.25 + 6.25 = 12.5
= 12.5 / 2 = 6.25
So, the variance is 6.25
The formula for standard deviation is:
Standard deviation = √Variance
= √6.25 = 2.5
2.5 is the standard deviation of both the given marks.
Five kids counted their steps while walking to school for one day. They recorded 2000, 2200, 3600, 4000, and 4400 steps. Find the variance.
934,400
To calculate the variance, first we have to find the mean:
Mean = 2000 + 2200 + 3600 + 4000 + 4400 / 5
= 16200 / 5 = 3240
3240 is the mean number of steps.
Next, we can calculate the squared differences from the mean:
(x - 𝜇) = (2000 - 3240 = -1240)
(2200 - 3240 = -1040)
(3600 - 3240 = 360)
(4000 - 3240 = 760)
(4400 - 3240 = 1160)
Now, we can calculate (x - 𝜇)2:
(-1240)² = 1,537,600
(-1040)² = 1,081,600
(360)² = 129,600
(760)² = 577,600
(1160)² = 1,345,600
The formula for calculating variance is:
σ² = ∑Ni= 1(xi−μ)2 / N
1,537,600 + 1,081,600 + 129,600 + 577,600 + 1,345,600 / 5
σ² = 4,672,000 / 5 = 934,400
The variance is 934,400.
Turn your child into a math star!
#1 Math Hack Schools Won't Teach!
Struggling with Math?
Get 1:1 Coaching to Boost Grades Fast !
Jaipreet Kour Wazir is a data wizard with over 5 years of expertise in simplifying complex data concepts. From crunching numbers to crafting insightful visualizations, she turns raw data into compelling stories. Her journey from analytics to education ref
: She compares datasets to puzzle games—the more you play with them, the clearer the picture becomes!