Photo AI

Last Updated Sep 27, 2025

The Poisson Distribution Simplified Revision Notes

Revision notes with simplified explanations to understand The Poisson Distribution quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

329+ students studying

19.1.1 The Poisson Distribution

Exponential Distribution

The exponential distribution is the continuous equivalent of the Poisson distribution. It can be used to model the time between events occurring rather than just the number of events, as the Poisson distribution models.

image image
lightbulbExample

Example (Q1, Jun 2008, Q4): The lifetimes of electrical components follow an exponential distribution with a mean of 200 hours.

1λ=200\frac{1}{\lambda} = 200 , so λ=1200\lambda = \frac{1}{200} .

(a) Calculate the probability that the lifetime of a randomly selected component is:

  • (i) less than 120 hours;
  • (ii) more than 160 hours;
  • (iii) less than 160 hours, given that it has lasted more than 120 hours. (b) Determine the median lifetime of these electrical components.

(a.i)

f(x)={1200ex200,x>00,otherwisef(x) = \begin{cases} \frac{1}{200} e^{-\frac{x}{200}}, & x > 0 \\ 0, & \text{otherwise} \end{cases}

The integral for part (i) is calculated:

01201200ex200dx=1e120200=\highlight[0.4512]\int_0^{120} \frac{1}{200} e^{-\frac{x}{200}} dx = 1 - e^{-\frac{120}{200}} = \highlight[0.4512]

(a.ii)

1P(X<160)=1601200ex200dx=1(1e160200)=\highlight[0.4493]1 - P(X < 160) = \int_{160}^{\infty} \frac{1}{200} e^{-\frac{x}{200}} dx = 1 - \left( 1 - e^{-\frac{160}{200}} \right) = \highlight[0.4493]

(a.iii)

P(120X160)=P(X>120)P(120 \leq X \leq 160) = P(X > 120)

=1(0.6493+0.4512)=10.4512= 1 - (0.6493 + 0.4512) = 1 - 0.4512

=\highlight[0.1813]=\highlight[0.1813]

(a.iv)

0x1200ex200dx=0.5\int_0^x \frac{1}{200} e^{-\frac{x}{200}} dx = 0.5

[ex200]0x=0.5\left[ -e^{-\frac{x}{200}} \right]_0^x = 0.5

ex200+1=0.5\Rightarrow -e^{-\frac{x}{200}} + 1 = 0.5

0.5=ex200ln(0.5)=x2000.5 = e^{-\frac{x}{200}} \Rightarrow \ln(0.5) = -\frac{x}{200}

x=200ln(0.5)=\highlight[138.63] hours\Rightarrow x = -200 \ln(0.5) = \highlight[138.63] \text{ hours}

Poisson Distribution

This distribution is used to model events that are:

  • relatively rare
  • occur at a constant average rate
  • are independent of each other
lightbulbExample

Example: The number of accidents per month on a particular stretch of road can be assumed to be rare, occurring at a constant average rate, and (probably) independent of previous accidents.

Let's say the accidents occur at a rate of 3 per month. The probability of exactly 2 accidents occurring is given by the formula in the above table:

P(X=2)forXPo(3)P(X = 2) \quad \text{for} \quad X \sim Po(3) is given by

P=e3×322!\highlight[0.224](3sf)P = \frac{e^{-3} \times 3^2}{2!} \approx \highlight[0.224] \quad (3 \text{sf})

Note: An event can only happen an integer number of times, so the Poisson distribution takes this shape.

This also backs up the assumption that relative to the mean, events are rare. As after the mean, the probability function approaches 00 quickly.

lightbulbExample

Example: XPo(2.3)X \sim Po(2.3)

a) P(X=6)P(X = 6)

P(X=6)=e2.32.366!=\highlight[0.0206]P(X = 6) = \frac{e^{-2.3} \cdot 2.3^6}{6!} = \highlight[0.0206]


b) P(X5)P(X \leq 5)

P(X5)=\highlight[0.9700]P(X \leq 5) = \highlight[0.9700]


c) P(X>4)=1P(X4)P(X > 4) = 1 - P(X \leq 4)

P(X>4)=10.962...=\highlight[0.0389](3sf)P(X > 4) = 1 - 0.962... = \highlight[0.0389] \quad (3 \text{sf})

Want: 5,6,7,...5, 6, 7, ...

Don't want: 4,3,2,..4, 3, 2, ..

lightbulbExample

Example Shannon's big exams lesson interruptions occur, on average, twice per lesson, whether she is meant to be there or not. There are 8 lessons per day. Find the probability that Shannon interrupts these lessons 14 times or more in total.

  • Per lesson: XPo(2)X \sim Po(2)
  • Per day: XPo(8)X \sim Po(8)

P(X14)=1P(X13)=10.9658=\highlight[0.0342]P(X \ge 14) = 1 - P(X \leq 13) = 1 - 0.9658 = \highlight[0.0342]

Want: 14,15,16,...14, 15, 16, ...

Don't want: 13,12,11,13, 12, 11, ...

Shannon's anticipated chaotic traits, in order to be modeled by a Poisson distribution, must meet the following conditions:

  • Interruptions are assumed to occur at a constant average rate.
  • Interruptions are independent of each other. Must be in the context of the situation.

Sum of Two Poisson Distributions

lightbulbExample

Example: Red cars pass a certain point on the road at a constant average rate of 4 per hour.

Blue cars pass at a constant average rate of 9 per hour.

Assuming both follow Poisson distributions, we can write:

  • RPo(4)R \sim Po(4)
  • BPo(9)B \sim Po(9) We can denote the total number of cars that pass as R+BR + B , where R+BR + B also follows a Poisson distribution:

(R+B)Po(4+9)(R + B) \sim Po(4 + 9)

i.e. (R+B)Po(13)(R + B) \sim Po(13)


a) Find that in an hour-long period, 5 red and 6 blue cars pass.

This does not require considering the sum of the two distributions as we still consider the two colors separately.

P(R=5)×P(B=6)P(R = 5) \times P(B = 6)

(Images showing the calculator steps for finding the probabilities.)

P(R=5)\highlight[0.156]andP(B=6)\highlight[0.091]P(R = 5) \approx \highlight[0.156] \quad \text{and} \quad P(B = 6) \approx \highlight[0.091]

Result: P=\highlight[0.0142]\text{Result: } P = \highlight[0.0142]


b) Find the probability that in 8 hours, the total number of red and blue cars is 150.

(R+B)Po(13)(1 hour)(R + B) \sim Po(13) \quad \text{(1 hour)}

(R+B)Po(104)(8 hours)(R + B) \sim Po(104) \quad \text{(8 hours)}

P(R+B=150)P(R + B = 150)

P(R+B=150)=\highlight[4.280370533×105]P(R + B = 150) = \highlight[4.280370533 \times 10^{-5}]

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master The Poisson Distribution

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

20 flashcards

Flashcards on The Poisson Distribution

Revise key concepts with interactive flashcards.

Try Further Maths Further Statistics 1 Flashcards

2 quizzes

Quizzes on The Poisson Distribution

Test your knowledge with fun and engaging quizzes.

Try Further Maths Further Statistics 1 Quizzes

29 questions

Exam questions on The Poisson Distribution

Boost your confidence with real exam questions.

Try Further Maths Further Statistics 1 Questions

27 exams created

Exam Builder on The Poisson Distribution

Create custom exams across topics for better practice!

Try Further Maths Further Statistics 1 exam builder

50 papers

Past Papers on The Poisson Distribution

Practice past papers to reinforce exam experience.

Try Further Maths Further Statistics 1 Past Papers

Other Revision Notes related to The Poisson Distribution you should explore

Discover More Revision Notes Related to The Poisson Distribution to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Poisson & Binomial Distributions

Poisson Approximations of Binomials

user avatar
user avatar
user avatar
user avatar
user avatar

431+ studying

195KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered