top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S7-SA3-0345

What are the Properties of Variance?

Grade Level:

Class 12

AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics

Definition
What is it?

The properties of variance describe how variance behaves when we add, subtract, multiply, or divide a constant value or another variable to a set of data. Understanding these rules helps us calculate variance more easily and interpret statistical results correctly. These properties are fundamental for working with data distributions.

Simple Example
Quick Example

Imagine you have the daily pocket money (in Rupees) for five friends: 20, 25, 30, 35, 40. The variance tells you how spread out these amounts are. If everyone suddenly gets an extra 10 Rupees, their new pocket money would be 30, 35, 40, 45, 50. The *spread* or variance of their pocket money would actually remain the same because everyone increased by the same amount.

Worked Example
Step-by-Step

Let's find the variance of data set X = {2, 4, 6}.---Step 1: Find the mean (average) of X. Mean = (2+4+6)/3 = 12/3 = 4.---Step 2: Calculate the squared difference from the mean for each value. (2-4)^2 = (-2)^2 = 4. (4-4)^2 = (0)^2 = 0. (6-4)^2 = (2)^2 = 4.---Step 3: Sum these squared differences. Sum = 4 + 0 + 4 = 8.---Step 4: Divide by the number of data points (n) for population variance or (n-1) for sample variance. Let's use population variance here (n=3). Variance = 8/3 = 2.67 (approx).---Now, let's see a property: What if we add a constant 'c' (say, 5) to each value in X? New set Y = {2+5, 4+5, 6+5} = {7, 9, 11}.---Step 5: Find the mean of Y. Mean = (7+9+11)/3 = 27/3 = 9.---Step 6: Calculate the squared difference from the mean for each value in Y. (7-9)^2 = (-2)^2 = 4. (9-9)^2 = (0)^2 = 0. (11-9)^2 = (2)^2 = 4.---Step 7: Sum these squared differences. Sum = 4 + 0 + 4 = 8.---Step 8: Divide by n. Variance of Y = 8/3 = 2.67 (approx). Notice the variance did not change. This shows that adding a constant to each data point does not change the variance. The spread remains the same. Answer: Variance of X = 2.67, Variance of Y = 2.67. Adding a constant does not change variance.

Why It Matters

Understanding variance properties is crucial for data scientists, engineers, and economists. For example, in AI/ML, it helps fine-tune algorithms by understanding data spread. In FinTech, it's used to assess investment risk, helping people decide where to put their money. Even in medicine, these properties help analyze the effectiveness of new drugs by looking at how patient responses vary.

Common Mistakes

MISTAKE: Assuming that adding a constant to each data point changes the variance. | CORRECTION: Adding or subtracting a constant (like 'c') to every data point does NOT change the variance. The spread of data remains the same, it just shifts the entire data set.

MISTAKE: Thinking that multiplying each data point by a constant 'c' changes the variance by 'c' times. | CORRECTION: If each data point is multiplied by a constant 'c', the variance is multiplied by 'c-squared' (c^2). This is because variance involves squared differences.

MISTAKE: Confusing the variance of a sum of independent variables with the sum of their variances. | CORRECTION: For two independent random variables X and Y, the variance of their sum is the sum of their individual variances: Var(X+Y) = Var(X) + Var(Y). However, Var(X-Y) = Var(X) + Var(Y) as well, because squaring the difference makes the sign positive.

Practice Questions
Try It Yourself

QUESTION: If the variance of a dataset is 16, and we add 5 to every value in the dataset, what will be the new variance? | ANSWER: 16

QUESTION: A dataset has a variance of 9. If each value in the dataset is multiplied by 3, what will be the new variance? | ANSWER: 81 (because 9 * 3^2 = 9 * 9 = 81)

QUESTION: Two independent cricket players, Rohit and Virat, have batting scores with variances of 25 and 36 respectively. What is the variance of their combined scores (assuming they are independent)? | ANSWER: 61 (Var(Rohit + Virat) = Var(Rohit) + Var(Virat) = 25 + 36 = 61)

MCQ
Quick Quiz

Which of the following statements about the properties of variance is TRUE?

Adding a constant to each data point doubles the variance.

Multiplying each data point by a constant 'k' multiplies the variance by 'k'.

The variance of a constant is zero.

The variance of the sum of two independent variables is always less than the sum of their variances.

The Correct Answer Is:

C

The variance of a constant is zero because there is no spread or deviation from its own value. Adding a constant does not change variance, and multiplying by 'k' multiplies variance by 'k^2'. For independent variables, the variance of their sum is the sum of their variances.

Real World Connection
In the Real World

When ISRO scientists analyze data from satellite launches, they often deal with measurements that might have a constant error from a sensor. Knowing that adding or subtracting this constant error doesn't change the variance helps them understand the true spread of their data without being misled by the offset. Similarly, financial analysts use these properties to combine risks from different, independent investments (like stocks and bonds) to calculate the overall risk of a portfolio.

Key Vocabulary
Key Terms

VARIANCE: A measure of how spread out numbers are from their average | CONSTANT: A value that does not change | INDEPENDENT VARIABLES: Variables whose outcomes do not affect each other | DATASET: A collection of related data points

What's Next
What to Learn Next

Great job understanding variance properties! Next, you should explore 'Standard Deviation' and its properties. Standard deviation is just the square root of variance, and it's even more commonly used in real-world applications because it's in the same units as your original data.

bottom of page