Poisson and Geometric Distributions
Intuition
Section titled “Intuition”This topic explores fundamental concepts that shape our understanding of the world.
Poisson and Geometric Distributions
Section titled “Poisson and Geometric Distributions”The Poisson and geometric distributions model discrete random variables arising from counting Processes. The Poisson distribution counts the number of rare events in a fixed interval, while the Geometric distribution counts the number of trials until the first success.
Board Coverage
Section titled “Board Coverage”| Board | Paper | Notes |
|---|---|---|
| AQA | Paper 2 | Both Poisson and geometric in depth |
| Edexcel | S2, S3 | Poisson in S2; geometric in S3 |
| OCR (A) | Paper 2 | Poisson and geometric |
| CIE (9231) | S2 | Poisson covered; geometric not required |
1. The Poisson Distribution
Section titled “1. The Poisson Distribution”1.1 Definition
Section titled “1.1 Definition”Definition. A discrete random variable follows a Poisson distribution with parameter (where ), written If
The Poisson distribution models the number of events occurring in a fixed interval of time or space When:
- Events occur independently
- Events occur at a constant average rate
- The probability of more than one event in a sufficiently small interval is negligible
1.2 Derivation as a Limit of the Binomial
Section titled “1.2 Derivation as a Limit of the Binomial”Theorem. If and such that remains constant, then .
Consider each factor as :
- since each of the factors tends to 1
Therefore:
1.3 Proof that
Section titled “1.3 Proof that E(X)=λE(X) = \lambdaE(X)=λ”First compute :
Since :
This is the defining property of the Poisson distribution: the mean equals the variance.
1.5 Additivity of Poisson distributions
Section titled “1.5 Additivity of Poisson distributions”If and are independent, then
1.6 Cumulative probabilities
Section titled “1.6 Cumulative probabilities”Cumulative Poisson probabilities are found using:
These are obtained from tables or a calculator. Key relationships:
1.7 Poisson hypothesis testing
Section titled “1.7 Poisson hypothesis testing”The procedure mirrors binomial hypothesis testing:
- Define and state under
- State and
- State the significance level
- Find the critical region
- Compare the observed value
- Conclude in context
Example. A call centre receives an average of 3.2 calls per minute. In a particular minute, 7 Calls are received. Test at the 5% significance level whether the rate has increased.
. , .
.
Reject . There is sufficient evidence that the rate has increased.
Example. Find the critical region for a two-tailed test at the 5% level with .
Lower tail: . . So .
Upper tail: ? No. . So .
Critical region: or .
2. The Geometric Distribution
Section titled “2. The Geometric Distribution”2.1 Definition
Section titled “2.1 Definition”Definition. A discrete random variable follows a geometric distribution with parameter (where ), written If is the number of the trial on Which the first success occurs:
Each trial is independent with probability of success.
Let . Recall the geometric series for .
Differentiating both sides with respect to :
Therefore:
2.3 Proof that
Section titled “2.3 Proof that Var(X)=1−pp2\mathrm{Var}(X) = \frac{1-p}{p^2}Var(X)=p21−p”First compute .
Starting from Differentiating twice:
So .
2.4 The memoryless property
Section titled “2.4 The memoryless property”Theorem. The geometric distribution is the only discrete memoryless distribution:
Now .
Therefore:
### 2.5 Cumulative distribution function2.6 Geometric hypothesis testing
Section titled “2.6 Geometric hypothesis testing”Example. A bag contains red and blue balls. The probability of drawing a red ball is . In an Experiment, the first red ball is drawn on the 10th draw. Test at the 5% level whether .
. , (the ball took longer than expected, so may be smaller).
.
Reject . There is sufficient evidence that .
Critical region approach. For at the 5% level, find such that :
. .
Critical region: .
3. Modelling with Poisson and Geometric Distributions
Section titled “3. Modelling with Poisson and Geometric Distributions”3.1 When to use each
Section titled “3.1 When to use each”| Situation | Distribution |
|---|---|
| Number of events in a fixed interval, rare events | Poisson |
| Number of trials until first success | Geometric |
| Fixed number of trials, counting successes | Binomial |
3.2 Poisson as approximation to Binomial
Section titled “3.2 Poisson as approximation to Binomial”When is large and is small such that :
Example. . Then So .
.
3.3 Conditions check
Section titled “3.3 Conditions check”Before applying the Poisson distribution, verify:
- Events occur at a constant average rate
- Events are independent
- At most one event can occur in a sufficiently small sub-interval
Problems
Section titled “Problems”Problem 1
A factory produces items with defects occurring at an average rate of 2.5 per hour. Find the probability of exactly 4 defects in a given hour, and the probability of more than 6 defects in a 2-hour period.Solution 1
For one hour: $X \sim \mathrm{Po}(2.5)$. $P(X=4) = \dfrac{e^{-2.5}(2.5)^4}{4!} = \dfrac{0.08209 \times 39.0625}{24} \approx 0.1336$.For two hours: (by additivity). .
If you get this wrong, revise: Cumulative probabilities — Section 1.6.
Problem 2
A die is rolled repeatedly until a 6 appears. Find the probability that the first 6 appears on the 5th roll, and the probability that it takes more than 10 rolls.Solution 2
$X \sim \mathrm{Geo}(1/6)$. $P(X=5) = \left(\dfrac{5}{6}\right)^4 \cdot \dfrac{1}{6} = \dfrac{625}{1296} \cdot \dfrac{1}{6} \approx 0.0804$..
Wait: .
If you get this wrong, revise: Cumulative distribution function — Section 2.5.
Problem 3
Prove that $E(X) = \lambda$ for $X \sim \mathrm{Po}(\lambda)$Showing all steps of the summation.Solution 3
$E(X) = \sum_{r=0}^{\infty}r\cdot\dfrac{e^{-\lambda}\lambda^r}{r!} = \sum_{r=1}^{\infty}\dfrac{e^{-\lambda}\lambda^r}{(r-1)!} = \lambda e^{-\lambda}\sum_{r=1}^{\infty}\dfrac{\lambda^{r-1}}{(r-1)!}$Substituting : .
If you get this wrong, revise: Proof that — Section 1.3.
Problem 4
The number of emails received per hour follows $\mathrm{Po}(8)$. Find the probability of receiving between 6 and 12 emails (inclusive) in a given hour.Solution 4
$X \sim \mathrm{Po}(8)$. $P(6 \leq X \leq 12) = P(X \leq 12) - P(X \leq 5)$., .
.
If you get this wrong, revise: Cumulative probabilities — Section 1.6.
Problem 5
A manufacturer claims that on average 1 in 20 items is defective. In a batch of 500 items, use the Poisson approximation to find the probability of at most 35 defectives.Solution 5
$X \sim B(500, 1/20)$. $\lambda = np = 500/20 = 25$.. .
If you get this wrong, revise: Poisson as approximation to Binomial — Section 3.2.
Problem 6
Prove the memoryless property of the geometric distribution: $P(X > m+n \mid X > m) = P(X > n)$.Solution 6
$P(X > m+n \mid X > m) = \dfrac{P(X > m+n)}{P(X > m)} = \dfrac{q^{m+n}}{q^m} = q^n = P(X > n)$.This uses Which follows from .
If you get this wrong, revise: The memoryless property — Section 2.4.
Problem 7
A shop receives an average of 6 customers per 30 minutes. Find the critical region for a test at the 5% significance level of $H_0: \lambda = 6$ against $H_1: \lambda > 6$Where $X$ is the number of customers in a 30-minute period.Solution 7
Under $H_0$: $X \sim \mathrm{Po}(6)$.. .
Critical region: . Actual significance level: 4.26%.
If you get this wrong, revise: Poisson hypothesis testing — Section 1.7.
Problem 8
$X \sim \mathrm{Geo}(p)$. Find $P(X = 3 \mid X > 1)$ and show it equals $P(X = 2)$.Solution 8
$P(X = 3 \mid X > 1) = \dfrac{P(X = 3)}{P(X > 1)} = \dfrac{q^2 p}{q} = qp = P(X = 2)$.This is a direct consequence of the memoryless property: given that the first trial was a failure, The distribution of the remaining trials is the same as starting fresh.
If you get this wrong, revise: The memoryless property — Section 2.4.
Problem 9
The number of accidents per week at a junction follows $\mathrm{Po}(3)$. After new traffic lights are installed, 8 accidents are observed in one week. Test at the 5% level whether the rate has increased.Solution 9
$X \sim \mathrm{Po}(3)$. $H_0: \lambda = 3$, $H_1: \lambda > 3$. $\alpha = 0.05$..
Reject . There is sufficient evidence that the accident rate has increased.
Alternatively, critical region: .
Critical region: . Since Reject .
If you get this wrong, revise: Poisson hypothesis testing — Section 1.7.
Problem 10
If $X \sim \mathrm{Geo}(p)$Find $E(X(X-1))$ and hence verify that $\mathrm{Var}(X) = \dfrac{1-p}{p^2}$.Solution 10
$E(X(X-1)) = \sum_{r=2}^{\infty}r(r-1)q^{r-1}p = pq\sum_{r=2}^{\infty}r(r-1)q^{r-2}$.Since Differentiating twice gives .
.
.
.
If you get this wrong, revise: Proof that — Section 2.3.
7. Advanced Worked Examples
Section titled “7. Advanced Worked Examples”Example 7.1: Poisson approximation to binomial
Section titled “Example 7.1: Poisson approximation to binomial”Problem. A factory produces items with a defect rate of 0.02. In a batch of 200 items, find the Probability of exactly 3 defective items using (a) the binomial distribution and (b) the Poisson Approximation.
Solution. (a) Binomial: .
(b) Poisson approximation: . .
The approximation is valid since and .
Example 7.2: Geometric distribution and memoryless property
Section titled “Example 7.2: Geometric distribution and memoryless property”Problem. A fair die is rolled until a 6 appears. Find the probability that more than 4 rolls are Needed. Verify the memoryless property: .
Solution. .
Memoryless property:
Example 7.3: Cumulative Poisson probabilities
Section titled “Example 7.3: Cumulative Poisson probabilities”Problem. Calls arrive at a call centre at a rate of 2.5 per minute. Find the probability that More than 5 calls arrive in a 3-minute period.
Solution. For a 3-minute period: . .
Example 7.4: Hypothesis testing with the Poisson distribution
Section titled “Example 7.4: Hypothesis testing with the Poisson distribution”Problem. A traffic survey records the number of cars passing a point in 10-second intervals. The Observed frequencies for cars are compared with the expected frequencies under : . Calculate the expected frequency for each value of if 200 intervals Were observed.
Solution. Under : .
| Expected freq () | ||
|---|---|---|
| 0 | 9.96 | |
| 1 | 29.87 | |
| 2 | 44.81 | |
| 3 | 44.81 | |
| 4 | 33.60 | |
| 5 | 20.17 | |
Example 7.5: Fitting a Poisson distribution
Section titled “Example 7.5: Fitting a Poisson distribution”Problem. The number of email messages received per hour is recorded over 100 hours: . Estimate the parameter and calculate Expected frequencies.
Solution. .
.
Expected frequency for : .
| Expected | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 |
Example 7.6: Conditional probability with geometric distribution
Section titled “Example 7.6: Conditional probability with geometric distribution”Problem. In a game, the probability of winning each round is independently. Given that A player has not won in the first 5 rounds, find the probability that they win within the next 3 Rounds.
Solution. . By the memoryless property:
Example 7.7: Sum of independent Poisson variables
Section titled “Example 7.7: Sum of independent Poisson variables”Problem. and are independent. State the Distribution of and find .
Solution. .
Example 7.8: Poisson as a limiting case
Section titled “Example 7.8: Poisson as a limiting case”Problem. Prove that if with fixed as Then .
Solution.
As : and .
Therefore .
8. Connections to Other Topics
Section titled “8. Connections to Other Topics”8.1 Poisson distribution and exponential distribution
Section titled “8.1 Poisson distribution and exponential distribution”If events occur according to a Poisson process with rate The time between consecutive Events follows the exponential distribution . See Exponential and Continuous Random Variables.
8.2 Geometric distribution and series summation
Section titled “8.2 Geometric distribution and series summation”The probability generating function of the geometric distribution Connects to the summation of geometric series. See Further Algebra.
8.3 Poisson and hypothesis testing
Section titled “8.3 Poisson and hypothesis testing”Goodness-of-fit tests using the chi-squared statistic compare observed and expected (Poisson) Frequencies. See Chi-Squared Tests.
9. Additional Exam-Style Questions
Section titled “9. Additional Exam-Style Questions”Question 11
Section titled “Question 11”A shop receives on average 4 customers per hour. Find the probability that: (a) Exactly 3 Customers arrive in a given hour. (b) More than 2 customers arrive in a 30-minute period.
Solution
(a) .
(b) For 30 minutes: .
Question 12
Section titled “Question 12”A coin is tossed until the first head appears. The probability of heads is .
(a) Find and where is the number of tosses needed.
(b) Find the probability that is even.
Solution
(a) : , .
(b)
Question 13
Section titled “Question 13”Prove that if are independent with Then .
Solution
The probability generating function of is .
For independent random variables, the PGF of the sum is the product:
This is the PGF of . Therefore .
Question 14
Section titled “Question 14”A typist makes on average 2 errors per page. Find the probability that a particular page has: (a) No errors. (b) At most 3 errors. (c) Exactly 2 errors given that it has at most 3 Errors.
Solution
.
(a) .
(b) .
(c) .
Question 15
Section titled “Question 15”The number of radioactive decays per second from a sample is modelled by . Over 50 seconds, 145 decays are observed.
(a) Estimate .
(b) Using your estimate, find the probability of observing exactly 3 decays in a 1-second Interval.
Solution
(a) per second.
(b) .
8. Advanced Worked Examples
Section titled “8. Advanced Worked Examples”Example 8.1: Poisson as a limit of the binomial
Section titled “Example 8.1: Poisson as a limit of the binomial”Problem. A factory produces items with a defect rate of 0.002. In a batch of 1000, find the Probability of exactly 3 defects using (a) the binomial distribution and (b) the Poisson Approximation.
Solution. (a) : .
(b) . : .
The approximation is excellent (error ).
Example 8.2: Sum of independent Poisson random variables
Section titled “Example 8.2: Sum of independent Poisson random variables”Problem. Emails arrive at a rate of 5 per hour and texts at 3 per hour. Find the probability That the total number of messages in a 2-hour period exceeds 20.
Solution. In 2 hours: emails Texts .
Total messages .
Example 8.3: Conditional probability with the geometric distribution
Section titled “Example 8.3: Conditional probability with the geometric distribution”Problem. . Find .
Solution. The geometric distribution has the memoryless property:
Verification: , . . ✓
Example 8.4: Poisson hypothesis testing
Section titled “Example 8.4: Poisson hypothesis testing”Problem. A call centre claims an average of 6 calls per minute. In a 10-minute period, 72 calls Are received. Test at the 5% level whether the rate has increased.
Solution. : per minute. : .
Under Total calls in 10 minutes .
For large Approximate with .
(using continuity correction).
: do not reject . Insufficient evidence that the rate has increased.
Example 8.5: Mode of the Poisson distribution
Section titled “Example 8.5: Mode of the Poisson distribution”Problem. Find the mode of the Poisson distribution with parameter .
Solution. The mode satisfies and .
So Meaning the mode is (and also if is an integer).
Example 8.6: Relationship between Poisson and exponential
Section titled “Example 8.6: Relationship between Poisson and exponential”Problem. Events occur according to a Poisson process with rate per hour. Find the Probability that the time between two consecutive events exceeds 30 minutes.
Solution. For a Poisson process with rate The inter-arrival time .
Example 8.7: Variance of the geometric distribution
Section titled “Example 8.7: Variance of the geometric distribution”Problem. Derive for Defined as the number of trials Until the first success.
Solution. . Using :
.
Using the identity with :
9. Common Pitfalls
Section titled “9. Common Pitfalls”| Pitfall | Correct Approach |
|---|---|
| Confusing the two definitions of the geometric distribution | ”Number of trials until first success”: ; “Number of failures before first success”: |
| Using the Poisson approximation when or | The Poisson approximation requires large and small, with moderate |
| Forgetting that Poisson probabilities sum to 1 only over all from 0 to | Never truncate without adjusting |
| Applying the Poisson to events that are not independent | The Poisson process requires independent events at a constant average rate |
10. Additional Exam-Style Questions
Section titled “10. Additional Exam-Style Questions”Question 8
Section titled “Question 8”A typist makes an average of 2 errors per page. Find the probability that a 3-page document contains Exactly 5 errors.
Solution
Total errors .
Question 9
Section titled “Question 9”Prove that for , .
Solution
Let :
Question 10
Section titled “Question 10”. Find and .
Solution
.
.
11. Connections to Other Topics
Section titled “11. Connections to Other Topics”11.1 Poisson process and exponential distribution
Section titled “11.1 Poisson process and exponential distribution”The inter-arrival times of a Poisson process follow the exponential distribution. If events occur at Rate per unit time, the time between consecutive events is . See Exponential and Continuous Random Variables.
11.2 Poisson and binomial
Section titled “11.2 Poisson and binomial”The Poisson distribution approximates the binomial when is large and is small, with .
11.3 Poisson and chi-squared tests
Section titled “11.3 Poisson and chi-squared tests”The chi-squared goodness-of-fit test is used to test whether data follows a Poisson or geometric Distribution. See Chi-Squared Tests.
12. Key Results Summary
Section titled “12. Key Results Summary”| Distribution | PMF | ||
|---|---|---|---|
| (trials) | |||
| (failures) |
| Property | Poisson | Geometric |
|---|---|---|
| Memoryless | No | Yes |
| Additive: | if independent | Not simple |
| PMF tail behaviour | Decays faster than geometric | Slower decay |
13. Further Exam-Style Questions
Section titled “13. Further Exam-Style Questions”Question 11
Section titled “Question 11”A shop receives customers at a rate of 8 per hour. Find the probability that: (a) exactly 5 Customers arrive in a 30-minute period; (b) more than 10 customers arrive in an hour; (c) the time Between two consecutive arrivals exceeds 20 minutes.
Solution
(a) . .
(b) . .
(c) Inter-arrival time . .
Question 12
Section titled “Question 12”Prove that for , .
Solution
.
.
14. Advanced Topics
Section titled “14. Advanced Topics”14.1 Compound Poisson process
Section titled “14.1 Compound Poisson process”If events of type occur at rate and type at rate Independently, Then the total event process is Poisson with rate .
14.2 Poisson distribution and the Poisson point process
Section titled “14.2 Poisson distribution and the Poisson point process”A Poisson point process in 2D with rate per unit area has the property that the number of Points in a region of area follows .
14.3 The geometric distribution as a special case of the negative binomial
Section titled “14.3 The geometric distribution as a special case of the negative binomial”The negative binomial distribution counts the number of trials until successes. The geometric Distribution is the case .
: for
14.4 Relationship to exponential families
Section titled “14.4 Relationship to exponential families”Both the Poisson and geometric distributions belong to the exponential family of distributions, Which have PDF/PMF of the form .
15. Further Exam-Style Questions
Section titled “15. Further Exam-Style Questions”Question 13
Section titled “Question 13”A radioactive source emits particles at a rate of 12 per minute. Find the probability that in a 2-minute period, the number of particles emitted is between 20 and 30 (inclusive).
Solution
per 2 minutes. .
.
Using the normal approximation: .
Question 14
Section titled “Question 14”Prove that if and are independent with and Then .
Solution
.
.
This is with success probability .
16. Further Advanced Topics
Section titled “16. Further Advanced Topics”16.1 The Poisson process — formal definition
Section titled “16.1 The Poisson process — formal definition”A Poisson process with rate is a counting process satisfying:
- Independent increments
- for all
16.2 Conditional distributions
Section titled “16.2 Conditional distributions”For and Independent:
This is — the conditional distribution is Binomial!
16.3 The negative binomial distribution
Section titled “16.3 The negative binomial distribution”The number of trials until the -th success follows :
, .
The geometric distribution is .
16.4 Poisson goodness-of-fit
Section titled “16.4 Poisson goodness-of-fit”To test whether data follows :
- Estimate
- Calculate expected frequencies using
- Apply the chi-squared test
17. Further Exam-Style Questions
Section titled “17. Further Exam-Style Questions”Question 15
Section titled “Question 15”Calls arrive at rate 3 per hour. Find the probability that the third call arrives before time hour.
Solution
The time of the 3rd call is (sum of 3 independent Variables).
.
Question 16
Section titled “Question 16”Prove that for The moment generating function is for .
Solution
.
This converges when I.e., .
Cross-References
Section titled “Cross-References”- Exponential and Continuous Random Variables — The inter-arrival times of a Poisson process follow the exponential distribution, linking discrete and continuous modelling.
- Chi-Squared Tests — Goodness-of-fit tests using the chi-squared statistic compare observed frequencies with Poisson or geometric expected values.
- Binomial Distribution — The Poisson distribution arises as a limiting case of the binomial when n is large and p is small.