Historical Context & Motivation
The normal distribution is often called the most important probability distribution in all of statistics. Its familiar bell-shaped curve appears everywhere — from test scores and human heights to measurement errors in physics experiments. But the story of how mathematicians realized that this single curve could stand in for many other distributions is a fascinating journey that stretches over three centuries.
Early probability theory focused on discrete distributions like the binomial distribution, which counts successes in repeated trials. As scientists tackled problems involving hundreds or thousands of trials, computing binomial probabilities by hand became impractical. Mathematicians began searching for a continuous curve that could approximate these tedious discrete calculations, eventually discovering that the normal distribution was the key.
The central question this lesson addresses is: When and how can we use the normal distribution to approximate discrete distributions like the binomial and Poisson? Understanding these approximations allows you to solve problems that would otherwise require impossibly long calculations, and it reveals a deep mathematical unity underlying seemingly different probability models.
Core Principles & Definitions
Before diving into approximations, let's establish the foundational ideas. The normal distribution is a continuous probability distribution defined by two parameters: the mean μ (which locates the center) and the standard deviation σ (which controls the spread). In this HL extension, you will learn to bridge continuous and discrete worlds using specific conditions and corrections.
Normal Approximation to Binomial
Normal Approximation to Poisson
Continuity Correction
Linear Combinations of Normals
Standardization (Z-scores)
Visual Explanation — The Approximation in Action
The diagram below shows a binomial distribution B(20, 0.4) represented as bars alongside its normal approximation N(8, 4.8). Notice how the smooth curve closely follows the tops of the bars. The shaded region demonstrates the continuity correction: to find P(X ≤ 10) using the normal curve, we compute P(Y ≤ 10.5) rather than P(Y ≤ 10), capturing the full width of the bar at X = 10.
As you can see in the diagram, the normal curve fits the binomial bars remarkably well when n = 20 and p = 0.4. The continuity correction of +0.5 ensures we capture the full area corresponding to the bar at X = 10, rather than cutting through its middle. Without this correction, the approximation would systematically underestimate the true probability.
Mathematical Framework
The mathematical machinery behind these approximations rests on matching the mean and variance of the discrete distribution to a normal distribution, then applying the continuity correction to adjust for the discrete-to-continuous gap. Below are the key formulas you need for the IB HL exam.
Continuity Correction — A Detailed Breakdown
The continuity correction is the most commonly misapplied step in normal approximation problems. Since discrete distributions assign probability to individual integers while the normal curve assigns probability to intervals, we need a systematic way to translate between the two. The table below shows exactly how to apply the correction for every type of inequality you will encounter.
| Discrete Probability | Continuity-Corrected Normal | Why? |
|---|---|---|
| P(X ≤ k) | P(Y ≤ k + 0.5) | Include the full bar at X = k |
| P(X < k) | P(Y ≤ k − 0.5) | Exclude the bar at X = k |
| P(X ≥ k) | P(Y ≥ k − 0.5) | Include the full bar at X = k |
| P(X > k) | P(Y ≥ k + 0.5) | Exclude the bar at X = k |
| P(X = k) | P(k − 0.5 ≤ Y ≤ k + 0.5) | Capture just the single bar's width |
| P(a ≤ X ≤ b) | P(a − 0.5 ≤ Y ≤ b + 0.5) | Include full bars at both endpoints |
Worked Example — Normal Approximation to Binomial
A factory produces light bulbs with a 15% defect rate. A quality inspector tests a random sample of 80 bulbs. Using a normal approximation with continuity correction, find the probability that at most 10 bulbs are defective.
Strengths, Limitations & When to Use Each Approximation
Not every problem benefits from a normal approximation. Understanding when the approximation works well — and when it doesn't — is crucial for choosing the right approach on the IB exam and in real applications.
| Feature | Normal Approx. to Binomial | Normal Approx. to Poisson |
|---|---|---|
| Condition | np ≥ 5 and n(1 − p) ≥ 5 | λ ≥ 15 (preferably λ ≥ 20) |
| Mean | μ = np | μ = λ |
| Variance | σ² = np(1 − p) | σ² = λ |
| Strength | Excellent for large n with moderate p; avoids enormous factorial calculations | Very useful for large-count rare events; simplifies cumulative Poisson calculations |
| Limitation | Poor when p is near 0 or 1 (skewed distribution); loses accuracy at tails | Poisson is right-skewed for small λ; approximation is poor below λ ≈ 15 |
| Continuity correction | Always recommended for better accuracy | Always recommended for better accuracy |
Connection to the Central Limit Theorem
Everything in this lesson connects to one of the deepest results in probability theory: the Central Limit Theorem (CLT). The CLT states that the sum (or average) of a large number of independent, identically distributed random variables is approximately normally distributed, regardless of the original distribution. The binomial approximation is a special case: a binomial variable is the sum of n independent Bernoulli trials, so for large n the CLT guarantees normality.
| Concept | This Lesson (AHL 4.9) | Advanced Theory (CLT) |
|---|---|---|
| What is approximated? | Binomial or Poisson probabilities | Distribution of sample means X̄ from any population |
| Conditions | np ≥ 5 and n(1−p) ≥ 5; or λ ≥ 15 | n ≥ 30 (rule of thumb) for arbitrary distributions |
| Parameters | μ and σ² matched from original distribution | X̄ ~ N(μ, σ²/n) where μ and σ are population parameters |
| Applications | Quick probability calculations for discrete distributions | Confidence intervals, hypothesis testing, inferential statistics |
As you continue into university-level statistics, you will find that the CLT underpins virtually all of inferential statistics — from confidence intervals to hypothesis tests. The normal approximations you are learning now in AHL 4.9 are your first practical encounter with this powerful theorem. Mastering the mechanics here — checking conditions, computing parameters, applying continuity corrections — builds the intuition you will need for more advanced work.
Practice Problems
Lesson Summary
The normal distribution serves as a powerful approximation tool in IB Mathematics HL. For a binomial distribution B(n, p), the approximation N(np, np(1 − p)) is valid when np ≥ 5 and n(1 − p) ≥ 5. For a Poisson distribution Po(λ), use N(λ, λ) when λ ≥ 15. In both cases, the continuity correction (adjusting boundaries by ±0.5) is essential for accurate results because it bridges the gap between discrete bars and a smooth curve.
The linear combination rule lets you add or subtract independent normal variables: aX + bY ~ N(aμ₁ + bμ₂, a²σ₁² + b²σ₂²), remembering that variances always add even for differences. These techniques connect directly to the Central Limit Theorem, the fundamental result explaining why the normal distribution appears so universally in statistics. For exam success, always state the approximation being used, verify the validity conditions, show the continuity correction, standardize to Z, and interpret your final answer in context.