Historical Context & Motivation
Probability theory didn't spring up overnight. For centuries, mathematicians wrestled with games of chance, gambling odds, and eventually the question of how to model events that happen randomly over time or space. The Poisson distribution emerged from this rich history as a way to count rare events — things like the number of typos on a page, the number of phone calls received in an hour, or even the number of soldiers kicked by horses in the Prussian army. Meanwhile, mathematicians discovered that under the right conditions, one distribution can serve as a surprisingly good approximation for another, saving enormous amounts of computation.
The central question this topic addresses is: how do we model the count of events that occur randomly, and when can we use a simpler distribution in place of a more complex one? In your IB HL course, you already know the binomial and normal distributions. Now we add the Poisson distribution and the powerful techniques of distributional approximation to your toolkit.
Core Principles & Definitions
Before diving into formulas, let's establish the foundational ideas that underpin this topic. You need to understand what the Poisson distribution models, when it applies, and why approximations between distributions work.
Poisson Distribution
Poisson Conditions
Poisson as Binomial Approximation
Normal Approximation to Binomial
Normal Approximation to Poisson
Visual Explanation — The Poisson Distribution
The shape of a Poisson distribution depends entirely on one parameter: λ (lambda), the average number of events per interval. When λ is small, the distribution is strongly right-skewed — most of the probability is packed near zero. As λ increases, the distribution becomes more symmetric and begins to resemble a normal curve. The diagram below shows Poisson probability mass functions for three different values of λ.
Notice how at λ = 2, the most likely outcomes are 1 and 2 events, with a noticeable tail stretching to the right. As λ grows to 5 and then 10, the peak shifts rightward and the spread widens. The key observation is that by the time λ reaches about 15 or more, the Poisson distribution is nearly indistinguishable from a normal distribution with mean λ and variance λ. This visual intuition is essential for understanding when approximations are valid.
Mathematical Framework
Let's formalize the distributions and the conditions under which approximations apply. Each formula below is one you may need to use in your IB HL exam, so pay close attention to when each is appropriate.
When to Use Which Approximation
One of the most practical skills in this topic is knowing which approximation to apply in a given situation. The flowchart below provides a decision framework. Start with the distribution you have, check the conditions, and follow the arrows to the appropriate approximation.
| Original Distribution | Approximation | Conditions | Parameters |
|---|---|---|---|
| B(n, p) | Po(λ) | n > 50, p < 0.1 | λ = np |
| B(n, p) | N(μ, σ²) | np > 5, n(1 − p) > 5 | μ = np, σ² = np(1 − p) |
| Po(λ) | N(μ, σ²) | λ > 15 | μ = λ, σ² = λ |
Worked Example
Let's work through a problem that uses both the Poisson distribution directly and the normal approximation. This is the kind of multi-step question you can expect in an IB HL exam.
Strengths & Limitations of Approximations
Approximations are powerful shortcuts, but they come with trade-offs. Understanding when an approximation is good enough — and when it breaks down — is just as important as knowing the formulas. The table below compares the key approximation methods.
| Approximation | Strengths | Limitations |
|---|---|---|
| Poisson → Binomial | Avoids computing large factorials. Only one parameter (λ) needed. Excellent for rare events. | Breaks down when p is not small or n is not large. Not suitable when np > 10. |
| Normal → Binomial | Converts discrete probabilities to continuous Z-scores. Works well for symmetric binomials. Leverages widely available Z-tables. | Requires continuity correction. Poor for skewed distributions (small np or n(1−p)). Gives negative values for small n. |
| Normal → Poisson | Makes cumulative Poisson calculations straightforward. Uses standard normal tables. | Only valid for large λ (typically > 15). Requires continuity correction. Ignores discrete nature of data. |
Connections to Broader Theory
The approximation relationships you've learned in this topic are actually special cases of deeper results in probability theory. Understanding where they fit in the larger landscape will help you see the logic behind them, rather than just memorizing conditions.
| Concept in This Topic | Broader Mathematical Idea |
|---|---|
| Poisson approximation to binomial | Law of Rare Events (Poisson limit theorem): as n → ∞ and p → 0 with np = λ constant, B(n, p) → Po(λ). |
| Normal approximation to binomial | Central Limit Theorem (CLT): the sum of many independent random variables tends toward a normal distribution, regardless of the original distribution. |
| Normal approximation to Poisson | Also a consequence of the CLT: Po(λ) can be viewed as a sum of λ independent Po(1) variables. As λ grows, the CLT kicks in. |
| Continuity correction | Bridges the gap between discrete and continuous probability models; becomes unnecessary with very large sample sizes. |
If you continue studying statistics at university, the Central Limit Theorem will become one of the most important results you encounter. It explains why the normal distribution appears so frequently in nature and science — and it's the theoretical backbone of every normal approximation you use in this topic. For now, it's enough to recognize that these approximations aren't just convenient tricks; they are consequences of deep, beautiful mathematics.
Practice Problems
Lesson Summary
The Poisson distribution models the count of independent events occurring at a constant average rate λ in a fixed interval, with the distinctive property that its mean equals its variance. Its PMF is P(X = k) = (e⁻λ × λᵏ) / k!. The Poisson distribution can serve as a powerful approximation to the binomial when n is large (n > 50) and p is small (p < 0.1), using λ = np. Meanwhile, the normal distribution can approximate both the binomial (when np > 5 and n(1 − p) > 5) and the Poisson (when λ > 15).
Whenever you use a normal approximation for a discrete distribution, apply a continuity correction of ±0.5 to improve accuracy. Always state the approximation you are using and verify that the conditions are satisfied — this earns full method marks on your IB exam. These approximation techniques connect to the deeper Central Limit Theorem, which explains why the normal distribution appears throughout statistics whenever many independent contributions are summed together.