§ 01What Is the Normal Distribution?
The normal distribution is the most important probability distribution in all of statistics. It appears wherever a quantity is the sum of many small, independent effects: which describes almost everything in nature.
Heights of adults, IQ scores, measurement errors in physics experiments, the weight of manufactured parts, daily stock returns: all follow a distribution that is approximately bell-shaped and symmetric. This is not a coincidence. The Central Limit Theorem (covered in §08) guarantees that sums and averages of independent random variables converge to a normal distribution, regardless of the underlying distribution.
A normal distribution is fully specified by just two numbers: its mean μ (mu), which locates the centre of the bell, and its standard deviation σ (sigma), which controls the spread. We write X ~ N(μ, σ²). Note: the second parameter is the variance σ², not the standard deviation σ. This is a common source of confusion, always check which convention a text uses.
§ 02The Probability Density Function (PDF)
The probability density function of the normal distribution looks complicated at first glance, but each piece has a clear geometric meaning.
where μ ∈ ℝ is the mean and σ > 0 is the standard deviation.
Breaking down the formula: the exponential term e−(x−μ)²/(2σ²) is what creates the bell shape, it is maximised at x = μ and decays symmetrically on both sides. The exponent is negative, so the further x is from μ, the smaller the value. The prefactor 1/(σ√(2π)) is the normalising constant, it ensures the total area under the curve equals exactly 1.
Key Properties of the Normal Distribution
The normal PDF has several important properties worth memorising:
N(0, 1): mean = 0, std dev = 1. The dashed lines mark μ ± σ (inflection points).
§ 03The Standard Normal Distribution & Z-Scores
There are infinitely many normal distributions, one for each pair (μ, σ). The z-score transformation converts any of them into a single standard form so we can use one table for all calculations.
The standard normal distribution is the special case with μ = 0 and σ = 1, written Z ~ N(0, 1). Its PDF is often denoted φ(z) and its CDF is denoted Φ(z).
Converts X ~ N(μ, σ²) to Z ~ N(0, 1). Read: "how many standard deviations is X from the mean?"
A z-score of +2.3 means the value is 2.3 standard deviations above the mean. A z-score of −1.0 means one standard deviation below. The sign and magnitude together tell you where in the distribution you are.
Why Standardise?
Because the normal CDF Φ(z) has no closed-form antiderivative, we cannot compute P(a ≤ X ≤ b) algebraically. We must look it up in a table (or use software). By standardising first, one table covers every normal distribution. The workflow is always: convert to z-scores → look up Φ → combine.
Exam scores follow N(65, 12²). Alice scored 83. What is her z-score, and what does it mean?
- Apply the formula: Z = (X − μ)/σ = (83 − 65)/12 = 18/12 = 1.5.
- Alice's score is 1.5 standard deviations above the mean.
- From the z-table: Φ(1.5) ≈ 0.9332, so Alice scored higher than approximately 93.3% of students.
Adult male heights follow N(178, 7²) cm. Find P(X > 185).
- Standardise: z = (185 − 178)/7 = 7/7 = 1.00.
- P(X > 185) = P(Z > 1.00) = 1 − Φ(1.00).
- From table: Φ(1.00) = 0.8413.
- P(X > 185) = 1 − 0.8413 = 0.1587
- About 15.9% of adult males are taller than 185 cm.
Battery lifetimes follow N(200, 15²) hours. Find P(185 ≤ X ≤ 220).
- Standardise both bounds: z₁ = (185 − 200)/15 = −15/15 = −1.00 z₂ = (220 − 200)/15 = 20/15 = 1.33
- P(185 ≤ X ≤ 220) = Φ(1.33) − Φ(−1.00).
- From table: Φ(1.33) ≈ 0.9082 and Φ(−1.00) = 1 − Φ(1.00) = 1 − 0.8413 = 0.1587.
- = 0.9082 − 0.1587 = 0.7495
- About 74.9% of batteries last between 185 and 220 hours.
§ 04Reading the Z-Table — Φ(z) for z ≥ 0
The z-table gives Φ(z) = P(Z ≤ z) for the standard normal. The row gives the first decimal place, the column gives the second. The highlighted cell shows Φ(1.20) = 0.8849.
| z | .00 | .01 | .02 | .03 | .04 | .05 | .06 | .07 | .08 | .09 |
|---|---|---|---|---|---|---|---|---|---|---|
| 0.0 | .5000 | .5040 | .5080 | .5120 | .5160 | .5199 | .5239 | .5279 | .5319 | .5359 |
| 0.5 | .6915 | .6950 | .6985 | .7019 | .7054 | .7088 | .7123 | .7157 | .7190 | .7224 |
| 1.0 | .8413 | .8438 | .8461 | .8485 | .8508 | .8531 | .8554 | .8577 | .8599 | .8621 |
| 1.2 | .8849 | .8869 | .8888 | .8907 | .8925 | .8944 | .8962 | .8980 | .8997 | .9015 |
| 1.5 | .9332 | .9345 | .9357 | .9370 | .9382 | .9394 | .9406 | .9418 | .9429 | .9441 |
| 1.6 | .9452 | .9463 | .9474 | .9484 | .9495 | .9505 | .9515 | .9525 | .9535 | .9545 |
| 1.8 | .9641 | .9649 | .9656 | .9664 | .9671 | .9678 | .9686 | .9693 | .9699 | .9706 |
| 1.9 | .9713 | .9719 | .9726 | .9732 | .9738 | .9744 | .9750 | .9756 | .9761 | .9767 |
| 2.0 | .9772 | .9778 | .9783 | .9788 | .9793 | .9798 | .9803 | .9808 | .9812 | .9817 |
| 2.5 | .9938 | .9940 | .9941 | .9943 | .9945 | .9946 | .9948 | .9949 | .9951 | .9952 |
| 3.0 | .9987 | .9987 | .9987 | .9988 | .9988 | .9989 | .9989 | .9989 | .9990 | .9990 |
P(Z ≤ 1.00) = Φ(1.00) ≈ 0.8413, the gold shaded area.
§ 05The 68-95-99.7 Empirical Rule
The most memorable property of the normal distribution: fixed percentages of data fall within 1, 2 and 3 standard deviations of the mean.
IQ scores follow N(100, 15²). Using the empirical rule, find: (a) the range containing the middle 95% of scores, (b) the probability a randomly chosen person has IQ above 130.
- (a) The middle 95% falls within μ ± 2σ = 100 ± 2(15) = 100 ± 30. Range: 70 to 130
- (b) IQ 130 = μ + 2σ. By the empirical rule, 95% of scores lie within 2σ, so 5% lie outside. By symmetry, 2.5% are above 130 and 2.5% below 70. P(X > 130) ≈ 0.025
- More precisely: z = (130−100)/15 = 2.00, Φ(2.00) = 0.9772, so P(X > 130) = 1 − 0.9772 = 0.0228.
A factory produces bolts with diameter X ~ N(10, 0.04) mm (σ = 0.2 mm). A bolt is rejected if its diameter is more than 2 standard deviations from the mean. What percentage of bolts are rejected?
- Acceptable range: μ ± 2σ = 10 ± 0.4, so 9.6 mm to 10.4 mm.
- By the empirical rule, 95.45% of bolts fall within this range.
- Rejected bolts: 100% − 95.45% = 4.55%.
- Of these, 2.275% are too wide and 2.275% are too narrow by symmetry.
The three shaded bands show the probability captured within 1σ (darkest), 2σ and 3σ of the mean.
§ 06Inverse Normal — Finding the Value for a Given Probability
Sometimes the question runs in reverse: instead of "what is the probability of X being less than b?", we are asked "what value b gives a probability of 0.90?" This is the inverse normal (also called a quantile or percentile calculation).
A student needs to score in the top 10% of an exam to receive a distinction. Scores follow N(62, 11²). What is the minimum score needed?
- Top 10% means P(X > x) = 0.10, so P(X ≤ x) = 0.90.
- Look up 0.90 in the z-table body: Φ(1.28) ≈ 0.8997 ≈ 0.90, so z* = 1.28.
- Convert back: x = μ + z* · σ = 62 + 1.28 × 11 = 62 + 14.08 = 76.08.
- The student needs a score of at least 77 (rounding up to the nearest whole number) for a distinction.
Find the symmetric interval around the mean of N(50, 9) that contains 90% of the distribution.
- Symmetric means P(μ − c ≤ X ≤ μ + c) = 0.90, leaving 5% in each tail.
- Need Φ(z*) = 0.95: from table, z* ≈ 1.645.
- Note: σ = √9 = 3. So c = z* × σ = 1.645 × 3 = 4.935.
- Interval: (50 − 4.935, 50 + 4.935) = (45.065, 54.935).
- This is the 90% confidence interval construction used heavily in statistics.
X ~ N(0, 1). Find a such that P(−a ≤ Z ≤ a) = 0.95.
- By symmetry, P(−a ≤ Z ≤ a) = 2Φ(a) − 1 = 0.95.
- So Φ(a) = (1 + 0.95)/2 = 0.975.
- From z-table: Φ(1.96) = 0.9750, so a = 1.96.
- P(−1.96 ≤ Z ≤ 1.96) = 0.95
- The critical value z = 1.96 is the most important number in statistics, it underlies the 95% confidence interval for a mean.
§ 07Further Worked Examples
Petrol consumption of cars follows N(8.2, 0.6²) litres/100km. Find P(X < 7.5).
- Standardise: z = (7.5 − 8.2)/0.6 = −0.7/0.6 = −1.167 ≈ −1.17.
- P(X < 7.5) = Φ(−1.17) = 1 − Φ(1.17).
- Φ(1.17) ≈ 0.8790 (interpolate between 1.1 and 1.2 rows).
- P(X < 7.5) = 1 − 0.8790 = 0.1210
- About 12.1% of cars use less than 7.5 L/100km.
X ~ N(30, 4) and Y ~ N(20, 9) are independent. Find the distribution of X + Y and compute P(X + Y > 55).
- Sums of independent normals are normal. Add means and variances: E[X + Y] = 30 + 20 = 50 Var(X + Y) = 4 + 9 = 13 (independence allows this)
- So X + Y ~ N(50, 13), meaning σ = √13 ≈ 3.606.
- P(X + Y > 55): z = (55 − 50)/√13 = 5/3.606 ≈ 1.387 ≈ 1.39.
- P(Z > 1.39) = 1 − Φ(1.39) ≈ 1 − 0.9177 = 0.0823.
- About 8.2% chance the combined value exceeds 55.
X ~ N(μ, 4²). Given P(X < 60) = 0.8413, find μ.
- P(X < 60) = 0.8413 means Φ(z₀) = 0.8413 for some z₀.
- From the z-table: Φ(1.00) = 0.8413, so z₀ = 1.00.
- Use z = (x − μ)/σ: 1.00 = (60 − μ)/4.
- 60 − μ = 4 ⟹ μ = 56
- The distribution is N(56, 16).
X ~ N(100, σ²). Given P(X > 112) = 0.0668, find σ.
- P(X > 112) = 0.0668 means P(X ≤ 112) = 1 − 0.0668 = 0.9332.
- Φ(z₀) = 0.9332: from table, z₀ = 1.50.
- Use z = (x − μ)/σ: 1.50 = (112 − 100)/σ = 12/σ.
- σ = 12/1.50 = 8
- The distribution is N(100, 64).
§ 08The Central Limit Theorem
The Central Limit Theorem (CLT) is one of the most profound results in mathematics. It explains why the normal distribution appears so widely, and it underpins virtually all of classical statistics.
The distribution of the sample mean X̄ approaches normal regardless of the shape of the underlying distribution.
The CLT says three things simultaneously. First, the mean of the sampling distribution of X̄ is μ, the sample mean is an unbiased estimator of the population mean. Second, the variance of X̄ is σ²/n, it shrinks with sample size, so larger samples give more precise estimates. Third, the shape of the distribution of X̄ becomes normal, even if the individual observations are not.
With n = 30, the distribution of X̄ (teal) closely approximates a normal curve (gold dashed), even though the underlying population is right-skewed.
§ 09Normal Approximation to the Binomial
When n is large and p is not too close to 0 or 1, the binomial distribution B(n, p) can be approximated by a normal distribution. This is a direct consequence of the CLT, since each Bernoulli trial is an i.i.d. random variable.
Rule of thumb: approximation is good when np ≥ 5 and n(1−p) ≥ 5.
A fair coin is tossed 100 times. Using a normal approximation, find P(X ≥ 55) where X is the number of heads.
- X ~ B(100, 0.5). Check: np = 50 ≥ 5 ✓, n(1−p) = 50 ≥ 5 ✓.
- Approximate: X ≈ N(μ, σ²) where μ = 100 × 0.5 = 50, σ² = 100 × 0.5 × 0.5 = 25, σ = 5.
- Apply continuity correction: P(X ≥ 55) ≈ P(X ≥ 54.5) in the normal. z = (54.5 − 50)/5 = 4.5/5 = 0.90
- P(Z ≥ 0.90) = 1 − Φ(0.90) = 1 − 0.8159 = 0.1841.
- About 18.4% chance of 55 or more heads in 100 fair coin flips.
§ 10Common Mistakes
§ 11Related Pages
The normal distribution sits at the intersection of probability theory, statistics and calculus. These pages build directly on or connect closely to this topic.
§ 12Quiz — Test Your Understanding
10 questions covering the PDF, z-scores, the z-table, the empirical rule, inverse normal and the CLT. Select an option for instant feedback.
For X ~ N(μ, σ²), which TWO parameters fully determine the distribution?
X ~ N(50, 16). What is the standard deviation σ?
Z ~ N(0,1). What is Φ(−1.5)?
Heights follow N(170, 6²) cm. Find the z-score for a height of 158 cm.
According to the empirical rule, approximately what percentage of a normal distribution lies within 2 standard deviations of the mean?
X ~ N(100, 25). Find P(X < 105). [Use Φ(1.00) = 0.8413]
Which critical value z* satisfies P(−z* ≤ Z ≤ z*) = 0.95?
The Central Limit Theorem says that if X̄ is the mean of n i.i.d. samples with mean μ and variance σ², then X̄ has approximately:
X ~ N(200, 100). Find the 90th percentile of X. [Φ(1.28) ≈ 0.90]
X ~ B(200, 0.4). Using a normal approximation with continuity correction, P(X ≤ 85) ≈ P(Z ≤ ?) where Z is standard normal.