EuraStudy
Notes/Statistics/Exponential and Poisson distributions
Notes · StatisticsUK · A-Levels

Exponential and Poisson distributions

This topic treats the Poisson distribution as a model for the number of events occurring at a constant average rate, and the exponential distribution as the model for the waiting time between such events. It covers their probabilities, means and variances, the additivity of independent Poisson variables, the Poisson approximation to the binomial, and the memoryless property that links the two models.

5 sections·~12 min reading time·3 competencies·Level Standard 2 · Advanced 3

T·0777 / 18
Exam profile
AO1 · Calculate Poisson and exponential probabilities, means and variancesAO2 · Justify the modelling conditions and the Poisson approximation to the binomialAO3 · Model counts and waiting times in context and interpret the results
Operators:calculatefinddeterminemodelshow thatapproximate

basic level

The AS-level treatment of these models is limited; the Poisson and exponential distributions are principally full A-Level (Paper 2) content.

higher level

The full A-Level expects Poisson and exponential probabilities, the additivity and approximation results, and the memoryless property.

Depth

Reading depth: In depth

Text

Text size: Standard

Contents · 5 sections▾
  1. Exponential and Poisson distributions
    • 01The Poisson model and its conditions◐
    • 02Calculating Poisson probabilities, mean and variance◐
    • 03Sums of Poisson variables and the Poisson approximation to the binomial●
    • 04The exponential distribution for waiting times●
    • 05The memoryless property and the Poisson-exponential link●
§ 01

The Poisson model and its conditions#

●●○StandardLPPearson Edexcel 9ST0, Topic 10 (Paper 2)

Key points

The Poisson distribution models the number of events occurring in a fixed interval of time or space when the events happen singly, at a constant average rate, and independently of one another. Typical contexts are the number of calls to a switchboard in an hour, flaws per metre of cable, or accidents at a junction per month. We write X∼Po(λ)X \sim \text{Po}(\lambda)X∼Po(λ), where λ\lambdaλ is the mean number of events in the interval.
The conditions are that events occur independently, at a constant mean rate, and cannot occur simultaneously (two events do not coincide). Where the rate varies over the interval — rush-hour traffic, seasonal demand — a single Poisson model is inappropriate, and saying so with a reason is an examined skill just as it is for the binomial.
A defining and examinable feature of the Poisson is that its mean and variance are equal: both are λ\lambdaλ. This gives a quick diagnostic — a count whose sample mean and sample variance are close is consistent with a Poisson model, whereas a variance far larger than the mean (overdispersion) suggests the events are clustered rather than independent.
The Poisson parameter is additive over intervals: if events occur at rate λ\lambdaλ per unit interval, then over ttt units the count is Po(λt)\text{Po}(\lambda t)Po(λt). This scaling is used constantly — a rate of 3 per hour gives Po(1.5)\text{Po}(1.5)Po(1.5) over half an hour and Po(6)\text{Po}(6)Po(6) over two hours — and must be applied before any probability is computed.
X∼Po(λ):E(X)=λ,Var(X)=λX \sim \text{Po}(\lambda): \quad E(X) = \lambda, \quad \text{Var}(X) = \lambdaX∼Po(λ):E(X)=λ,Var(X)=λ

The Poisson model

Events occur singly, at constant rate, independently; the mean and variance are both λ\lambdaλ.

Worked example

Scaling the Poisson rate

Flaws occur in a cable at a mean rate of 0.6 per metre, modelled by a Poisson distribution. State the distribution of the number of flaws in a 5-metre length and give its mean and variance.

  1. 01Scale the rate

    Over 5 metres the mean number of flaws is 0.6×5=30.6 \times 5 = 30.6×5=3.

  2. 02State the distribution

    The number of flaws in 5 metres is Po(3)\text{Po}(3)Po(3).

  3. 03Mean and variance

    Both equal λ=3\lambda = 3λ=3.

Result: The number of flaws in 5 metres is Po(3)\text{Po}(3)Po(3), with mean 3 and variance 3.

Exam focus

  • State the Poisson conditions and scale λ\lambdaλ to the interval in the question.
  • Use the equality of mean and variance as a check on the model.

Typical mistakes

  • Failing to scale λ\lambdaλ to the required interval before computing a probability.
  • Applying the Poisson where the rate is not constant over the interval.

Active revision

Calls arrive at a helpline at a mean rate of 4 per hour. State the distribution of the number of calls in a 15-minute period.

Active recall

Recall the key points — then reveal.

Sources: Pearson Edexcel Level 3 Advanced GCE in Statistics (9ST0) Specification (Pearson Edexcel)

§ 02

Calculating Poisson probabilities, mean and variance#

●●○StandardLPPearson Edexcel 9ST0, Topic 10 (Paper 2)

A Poisson distribution

Po(3)Column chart: probability by x, Data: P(X = x) · 0: 0.05; P(X = x) · 1: 0.149; P(X = x) · 2: 0.224; P(X = x) · 3: 0.224; P(X = x) · 4: 0.168; P(X = x) · 5: 0.101; P(X = x) · 6: 0.05; P(X = x) · 7: 0.022; P(X = x) · 8: 0.00800.050.10.150.20123456780.050.1490.2240.2240.1680.1010.050.0220.008probabilityx
Fig. 1Po(3) has mean and variance 3; probabilities for x = 0 to 8 (the tail beyond 8 is negligible).

Key points

The Poisson probability function is P(X=x)=e−λλxx!P(X = x) = \dfrac{e^{-\lambda}\lambda^{x}}{x!}P(X=x)=x!e−λλx​ for x=0,1,2,…x = 0, 1, 2, \ldotsx=0,1,2,…, defined for every non-negative integer with no upper limit. As with the binomial, cumulative probabilities P(X≤x)P(X \leq x)P(X≤x) are read from tables or a calculator, and the upper tail is found by complement, P(X≥x)=1−P(X≤x−1)P(X \geq x) = 1 - P(X \leq x - 1)P(X≥x)=1−P(X≤x−1).
The distribution Po(3)\text{Po}(3)Po(3) below shows the characteristic Poisson shape: a peak near the mean (here the mode is at x=2x = 2x=2 and x=3x = 3x=3), a short left tail bounded at zero, and a right tail that decays but never quite ends. For small λ\lambdaλ the distribution is strongly right-skewed; as λ\lambdaλ grows it becomes more symmetric and, for large λ\lambdaλ, approximately normal.
Computations follow the formula directly. For Po(3)\text{Po}(3)Po(3), P(X=5)=e−3355!=0.0498×243120=0.1008P(X = 5) = \dfrac{e^{-3}3^{5}}{5!} = \dfrac{0.0498 \times 243}{120} = 0.1008P(X=5)=5!e−335​=1200.0498×243​=0.1008 (4 d.p.). Keeping e−λe^{-\lambda}e−λ to enough figures matters, because it multiplies every term; rounding it early corrupts the whole calculation.
The equality of mean and variance is used both as a property and as a solving tool. Given a Poisson count with a known variance, the rate λ\lambdaλ is immediate, and the standard deviation is λ\sqrt{\lambda}λ​. These summaries feed directly into the Poisson hypothesis tests and goodness-of-fit work later in the course.
P(X=x)=e−λλxx!,x=0,1,2,…P(X = x) = \frac{e^{-\lambda}\lambda^{x}}{x!}, \quad x = 0, 1, 2, \ldotsP(X=x)=x!e−λλx​,x=0,1,2,…

The Poisson probability

Defined for every non-negative integer; e−λe^{-\lambda}e−λ normalises the distribution to sum to 1.

Worked example

A Poisson probability

The number of emails arriving in an hour follows Po(3)\text{Po}(3)Po(3). Find the probability that exactly 5 arrive in a given hour.

  1. 01Apply the formula

    P(X=5)=e−3355!P(X = 5) = \dfrac{e^{-3}3^{5}}{5!}P(X=5)=5!e−335​.

  2. 02Evaluate the parts

    e−3=0.049787e^{-3} = 0.049787e−3=0.049787, 35=2433^5 = 24335=243, 5!=1205! = 1205!=120.

  3. 03Combine

    0.049787×243120=0.1008\dfrac{0.049787 \times 243}{120} = 0.10081200.049787×243​=0.1008 (4 d.p.).

    P(X=5)=0.049787×243120=0.1008P(X = 5) = \frac{0.049787 \times 243}{120} = 0.1008P(X=5)=1200.049787×243​=0.1008

Result: P(X=5)=0.1008P(X = 5) = 0.1008P(X=5)=0.1008 (4 d.p.).

Exam focus

  • Compute Poisson probabilities from the formula and cumulative probabilities from tables/calculator.
  • Use E(X)=Var(X)=λE(X) = \text{Var}(X) = \lambdaE(X)=Var(X)=λ and the standard deviation λ\sqrt{\lambda}λ​.

Typical mistakes

  • Rounding e−λe^{-\lambda}e−λ too early, corrupting every term.
  • Forgetting the factorial x!x!x! in the denominator.

Active revision

For X∼Po(3)X \sim \text{Po}(3)X∼Po(3), find P(X=5)P(X = 5)P(X=5) and P(X≤2)P(X \leq 2)P(X≤2).

Active recall

Recall the key points — then reveal.

Sources: Pearson Edexcel Level 3 Advanced GCE in Statistics (9ST0) Specification (Pearson Edexcel)

§ 03

Sums of Poisson variables and the Poisson approximation to the binomial#

●●●AdvancedLPPearson Edexcel 9ST0, Topic 10 (Paper 2)

Binomial and its Poisson approximation

B(100, 0.02) versus Po(2)Column chart: probability by x, Data: B(100, 0.02) · 0: 0.133; B(100, 0.02) · 1: 0.271; B(100, 0.02) · 2: 0.273; B(100, 0.02) · 3: 0.182; B(100, 0.02) · 4: 0.09; B(100, 0.02) · 5: 0.035; B(100, 0.02) · 6: 0.011; Po(2) · 0: 0.135; Po(2) · 1: 0.271; Po(2) · 2: 0.271; Po(2) · 3: 0.18; Po(2) · 4: 0.09; Po(2) · 5: 0.036; Po(2) · 6: 0.01200.050.10.150.20.2501234560.1330.1350.2710.2710.2730.2710.1820.180.090.090.0350.0360.0110.012probabilityxB(100, 0.02)Po(2)
Fig. 2B(100, 0.02) and its Poisson approximation Po(2) are nearly identical over x = 0 to 6.

Key points

Independent Poisson variables add: if X∼Po(λ1)X \sim \text{Po}(\lambda_1)X∼Po(λ1​) and Y∼Po(λ2)Y \sim \text{Po}(\lambda_2)Y∼Po(λ2​) are independent, then X+Y∼Po(λ1+λ2)X + Y \sim \text{Po}(\lambda_1 + \lambda_2)X+Y∼Po(λ1​+λ2​). This is the interval-additivity property seen from another angle, and it lets counts from separate sources or periods be pooled into a single Poisson model before any probability is computed.
The Poisson is the limiting form of the binomial when the number of trials is large and the probability of success is small. Formally, if X∼B(n,p)X \sim B(n, p)X∼B(n,p) with large nnn and small ppp, then XXX is approximately Po(λ)\text{Po}(\lambda)Po(λ) with λ=np\lambda = npλ=np. The rule of thumb is nnn large (say n>50n > 50n>50) and ppp small (say p<0.1p < 0.1p<0.1), so that npnpnp is moderate.
The comparison below shows B(100,0.02)B(100, 0.02)B(100,0.02) against its Poisson approximation Po(2)\text{Po}(2)Po(2): the bars are almost indistinguishable, confirming the approximation. It is genuinely useful because a Poisson probability with a single parameter is far quicker to evaluate than a binomial with large nnn, and cumulative Poisson tables are widely available.
The approximation works because, for small ppp, the binomial variance np(1−p)≈npnp(1 - p) \approx npnp(1−p)≈np matches the Poisson variance λ=np\lambda = npλ=np, and the two distributions share the same mean. When ppp is not small, the binomial variance np(1−p)np(1 - p)np(1−p) is appreciably below npnpnp and the Poisson overstates the spread, so the approximation should not be used.
X∼B(n,p),  n large,  p small  ⇒  X≈Po(np)X \sim B(n, p),\; n \text{ large},\; p \text{ small} \;\Rightarrow\; X \approx \text{Po}(np)X∼B(n,p),n large,p small⇒X≈Po(np)

Poisson approximation to the binomial

Valid when npnpnp is moderate while nnn is large and ppp small; independent Poissons also add: Po(λ1)+Po(λ2)=Po(λ1+λ2)\text{Po}(\lambda_1) + \text{Po}(\lambda_2) = \text{Po}(\lambda_1 + \lambda_2)Po(λ1​)+Po(λ2​)=Po(λ1​+λ2​).

Worked example

Poisson approximation to a binomial

A machine produces items with a 2% defect rate, independently. In a sample of 100, use a Poisson approximation to find the probability of exactly 3 defectives, and compare with the exact binomial value 0.1822.

  1. 01Set up the approximation

    X∼B(100,0.02)X \sim B(100, 0.02)X∼B(100,0.02) with nnn large and ppp small, so X≈Po(λ)X \approx \text{Po}(\lambda)X≈Po(λ) with λ=np=2\lambda = np = 2λ=np=2.

  2. 02Poisson probability

    P(X=3)=e−2233!=0.135335×86=0.1804P(X = 3) = \dfrac{e^{-2}2^{3}}{3!} = \dfrac{0.135335 \times 8}{6} = 0.1804P(X=3)=3!e−223​=60.135335×8​=0.1804 (4 d.p.).

    P(X=3)≈e−2233!=0.1804P(X = 3) \approx \frac{e^{-2}2^{3}}{3!} = 0.1804P(X=3)≈3!e−223​=0.1804
  3. 03Compare

    The exact binomial value is 0.1822, so the approximation is accurate to within 0.002.

Result: The Poisson estimate is 0.1804, agreeing closely with the exact binomial value 0.1822.

Exam focus

  • Add independent Poisson variables by adding their parameters.
  • Justify and apply the Poisson approximation to a binomial with large nnn and small ppp.

Typical mistakes

  • Adding Poisson variables that are not independent.
  • Using the Poisson approximation when ppp is not small, so the variances disagree.

Active revision

A rare fault affects 1.5% of items. In a batch of 200, use a Poisson approximation to estimate the probability of at most 2 faulty items.

Active recall

Recall the key points — then reveal.

Sources: Pearson Edexcel Level 3 Advanced GCE in Statistics (9ST0) Specification (Pearson Edexcel)

§ 04

The exponential distribution for waiting times#

●●●AdvancedLPPearson Edexcel 9ST0, Topic 10 (Paper 2)

The exponential density with a tail probability

Function graph, 0.5*exp(-0.5*x), 1 marked pointsGraph, y-intercept at y = 0.5, decreasing, on the interval x from 0 to 102468100.10.20.30.40.5mean = 2x = 3density f(x)waiting time x
Fig. 3Exponential density with rate 0.5: mean at x = 2, and the shaded tail P(X > 3) = e^(-1.5) = 0.223.

Key points

The exponential distribution is a continuous model for the waiting time until the next event in a Poisson process. Its probability density function is f(x)=λe−λxf(x) = \lambda e^{-\lambda x}f(x)=λe−λx for x≥0x \geq 0x≥0 (and 0 otherwise), where λ\lambdaλ is the same rate as in the associated Poisson model. The density starts at λ\lambdaλ when x=0x = 0x=0 and decays exponentially, as the curve below for λ=0.5\lambda = 0.5λ=0.5 shows.
Probabilities are areas under the density. The cumulative distribution function is F(x)=1−e−λxF(x) = 1 - e^{-\lambda x}F(x)=1−e−λx, so the probability of waiting longer than xxx is the clean upper-tail formula P(X>x)=e−λxP(X > x) = e^{-\lambda x}P(X>x)=e−λx. This is the workhorse result: the shaded region in the figure is P(X>3)=e−0.5×3=e−1.5=0.223P(X > 3) = e^{-0.5 \times 3} = e^{-1.5} = 0.223P(X>3)=e−0.5×3=e−1.5=0.223 (3 s.f.).
The mean waiting time is E(X)=1λE(X) = \dfrac{1}{\lambda}E(X)=λ1​ and the variance is Var(X)=1λ2\text{Var}(X) = \dfrac{1}{\lambda^2}Var(X)=λ21​, so the standard deviation equals the mean. For λ=0.5\lambda = 0.5λ=0.5 per minute the mean wait is 2 minutes, marked on the curve; a higher event rate λ\lambdaλ shortens the mean wait, as intuition demands.
The exponential and the Poisson describe the same process from two viewpoints: the Poisson counts how many events occur in a fixed time, while the exponential measures the time between consecutive events. If events occur as Po(λ)\text{Po}(\lambda)Po(λ) per unit time, the gaps between them are Exp(λ)\text{Exp}(\lambda)Exp(λ), and this correspondence is the reason the two distributions are studied together.
f(x)=λe−λx,  x≥0;P(X>x)=e−λx;E(X)=1λ,  Var(X)=1λ2f(x) = \lambda e^{-\lambda x},\; x \geq 0; \qquad P(X > x) = e^{-\lambda x}; \qquad E(X) = \frac{1}{\lambda},\; \text{Var}(X) = \frac{1}{\lambda^2}f(x)=λe−λx,x≥0;P(X>x)=e−λx;E(X)=λ1​,Var(X)=λ21​

The exponential distribution

The waiting-time model of a Poisson process; the upper tail is a clean exponential.

Worked example

An exponential tail probability

The time in minutes between customer arrivals is exponential with λ=0.5\lambda = 0.5λ=0.5. Find the probability that the wait exceeds 3 minutes and state the mean wait.

  1. 01Use the tail formula

    P(X>3)=e−λx=e−0.5×3=e−1.5P(X > 3) = e^{-\lambda x} = e^{-0.5 \times 3} = e^{-1.5}P(X>3)=e−λx=e−0.5×3=e−1.5.

  2. 02Evaluate

    e−1.5=0.2231=0.223e^{-1.5} = 0.2231 = 0.223e−1.5=0.2231=0.223 (3 s.f.).

    P(X>3)=e−1.5=0.223P(X > 3) = e^{-1.5} = 0.223P(X>3)=e−1.5=0.223
  3. 03Mean wait

    E(X)=1λ=10.5=2E(X) = \dfrac{1}{\lambda} = \dfrac{1}{0.5} = 2E(X)=λ1​=0.51​=2 minutes.

Result: P(X>3)=0.223P(X > 3) = 0.223P(X>3)=0.223 (3 s.f.) and the mean waiting time is 2 minutes.

Exam focus

  • Use P(X>x)=e−λxP(X > x) = e^{-\lambda x}P(X>x)=e−λx and F(x)=1−e−λxF(x) = 1 - e^{-\lambda x}F(x)=1−e−λx for exponential probabilities.
  • Relate the rate λ\lambdaλ to the mean waiting time 1λ\frac{1}{\lambda}λ1​.

Typical mistakes

  • Confusing the rate λ\lambdaλ with the mean; the mean is 1λ\frac{1}{\lambda}λ1​.
  • Integrating unnecessarily when the tail formula P(X>x)=e−λxP(X > x) = e^{-\lambda x}P(X>x)=e−λx gives the answer directly.

Active revision

The time (minutes) between arrivals at a counter is exponential with rate λ=0.5\lambda = 0.5λ=0.5. Find P(X>3)P(X > 3)P(X>3) and the mean waiting time.

Active recall

Recall the key points — then reveal.

Sources: Pearson Edexcel Level 3 Advanced GCE in Statistics (9ST0) Specification (Pearson Edexcel)

§ 05

The memoryless property and the Poisson-exponential link#

●●●AdvancedLPPearson Edexcel 9ST0, Topic 10 (Paper 2)

Key points

The exponential distribution is memoryless: the probability of waiting a further time ttt does not depend on how long you have already waited, so P(X>s+t∣X>s)=P(X>t)P(X > s + t \mid X > s) = P(X > t)P(X>s+t∣X>s)=P(X>t). A component that has survived some time is, under this model, as good as new. This follows algebraically because P(X>s+t)P(X>s)=e−λ(s+t)e−λs=e−λt=P(X>t)\dfrac{P(X > s + t)}{P(X > s)} = \dfrac{e^{-\lambda(s + t)}}{e^{-\lambda s}} = e^{-\lambda t} = P(X > t)P(X>s)P(X>s+t)​=e−λse−λ(s+t)​=e−λt=P(X>t).
The memoryless property is a strong modelling assumption and is not always realistic — many real components wear out, so the chance of failure rises with age, contradicting memorylessness. Recognising when the assumption is reasonable (truly random failures, radioactive decay) and when it is not (ageing, fatigue) is part of judging the model.
The Poisson and exponential are two descriptions of a single Poisson process at rate λ\lambdaλ: the number of events in a fixed interval is Po(λt)\text{Po}(\lambda t)Po(λt), while the time between consecutive events is Exp(λ)\text{Exp}(\lambda)Exp(λ). In particular, the probability of no event in a time ttt can be found either as the Poisson P(N=0)=e−λtP(N = 0) = e^{-\lambda t}P(N=0)=e−λt or as the exponential P(X>t)=e−λtP(X > t) = e^{-\lambda t}P(X>t)=e−λt — the same expression, as it must be.
This equivalence is powerful in problems: a question about 'no calls in the next 10 minutes' can be answered with either model, and a question mixing counts and waiting times can be moved to whichever description is simpler. Understanding that the two distributions are the discrete and continuous faces of one process is the conceptual heart of this topic.
P(X>s+t∣X>s)=P(X>t)=e−λtP(X > s + t \mid X > s) = P(X > t) = e^{-\lambda t}P(X>s+t∣X>s)=P(X>t)=e−λt

The memoryless property

The remaining wait is independent of the wait already elapsed; equal to the Poisson P(N=0)P(N = 0)P(N=0) over time ttt.

Worked example

One process, two models

Machine breakdowns occur as a Poisson process at rate 0.5 per hour. Find the probability of no breakdown in the next 2 hours using both the Poisson and the exponential descriptions.

  1. 01Poisson view

    The number in 2 hours is Po(0.5×2)=Po(1)\text{Po}(0.5 \times 2) = \text{Po}(1)Po(0.5×2)=Po(1), so P(N=0)=e−1=0.368P(N = 0) = e^{-1} = 0.368P(N=0)=e−1=0.368.

  2. 02Exponential view

    The time to the first breakdown is Exp(0.5)\text{Exp}(0.5)Exp(0.5), so P(X>2)=e−0.5×2=e−1=0.368P(X > 2) = e^{-0.5 \times 2} = e^{-1} = 0.368P(X>2)=e−0.5×2=e−1=0.368.

    P(N=0)=P(X>2)=e−1=0.368P(N = 0) = P(X > 2) = e^{-1} = 0.368P(N=0)=P(X>2)=e−1=0.368
  3. 03Reconcile

    Both give e−1=0.368e^{-1} = 0.368e−1=0.368 (3 s.f.), confirming the two models describe the same process.

Result: The probability of no breakdown in 2 hours is e−1=0.368e^{-1} = 0.368e−1=0.368, obtained identically from the Poisson and the exponential.

Exam focus

  • Apply the memoryless property to a conditional waiting-time question.
  • Answer a 'no events in time ttt' question by either the Poisson or the exponential and get the same result.

Typical mistakes

  • Assuming memorylessness for a component that ages (where failure rate increases with time).
  • Treating the Poisson count and the exponential gap as unrelated rather than two views of one process.

Active revision

Faults occur on a line as a Poisson process at 0.5 per hour. Find the probability of no fault in the next 2 hours, and verify it two ways.

Active recall

Recall the key points — then reveal.

Sources: GCE AS and A level subject content (Statistics) (Department for Education / Ofqual)

Contents

Section -- / 05

    • 01The Poisson model and its conditions◐
    • 02Calculating Poisson probabilities, mean and variance◐
    • 03Sums of Poisson variables and the Poisson approximation to the binomial●
    • 04The exponential distribution for waiting times●
    • 05The memoryless property and the Poisson-exponential link●

0/5 Read

From notes into training

Exponential and Poisson distributions

Reinforce this topic with matching tasks from the question bank.

~12
min
3
Competencies
Practise

References & sources

Sources

Pearson Edexcel

  • Pearson Edexcel Level 3 Advanced GCE in Statistics (9ST0) Specification

Department for Education / Ofqual

  • GCE AS and A level subject content (Statistics)

Previous topic

Binomial distribution

Next topic

Normal distribution

EuraStudy·Notes T·07·MMXXVI

Carry on to the next topic — your learning path is kept.