poisson distribution
Overview
# Poisson Distribution Summary The Poisson distribution models the probability of a given number of events occurring in a fixed interval of time or space, where events happen independently at a constant average rate λ. Students learn to apply the conditions for Poisson validity (random, independent events with constant mean rate), calculate probabilities using P(X = r) = e^(-λ)λ^r/r!, and understand that both mean and variance equal λ. This topic is essential for A-Level Further Mathematics examinations, frequently appearing in questions involving approximations to binomial distributions when n is large and p is small (using λ = np), real-world modelling scenarios, and hypothesis testing applications.
Core Concepts & Theory
Understanding the Poisson Distribution
The Poisson distribution models the number of events occurring in a fixed interval of time or space when events happen independently at a constant average rate. It's a discrete probability distribution denoted as X ~ Po(λ), where λ (lambda) represents both the mean and variance of the distribution.
Key Formulas
The probability mass function is:
P(X = r) = (e^(-λ) × λ^r) / r!
where:
- r = number of events (0, 1, 2, 3, ...)
- λ = average rate of occurrence (λ > 0)
- e ≈ 2.71828 (Euler's constant)
Essential Properties
Mean: E(X) = λ
Variance: Var(X) = λ
Standard Deviation: σ = √λ
Cambridge Definition: The Poisson distribution is appropriate when events occur randomly, independently, and at a constant average rate over a continuum.
Conditions for Poisson Applicability
- Events occur independently (one event doesn't affect another)
- Events occur at a constant average rate (λ remains stable)
- Events are rare (probability of occurrence in a small interval is proportional to interval length)
- Two events cannot occur simultaneously in an infinitesimally small interval
Additive Property
If X ~ Po(λ₁) and Y ~ Po(λ₂) are independent, then:
X + Y ~ Po(λ₁ + λ₂)
This property is frequently tested in Cambridge examinations and is crucial for solving multi-stage problems.
Detailed Explanation with Real-World Examples
Connecting Poisson to Reality
The Poisson distribution appears throughout science, business, and everyday life, making it one of the most practically useful distributions.
Real-World Applications
1. Telecommunications: The number of phone calls arriving at a call centre per minute follows Po(λ). If λ = 3.5, we expect 3.5 calls per minute on average, but actual calls vary—sometimes 0, sometimes 7. This helps companies staff appropriately.
2. Nuclear Physics: Radioactive decay particles detected by a Geiger counter. If a substance emits particles at λ = 12 per second, physicists can calculate the probability of detecting exactly 10 particles in the next second.
3. Traffic Engineering: Cars passing through a checkpoint. If λ = 45 cars/hour, engineers design traffic systems accounting for variability—sometimes 60 cars, sometimes 30.
4. Medical Diagnosis: Number of mutations in a DNA strand, cases of a rare disease in a region, or emergency room arrivals during night shifts.
The "Rare Events" Analogy
Think of Poisson as modeling raindrops hitting a window. Each raindrop (event) hits independently, the average rate is steady during a storm, but the exact number hitting in any given second varies randomly. You can't predict exactly 12 drops will hit next second, but over many seconds, the average stabilizes at λ.
Why Mean = Variance?
This unique property (E(X) = Var(X) = λ) distinguishes Poisson from other distributions. Higher λ means both more frequent events and greater variability—like a heavier rainstorm having both more drops and more unpredictable variation.
Worked Examples & Step-by-Step Solutions
## Cambridge-Style Worked Examples ### Example 1: Basic Probability Calculation **Question**: Telephone calls arrive at a switchboard at an average rate of 2.5 per minute. Find the probability that exactly 4 calls arrive in a given minute. **Solution**: Let X = number of calls per minute X ~ Po...
Unlock 3 More Sections
Sign up free to access the complete notes, key concepts, and exam tips for this topic.
No credit card required · Free forever
Key Concepts
- Poisson Distribution: A discrete probability distribution expressing the probability of a given number of events occurring in a fixed interval of time or space if these events occur with a known constant mean rate and independently of the time since the last event.
- Lambda (λ): The parameter of the Poisson distribution, representing the average rate of occurrence of events in the given interval.
- Discrete Random Variable: A variable whose value can only take a finite or countably infinite number of values, typically integers.
- Independence: The occurrence of one event does not affect the probability of another event occurring.
- +3 more (sign up to view)
Exam Tips
- →Always state the distribution and its parameter (e.g., $X \sim Po(3)$) at the start of your solution.
- →Pay close attention to the units of time or space. If the mean rate is given per hour, and you need to find probabilities for a 30-minute interval, adjust $\lambda$ accordingly (e.g., divide by 2).
- +3 more tips (sign up)
More Further Mathematics Notes