• About Us
  • Contact
Prepzy Icon

An AI-powered learning and assessment platform that delivers personalized, high-quality exam preparation through engaging video lectures and smart practice, accessible anytime, anywhere.

Prepzy IconPrepzy Icon

QUICK LINKS

Home

About Us

Courses

Resources

Contact Us

FREE RESOURCES

CBSE Notes - Class 10

CBSE Notes - Class 12

CBSE Previous Year Question Papers

CBSE Previous Year Question Solutions

Chapter Summary Videos

Learning Articles

Blog

LEGAL

Privacy Policy

Terms of Service

CONTACT

Email: contact@prepzy.ai

Phone: +91 74599 68555


EXPLORE BY CLASS & SUBJECT

Learning Articles

Class 9 Science Articles

Class 9 Social Science Articles

Class 9 Maths Articles

Class 10 Science Articles

Class 10 Social Science Articles

Class 10 Maths Articles

Class 11 Physics Articles

Class 11 Chemistry Articles

Class 11 Biology Articles

Class 11 Maths Articles

Class 12 Physics Articles

Class 12 Chemistry Articles

Class 12 Biology Articles

Class 12 Maths Articles

Class 11 Business Studies Articles

Class 11 Accountancy Articles

Class 11 Economics Articles

Class 12 Business Studies Articles

Class 12 Accountancy Articles

Class 12 Economics Articles

CBSE Exam Preparation Tips

Board Exam Strategy

Notes

Class 10 Maths Notes

Class 10 Science Notes

Class 11 Physics Notes

Class 11 Chemistry Notes

Class 12 Maths Notes

Class 12 Physics Notes

Class 12 Chemistry Notes

Class 12 Biology Notes

Class 9 Science Notes

Class 9 Social Science Notes

Class 9 Maths Notes

Class 8 Science Notes

Class 8 Social Science Notes

Class 8 Maths Notes

Class 7 Science Notes

Class 7 Social Science Notes

Class 7 Maths Notes

Class 6 Science Notes

Class 6 Social Science Notes

Class 6 Maths Notes

Previous Year Papers

CBSE Class 10 Previous Year Questions

CBSE Class 12 Previous Year Questions

Class 10 Maths Previous Year Questions

Class 10 Science Previous Year Questions

Class 12 Physics Previous Year Questions

Class 12 Chemistry Previous Year Questions

Class 12 Maths Previous Year Questions

Class 12 Biology Previous Year Questions

PYQ Solutions

Class 10 Maths Previous Year Solutions

Class 10 Science Previous Year Solutions

Class 12 Physics Previous Year Solutions

Class 12 Chemistry Previous Year Solutions

Class 12 Maths Previous Year Solutions

Class 12 Biology Previous Year Solutions


2026 GlobusLearn Services India Private Limited. All rights reserved.

Privacy Policy

Terms of Service

Understanding Variance: Concepts, Calculations, and Applications

Understanding Variance: Concepts, Calculations, and Applications

Fundamentals of Variance in Data Analysis

Conceptualizing Variance and Its Significance

Variance quantifies the degree to which data points in a set differ from their average value. It provides a numerical measure of the spread or dispersion within a dataset. A higher variance indicates that the data points are more widely scattered around the mean, while a lower variance suggests that they are clustered closely.

Mathematically, variance is the expected value of the squared deviations of a random variable from its mean. If \(X\) is a random variable with mean \(\mu = E(X)\), then variance is defined as:

\[ \mathrm{Var}(X) = E\big[(X - \mu)^2\big] \]

This can be expanded using properties of expectation as:

\[ \mathrm{Var}(X) = E(X^2) - \big(E(X)\big)^2 \]

Variance is often denoted by symbols such as \(\sigma^2\), \(s^2\), or \(\mathrm{Var}(X)\).

Example: Consider a random variable \(X\) with values 2, 4, 6, 8, and 10. Calculate the variance.
Solution:

  1. Calculate the mean: \[ \mu = \frac{2 + 4 + 6 + 8 + 10}{5} = \frac{30}{5} = 6 \]

  2. Compute squared deviations: \[ (2-6)^2 = 16, \quad (4-6)^2 = 4, \quad (6-6)^2 = 0, \quad (8-6)^2 = 4, \quad (10-6)^2 = 16 \]

  3. Find the average of squared deviations: \[ \mathrm{Var}(X) = \frac{16 + 4 + 0 + 4 + 16}{5} = \frac{40}{5} = 8 \]

Thus, the variance of \(X\) is 8.

Formulas and Properties of Variance

Key Formulas and Their Interpretations

Variance is closely related to the standard deviation, which is its positive square root. The standard deviation provides a measure of spread in the same units as the data, while variance is in squared units.

The formulas for population and sample standard deviations are:

\[ \sigma = \sqrt{\frac{\sum (X - \mu)^2}{N}} \]

\[ s = \sqrt{\frac{\sum (x - \bar{x})^2}{n - 1}} \]

where:

  • \(X\) or \(x\) = individual data points

  • \(\mu\) = population mean

  • \(\bar{x}\) = sample mean

  • \(N\) = total population size

  • \(n\) = sample size

Variance has several important properties:

  • Adding a constant \(C\) to all data points does not change variance: \[ \mathrm{Var}(X + C) = \mathrm{Var}(X) \]

  • Multiplying data by a constant \(C\) scales variance by \(C^2\): \[ \mathrm{Var}(C X) = C^2 \mathrm{Var}(X) \]

  • For linear transformations: \[ \mathrm{Var}(aX + b) = a^2 \mathrm{Var}(X) \]

  • For independent random variables \(X_1, X_2, \ldots, X_n\): \[ \mathrm{Var}\left(\sum_{i=1}^n X_i\right) = \sum_{i=1}^n \mathrm{Var}(X_i) \]

Example: If the variance of \(X\) is 5, find the variance of \(Y = 3X + 4\).
Solution: \[ \mathrm{Var}(Y) = 3^2 \times \mathrm{Var}(X) = 9 \times 5 = 45 \]

Step-by-Step Calculation of Variance with Practical Examples

Methodology to Compute Variance from Data

To calculate variance from a dataset, follow these steps:

  1. Determine the mean (average) of the data points.

  2. Subtract the mean from each data point to find deviations.

  3. Square each deviation to eliminate negative values.

  4. Calculate the average of these squared deviations to obtain variance.

Mathematically, for data points \(x_1, x_2, \ldots, x_n\), the variance is:

\[ \mathrm{Var}(X) = \frac{1}{n} \sum_{i=1}^n (x_i - \bar{x})^2 \]

Example: Calculate the variance for the dataset: 5, 7, 3, 9, 6.
Solution:

  1. Calculate the mean: \[ \bar{x} = \frac{5 + 7 + 3 + 9 + 6}{5} = \frac{30}{5} = 6 \]

  2. Find squared deviations: \[ (5-6)^2 = 1, \quad (7-6)^2 = 1, \quad (3-6)^2 = 9, \quad (9-6)^2 = 9, \quad (6-6)^2 = 0 \]

  3. Compute variance: \[ \mathrm{Var}(X) = \frac{1 + 1 + 9 + 9 + 0}{5} = \frac{20}{5} = 4 \]

Therefore, the variance of the dataset is 4.

Problem: Find the variance of the numbers 4, 9, 5, 11, 7, 8, 10, 6, 12, 7.
Solution:

  1. Calculate the mean: \[ \bar{x} = \frac{4 + 9 + 5 + 11 + 7 + 8 + 10 + 6 + 12 + 7}{10} = \frac{79}{10} = 7.9 \]

  2. Calculate squared deviations and sum:

    Value \(x_i\)

    Deviation \(x_i - \bar{x}\)

    Squared Deviation \((x_i - \bar{x})^2\)

    4

    -3.9

    15.21

    9

    1.1

    1.21

    5

    -2.9

    8.41

    11

    3.1

    9.61

    7

    -0.9

    0.81

    8

    0.1

    0.01

    10

    2.1

    4.41

    6

    -1.9

    3.61

    12

    4.1

    16.81

    7

    -0.9

    0.81

  3. Sum of squared deviations: \[ 15.21 + 1.21 + 8.41 + 9.61 + 0.81 + 0.01 + 4.41 + 3.61 + 16.81 + 0.81 = 60.9 \]

  4. Calculate variance: \[ \mathrm{Var}(X) = \frac{60.9}{10} = 6.09 \]

Hence, the variance of the dataset is 6.09.

Summary Table: Quick Reference for Variance

Concept

Formula

Explanation

Variance

\(\mathrm{Var}(X) = E[(X - \mu)^2] = E(X^2) - (E(X))^2\)

Measures average squared deviation from the mean

Population Standard Deviation

\(\sigma = \sqrt{\frac{\sum (X - \mu)^2}{N}}\)

Square root of population variance

Sample Standard Deviation

\(s = \sqrt{\frac{\sum (x - \bar{x})^2}{n - 1}}\)

Square root of sample variance, uses \(n-1\) for unbiased estimate

Variance of Linear Transformation

\(\mathrm{Var}(aX + b) = a^2 \mathrm{Var}(X)\)

Variance scales by square of multiplier, unaffected by addition

Sum of Independent Variables

\(\mathrm{Var}\left(\sum X_i\right) = \sum \mathrm{Var}(X_i)\)

Variance of sum equals sum of variances if variables are independent

Glossary of Key Terms Related to Variance

Term

Definition

Variance

Average of squared differences from the mean, indicating data spread.

Standard Deviation

Square root of variance, representing spread in original units.

Mean (\(\mu\) or \(\bar{x}\))

Average value of a dataset.

Random Variable

A variable whose values depend on outcomes of a random phenomenon.

Population

The entire set of data or observations under study.

Sample

A subset of the population used to estimate properties of the whole.

Expected Value (E)

The theoretical mean of a random variable.

Deviation

Difference between a data point and the mean.

Squared Deviation

Square of the deviation, used to avoid cancellation of positive and negative differences.

Covariance

Measure of how two variables change together; variance is covariance of a variable with itself.

Frequently Asked Questions on Variance

What does variance tell us about a dataset?

Variance indicates how much the data points differ from the mean, reflecting the degree of spread or dispersion.

How is variance related to standard deviation?

Standard deviation is the positive square root of variance, providing spread measurement in the same units as the data.

What is the difference between population and sample variance?

Population variance uses all data points and divides by \(N\), while sample variance divides by \(n-1\) to provide an unbiased estimate.

Why do we square deviations when calculating variance?

Squaring deviations ensures all differences are positive and emphasizes larger deviations more than smaller ones.

Can variance be zero? What does it mean?

Variance is zero only if all data points are identical, indicating no spread or variability in the dataset.