Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Poisson Distribution: Definition, Formula, and Solved Examples

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon
SearchIcon
widget title icon
Latest Updates

How to Identify and Solve Poisson Distribution Problems in Exams

The concept of Poisson Distribution plays a key role in mathematics, especially in probability and statistics. It is used to calculate the probability of a certain number of rare or random events happening in a fixed interval of time or space. Poisson Distribution is widely applicable to real-life scenarios such as traffic flow, phone call arrivals, or counting errors in scientific experiments, as well as in competitive exams.


What Is Poisson Distribution?

A Poisson Distribution is a discrete probability distribution that describes the probability of a specified number of independent events happening within a fixed time or space. You'll see Poisson Distribution used in areas like probability of rare events, statistics problems, and practical applications such as the arrival of buses or typing mistakes in a paragraph.


Key Formula for Poisson Distribution

Here’s the standard formula: \( P(X = k) = \frac{\lambda^k e^{-\lambda}}{k!} \), where:

  • \( P(X = k) \) is the probability of k events in a fixed interval
  • \( \lambda \) (lambda) is the average number of occurrences in the interval
  • \( e \) is the base of natural logarithms (\( \approx 2.718 \))
  • \( k! \) is the factorial of \( k \)

Cross-Disciplinary Usage

Poisson Distribution is not only important in Mathematics but also plays a role in Physics (radioactive decay), Computer Science (server requests), Biology (mutation rates), and many data-driven fields. Students preparing for competitive exams like JEE, NEET, or board exams will find this topic frequently appearing in typical questions.


Step-by-Step Illustration

  1. Understand the question: Suppose, on average, 4 emails arrive per hour. What is the probability that exactly 2 emails arrive in the next hour? (Let \( \lambda = 4 \), \( k = 2 \))
    Identify values: \( \lambda = 4 \), \( k = 2 \)

  2. Apply the Poisson formula:
    \( P(X=2) = \frac{4^2 \times e^{-4}}{2!} \)

  3. Calculate each part:
    \( 4^2 = 16, 2! = 2, e^{-4} \approx 0.0183 \)

  4. Compute step-by-step:
    Numerator = \( 16 \times 0.0183 = 0.2928 \); Divide by 2: \( 0.2928/2 = 0.1464 \)

  5. Final Answer: The probability is approximately 0.146 (or 14.6%).

Poisson Distribution in Real Life

Scenario Average events (\( \lambda \)) Example K Use of Poisson Formula
Buses arriving per hour at a stop 3 5 Probability that 5 buses arrive in 1 hour
Defects per 1000 bulbs in a factory 2 0 Probability of zero defects
Typos per page in a book 0.5 1 Chance that 1 typo occurs

How Is Poisson Different from Binomial or Normal?

Distribution When to Use Key Difference
Poisson For rare/infrequent events, unlimited possible number of outcomes, fixed interval Counts rare, independent events
Binomial Fixed number of trials, each with success/failure, low number N Counts successes in n trials
Normal For continuous, symmetric data, large sample sizes Bell curve – not for discrete events

Speed Trick or Vedic Shortcut

When working with small values of \( \lambda \), the Poisson formula becomes easy to use, especially when \( k = 0 \) or \( k = 1 \). Shortcut: For \( k = 0 \), the probability is just \( e^{-\lambda} \).


Example Trick: What's the chance of zero arrivals when the average is 2?
\( P(X=0) = e^{-2} \approx 0.135 \) (just use the exponential button or a lookup table).


Shortcuts like these are useful for quick questions in board exams or national tests. Vedantu’s tutors teach several mental math methods to help students deal with probability faster.


Try These Yourself

  • A call center receives 3 calls per minute on average. What is the probability that exactly 5 calls come in a minute?
  • What's the chance that no faults occur in a batch of 200 canisters, with an average fault rate of 0.2?
  • If the mean number of accidents on a road per week is 1, what’s the probability of at least 1 accident in a week?
  • For a website that receives 5 hits per day, calculate the chance of getting more than 10 hits tomorrow.

Frequent Errors and Misunderstandings

  • Forgetting that Poisson Distribution is for discrete (countable) events, not continuous outcomes.
  • Mistaking the average rate (\( \lambda \)) for the probability itself.
  • Plugging the wrong time interval into \( \lambda \).
  • Applying Poisson when the rate is not constant or events are not independent.

Relation to Other Concepts

The idea of Poisson Distribution links directly with the Probability chapter, as well as the Binomial Theorem (since Poisson can be derived as a limit of the binomial for rare events). Understanding the variance (which equals the mean in Poisson) is also helpful—see variance and mean topics for more.


Classroom Tip

A simple way to remember the Poisson formula is: “λ to the k, times e to minus λ, over k factorial.” Drawing a timeline and plotting example events helps clarify the process. Teachers at Vedantu often use colorful timelines and real data (like customer arrivals) to make this topic engaging and easy to recall.


We explored Poisson Distribution—from its definition, key formula, real-world connections, step-by-step problem solutions, and common mistakes. Continue practicing with Vedantu to become confident in solving all types of Poisson Distribution exam questions.


FAQs on Poisson Distribution: Definition, Formula, and Solved Examples

1. What is Poisson Distribution used for?

The Poisson distribution is a statistical tool used to model the probability of a given number of events occurring in a fixed interval of time or space, when these events are rare and independent. It's particularly useful for predicting the likelihood of a specific number of occurrences within a defined period. Applications include modeling customer arrivals at a store, the number of defects in a manufactured product, or the number of calls received at a call center.

2. What are the conditions of Poisson Distribution?

For the Poisson distribution to be applicable, several conditions must be met:
• The events are independent.
• The average rate of events (λ) is constant over the time period.
• The probability of more than one event occurring at the exact same instant is negligible.
• The probability of an event occurring in a small time interval is proportional to the length of the interval.

3. What is the Poisson distribution formula?

The formula for the Poisson distribution is: P(X = k) = (λk * e) / k!, where:
• P(X = k) represents the probability of observing exactly k events.
• λ (lambda) is the average rate of events.
• e is the mathematical constant approximately equal to 2.71828.
• k! is the factorial of k (k! = k*(k-1)*(k-2)*...*2*1).

4. How do you solve a Poisson distribution problem step-by-step?

Solving a Poisson distribution problem involves these steps:
1. Identify λ (the average rate of events).
2. Determine k (the number of events you're interested in).
3. Substitute these values into the Poisson formula: P(X = k) = (λk * e) / k!
4. Calculate the factorial (k!).
5. Calculate the probability P(X = k).

5. When should you use Poisson instead of binomial?

Use the Poisson distribution when:
• The number of trials (n) is very large.
• The probability of success (p) is very small.
• The product λ = n * p (the average number of successes) remains relatively constant. The binomial distribution is more suitable when n is small or p is not close to zero.

6. Can you give a real-life example of Poisson distribution?

A call center receiving an average of 5 calls per minute. The Poisson distribution can model the probability of receiving exactly 0, 1, 2, 3, etc. calls in any given minute.

7. What is the mean and variance of a Poisson distribution?

In a Poisson distribution, both the mean and the variance are equal to λ (lambda), the average rate of events.

8. How does the Poisson distribution relate to the exponential distribution?

The exponential distribution describes the time between events in a Poisson process. If the number of events follows a Poisson distribution, the time between those events follows an exponential distribution.

9. What are some common mistakes to avoid when using the Poisson formula?

Common mistakes include:
• Incorrectly calculating factorials.
• Misinterpreting the meaning of λ (average rate).
• Not checking if the assumptions for the Poisson distribution are met.

10. How can I determine if a dataset fits a Poisson distribution?

You can use statistical tests like the chi-squared goodness-of-fit test to compare the observed frequencies in your dataset to the expected frequencies predicted by a Poisson distribution with the estimated λ. A low p-value would suggest the data doesn't fit the Poisson distribution well.

11. What is the Poisson probability mass function (PMF)?

The Poisson probability mass function (PMF) is simply another name for the Poisson distribution formula. It gives the probability of observing exactly k events in a given interval.

12. What's the difference between a Poisson process and a Poisson distribution?

A Poisson process is a stochastic process that counts the number of events occurring in a given time interval. A Poisson distribution is the probability distribution that describes the probability of a certain number of events occurring in a given interval of time or space, given the Poisson process's average rate (λ).