The Geometry of Dispersion
Mastering Variance
Welcome, future engineers! Today, we are going to demystify the concept of variance. It is not just a dry statistical formula; it is a measure of how 'spread out' a set of data is.
Imagine you are looking at a distribution of particles; the variance tells you how far, on average, these particles are from their center of gravity, which we call the mean. We are given a table of data points xi and their frequencies fi, and our goal is to find the variance, denoted as σ2.
Phase 1
The Foundation
Before we calculate anything, we must find the total number of observations, N. Think of N as the total mass of our system.
We find it by summing all the frequencies:
With N=22 in our pocket, we are ready to find the center of our data.
Phase 2
Finding the Balance Point
The mean, xˉ, is the balance point of our distribution. The formula is defined as:
We calculate the numerator by multiplying each data point by its frequency:
(0×3)+(1×2)+(5×3)+(6×2)+(10×6)+(12×3)+(17×3)
This gives us 0+2+15+12+60+36+51=176. Dividing this by N=22, we get:
Our balance point is exactly 8.
Phase 3
The Measure of Spread
Now, we use the computational formula for variance:
This formula is elegant because it separates the 'mean of the squares' from the 'square of the mean'. First, we need ∑fixi2.
We square each xi and multiply by its frequency:
(02×3)+(12×2)+(52×3)+(62×2)+(102×6)+(122×3)+(172×3)
This results in 0+2+75+72+600+432+867=2048.
Phase 4
The Final Calculation
Now, we bring it all together. We have ∑fixi2=2048, N=22, and xˉ=8.
Substituting these into our variance formula:
Simplifying the fraction, 222048=111024≈93.09. Subtracting the square of the mean, 64, we get:
In the context of JEE problems, we often round to the nearest integer, which gives us 29. You have just navigated the statistical landscape of variance with precision.