S7-SA3-0108
What are 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?
Properties of Variance are rules that tell us how variance changes when we do things like add a constant number to all data points, multiply them by a constant, or combine different sets of data. Understanding these rules helps us calculate variance more easily and apply it correctly in various situations. It shows how the spread of data behaves under different mathematical operations.
Simple Example
Quick Example
Imagine your mobile data usage for 5 days: 2GB, 3GB, 2GB, 4GB, 3GB. The variance tells us how much these numbers spread out from the average. If you get a special offer and your data usage for each day DOUBLES, the new variance won't just double; it will change in a specific way according to the properties of variance. It's not just about the average, but how the 'spread' itself changes.
Worked Example
Step-by-Step
Let's find the variance for a simple dataset and then apply a property.
DATASET X: 2, 4, 6
Step 1: Calculate the mean (average) of X. Mean = (2 + 4 + 6) / 3 = 12 / 3 = 4.
---Step 2: Calculate the squared difference from the mean for each data point. (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: Calculate the variance of X. Variance(X) = Sum / N = 8 / 3 (for population variance, or 8 / (N-1) for sample variance. Let's use N for simplicity here) = 2.67 (approx).
---Step 5: Now, let's create a new dataset Y by adding a constant (say, 5) to each value in X. Y = (2+5), (4+5), (6+5) = 7, 9, 11.
---Step 6: According to a property of variance, adding a constant to each data point DOES NOT change the variance. So, Variance(Y) should be the same as Variance(X).
---Step 7: Let's check: Mean of Y = (7+9+11)/3 = 27/3 = 9. Squared differences: (7-9)^2 = 4 | (9-9)^2 = 0 | (11-9)^2 = 4. Sum = 4+0+4 = 8. Variance(Y) = 8/3 = 2.67.
---Answer: Variance(X) = 2.67 and Variance(Y) = 2.67, confirming that adding a constant does not change the variance.
Why It Matters
Understanding variance properties is super important for fields like AI/ML, where you need to analyze data spread to build smart models, or in FinTech to assess investment risks. In Engineering, it helps design reliable systems by understanding how variations in measurements affect performance. Future scientists and engineers use this daily to make data-driven decisions.
Common Mistakes
MISTAKE: Assuming that if you add a constant to all data points, the variance will also increase by that constant. | CORRECTION: Adding a constant to each data point does NOT change the variance. The spread of the data remains the same, even if the whole dataset shifts up or down.
MISTAKE: Thinking that if you multiply all data points by a constant 'c', the new variance will be 'c' times the original variance. | CORRECTION: If you multiply all data points by 'c', the new variance will be 'c^2' (c squared) times the original variance. This is because variance involves squared differences.
MISTAKE: Believing that the variance of the sum of two variables is always the sum of their individual variances. | CORRECTION: The variance of the sum of two variables is the sum of their variances ONLY IF the variables are independent. If they are not independent, you must also consider their covariance.
Practice Questions
Try It Yourself
QUESTION: If the variance of a dataset is 9, what will be the new variance if 5 is added to every data point? | ANSWER: 9
QUESTION: A dataset has a variance of 4. If each data point is multiplied by 3, what will be the new variance? | ANSWER: 36 (because 4 * 3^2 = 4 * 9 = 36)
QUESTION: The marks of 5 students in a test are 10, 12, 14, 16, 18. Calculate the variance. Now, if each student's marks are first increased by 2, and then multiplied by 0.5, what will be the final variance? | ANSWER: Original variance = 8. New variance = 2 (because adding 2 doesn't change variance, then multiplying by 0.5 makes it 8 * 0.5^2 = 8 * 0.25 = 2)
MCQ
Quick Quiz
Which of the following statements about the properties of variance is TRUE?
Adding a constant to each data point increases the variance.
Multiplying each data point by a constant 'c' multiplies the variance by 'c'.
The variance of a constant is zero.
The variance of the sum of two variables is always the sum of their variances.
The Correct Answer Is:
C
Option C is correct because if all data points are the same (a constant), there is no spread, so the variance is zero. Option A is false; adding a constant does not change variance. Option B is false; multiplying by 'c' multiplies variance by 'c^2'. Option D is false; it's only true if the variables are independent.
Real World Connection
In the Real World
Imagine you are an engineer at an EV company in India. You're testing the range of electric scooters. If you measure the range in kilometers, and then decide to convert it to miles (by multiplying by a constant factor), you'd use variance properties to quickly calculate the variance of the range in miles without re-calculating from scratch. This helps ensure consistent quality and performance for vehicles like those from Ather or Ola Electric.
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 where the outcome of one does not affect the outcome of the other. | COVARIANCE: A measure of how two variables change together. | DATASET: A collection of related data.
What's Next
What to Learn Next
Next, you should explore 'Standard Deviation' and its properties. Standard deviation is simply the square root of variance, and it's even more commonly used because it's in the same units as your original data, making it easier to interpret the spread.


