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

Normal Distribution: Properties and Fundamentals

College Depth 95 in the knowledge graph I know this Set as goal
1,616topics build on this
487prerequisites beneath it
See this on the map →
Probability Density Functions and Continuous DistributionsBivariate Normal DistributionBlack-Scholes Options Pricing ModelCentral Limit Theorem+5 more
normal gaussian

Core Idea

Normal(μ,σ²): PDF f(x)=(1/(σ√(2π)))exp(−(x−μ)²/(2σ²)). Symmetric and bell-shaped. E[X]=μ, Var(X)=σ². Central limit theorem makes it ubiquitous. Linear combinations of independent normals are normal.

Explainer

You already know that a probability density function (PDF) describes how probability is spread over continuous values — areas under the curve give probabilities. The normal distribution is one particular PDF shape, and it is the most important one in all of statistics. Its formula looks forbidding, but the geometry is simple: a symmetric, bell-shaped curve centered at μ (the mean), whose spread is controlled by σ² (the variance). Roughly 68% of probability falls within one σ of the mean, 95% within two, and 99.7% within three. These are not facts to memorize separately — they all follow directly from the formula and the symmetry of the bell.

Why does this particular shape appear so constantly in nature and data? The deeper reason — which you will prove formally when you study the Central Limit Theorem — is that whenever a measurement is the sum of many small, independent contributions, its distribution approaches normal regardless of the shape of each individual contribution. Human heights, measurement errors, test scores, and countless physical quantities all arise as sums of many small factors. The normal is not just common; it is the *inevitable limit* of that additive structure.

One algebraically important property is closure under linear combinations: if X ~ Normal(μ₁, σ₁²) and Y ~ Normal(μ₂, σ₂²) are independent, then X + Y ~ Normal(μ₁ + μ₂, σ₁² + σ₂²). This is a special feature — most distributions don't have it. It means that if you model individual components as normal, the aggregate is also normal, which makes complex calculations tractable. The mean adds, the variance adds (not the standard deviations — a common mistake), and the shape remains Gaussian.

The parameter μ shifts the bell left or right along the x-axis; σ stretches or compresses it. A standard normal has μ = 0 and σ = 1, written Z ~ Normal(0, 1). Any normal random variable can be converted to a standard normal by subtracting its mean and dividing by its standard deviation: Z = (X − μ)/σ. This standardization is why tables and software only need to tabulate one version of the distribution — every normal computation reduces to the standard form. When you work with z-scores in your next topic, you are using exactly this transformation to compare values from distributions with different scales.

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 10Number Bonds to 10Addition 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 (0s, 1s, 2s, 5s, 10s)Multiplication 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 LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityConditional DistributionsBivariate Normal DistributionNormal Distribution: Properties and Fundamentals

Longest path: 96 steps · 487 total prerequisite topics

Prerequisites (2)

Leads To (7)