A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Variance and Standard Deviation

College Depth 60 in the knowledge graph I know this Set as goal
1,695topics build on this
269prerequisites beneath it
See this on the map →
Expected Value: Theory and PropertiesAccuracy, Precision, and ErrorCovariance and Correlation of Random Variables+3 more
variance spread

Core Idea

Variance σ²=Var(X)=E[(X−μ)²]=E[X²]−μ² measures spread. Standard deviation σ=√Var(X) is in original units. Var(aX+b)=a²Var(X). For independent variables, Var(X+Y)=Var(X)+Var(Y). Variance characterizes dispersion around the mean.

Explainer

You already know that the expected value E[X] = μ is the probability-weighted average of a random variable — the center of mass of the distribution. But two distributions can share the same mean yet behave very differently. A coin that pays $1 with certainty has the same expected value as a coin that pays $0 or $2 with equal probability, but the second one is riskier. Variance is the tool that quantifies that spread.

Variance is defined as Var(X) = E[(X − μ)²]. The logic: subtract the mean from each outcome to get the deviation, square it so negatives don't cancel positives, then take the expectation. Squaring is the canonical choice — it penalizes large deviations quadratically and produces a mathematically clean theory. The computational shortcut E[X²] − μ² follows directly from expanding the square: E[(X−μ)²] = E[X² − 2μX + μ²] = E[X²] − 2μ² + μ² = E[X²] − μ². Use whichever form is easier for a given distribution.

The squaring introduces a units problem: if X is in dollars, variance is in dollars-squared. Standard deviation σ = √Var(X) restores original units and is typically what you report. But variance is what you use in formulas, because it has the crucial additivity property: for *independent* random variables, Var(X + Y) = Var(X) + Var(Y). This property doesn't hold for standard deviation (√(σ_X² + σ_Y²) ≠ σ_X + σ_Y), which is why variance is the fundamental object even if standard deviation is more interpretable.

The scaling rule Var(aX + b) = a²Var(X) is worth internalizing. Shifting a distribution by a constant b doesn't change its spread — variance ignores location. Scaling by a factor a stretches all deviations by a, so squared deviations scale by a². This means if you double the measurement scale of a variable, its variance quadruples. This rule is essential for standardizing random variables: if you form Z = (X − μ)/σ, then Var(Z) = (1/σ²)·Var(X) = (1/σ²)·σ² = 1. Standard deviation is the natural unit of spread, and standardization sets it to 1.

Variance connects to everything downstream. The Chebyshev inequality (which you'll study next) uses variance to bound how much probability can lie far from the mean — a distribution with small variance can't put much probability far from its center. Covariance, which measures joint spread of two variables, is the generalization of variance to pairs: Cov(X, X) = Var(X). Understanding variance as squared expected deviation from the mean is the conceptual foundation for all of these extensions.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Making 10 as an Addition StrategyAddition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts Through 10Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsFunction Notation ReviewRandom Variables: Definition and ClassificationProbability Mass Functions and Discrete DistributionsExpected Value: Theory and PropertiesVariance and Standard Deviation

Longest path: 61 steps · 269 total prerequisite topics

Prerequisites (1)

Leads To (5)