
Poisson Distribution formula derivation properties and solved examples
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
- 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 \) - Apply the Poisson formula:
\( P(X=2) = \frac{4^2 \times e^{-4}}{2!} \) - Calculate each part:
\( 4^2 = 16, 2! = 2, e^{-4} \approx 0.0183 \) - Compute step-by-step:
Numerator = \( 16 \times 0.0183 = 0.2928 \); Divide by 2: \( 0.2928/2 = 0.1464 \) - 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 Explained with Formula and Applications
1. What is the Poisson distribution?
The Poisson distribution is a discrete probability distribution that models the number of events occurring in a fixed interval of time or space when the events happen independently and at a constant average rate λ (lambda).
- It counts occurrences such as calls per hour, defects per unit, or arrivals per minute.
- The variable takes values 0, 1, 2, 3, …
- It is commonly used when events are rare but possible in large populations.
2. What is the formula for the Poisson distribution?
The formula for the Poisson probability is P(X = k) = (e−λ λk) / k!.
- λ = average number of events in the interval
- k = number of occurrences (0, 1, 2, …)
- e ≈ 2.718
3. What does lambda (λ) mean in the Poisson distribution?
In the Poisson distribution, λ (lambda) represents the average or expected number of events in a fixed interval.
- It is both the mean and the variance of the distribution.
- If λ = 4, we expect 4 events per interval on average.
- A larger λ spreads the distribution further to the right.
4. How do you calculate a Poisson probability step by step?
To calculate a Poisson probability, substitute values into P(X = k) = (e−λ λk) / k! and simplify.
- Step 1: Identify λ (mean rate).
- Step 2: Identify k (desired number of events).
- Step 3: Compute e−λ.
- Step 4: Calculate λk and k!.
- Step 5: Substitute and simplify.
P(X = 3) = (e−2 × 23) / 3! = (e−2 × 8) / 6 ≈ 0.180.
5. What are the mean and variance of the Poisson distribution?
For a Poisson distribution, the mean = λ and the variance = λ.
- This is a unique property of the Poisson model.
- The standard deviation is √λ.
- If λ = 9, then mean = 9 and standard deviation = 3.
6. When should you use the Poisson distribution?
Use the Poisson distribution when counting independent events occurring at a constant average rate in a fixed interval.
- Events occur one at a time.
- The average rate (λ) is constant.
- Occurrences are independent.
7. What is the difference between the Poisson and binomial distribution?
The key difference is that the binomial distribution counts successes in a fixed number of trials, while the Poisson distribution counts events in a fixed interval.
- Binomial uses parameters n (trials) and p (probability).
- Poisson uses a single parameter λ.
- Poisson can approximate binomial when n is large and p is small.
8. Can you give a real-life example of a Poisson distribution?
A real-life example of the Poisson distribution is modeling the number of calls received by a call center per hour.
- If the average is λ = 5 calls per hour,
- The probability of receiving exactly 2 calls is:
P(X = 2) = (e−5 × 52) / 2! ≈ 0.084.
9. What are the key properties of the Poisson distribution?
The Poisson distribution has several important mathematical properties.
- It is a discrete probability distribution.
- Mean and variance are both λ.
- The sum of two independent Poisson variables with parameters λ₁ and λ₂ is Poisson with parameter λ₁ + λ₂.
- The distribution is positively skewed for small λ.
10. How is the Poisson distribution related to the normal distribution?
The normal distribution approximates the Poisson distribution when λ is large (typically λ ≥ 10).
- Mean = λ
- Variance = λ
- Use normal approximation with continuity correction.





















