4.3 Exponential Distribution
4.3.1 Main Idea
The exponential distribution models a continuous waiting time until the next event occurs when events arise independently at a constant average rate.
It is closely connected to the Poisson process:
the Poisson distribution counts how many events occur in a fixed interval;
the exponential distribution measures how long we wait until the next event.
Typical examples include:
time until the next customer arrives;
time between telephone calls;
distance until the next flaw appears;
lifetime of a component when its failure rate is constant.
Let
be the event rate per unit time or space. If \(X\) denotes the waiting time until the next event, then
The same event process can therefore be viewed in two ways. Over a fixed interval, we may count events. Starting from one event, we may instead measure the continuous distance or time to the next event.
4.3.2 Rate and Mean-Waiting-Time Parameterizations
Two equivalent parameterizations are commonly used.
If \(\lambda\) is the event rate, then the mean waiting time is
Equivalently,
Some references use a symbol such as \(m\) for this rate or decay parameter. In this handout, we use \(\lambda\) consistently.
Thus the two equivalent forms of the density are
and
The units are important:
\(\lambda\) has units of events per unit time;
\(\mu\) and \(X\) have units of time.
For example, if customers arrive at an average rate of 30 per hour, then
so the mean waiting time is
4.3.3 Probability Density Function
A random variable \(X\) has an exponential distribution with rate \(\lambda\) if
Note
Exponential PDF
The density is largest at \(x=0\):
It then decreases continuously toward zero as \(x\) increases. This is why small waiting times are more common than very large waiting times.
As with every probability density function, the total area must equal 1:
Since
we obtain
The value \(f(x)\) is a density, not the probability of one exact waiting time. Because \(X\) is continuous,
4.3.4 CDF and Survival Function
The cumulative distribution function is
For \(x\geq0\), integrate the density from 0 to \(x\):
Therefore,
Hence,
Note
Exponential CDF
The complementary probability
is called the survival function. It is
This simple exponential tail is one of the most useful properties of the distribution.
4.3.5 Probability Calculations
For \(x\geq0\),
For waiting more than \(x\),
For an interval \(0\leq a<b\),
Substituting the exponential CDF gives
The shaded area under the density between two time points represents the probability that the event occurs during that waiting-time interval.
Because \(X\) is continuous, endpoint inclusion does not matter:
4.3.6 Main Example: Time Between Customer Arrivals
Suppose customers arrive according to a Poisson process at an average rate of 30 customers per hour.
Express the rate in minutes:
Let
Then
The mean waiting time is
Probability that the next customer arrives within one minute
Probability that the wait exceeds five minutes
Probability that the waiting time is between one and three minutes
These three calculations illustrate the three common forms of exponential probability questions: left-tail, right-tail, and interval probabilities.
4.3.7 Deriving the Mean
For a continuous random variable,
For an exponential random variable,
Use integration by parts. Let
Then
Therefore,
The boundary term is zero, so
Thus,
Note
Mean of an Exponential Distribution
A larger event rate therefore produces a shorter mean waiting time.
4.3.8 Deriving the Variance and Standard Deviation
Use
First compute
Again use integration by parts with
Then
Therefore,
The boundary term is zero. Also,
Hence,
Now
Therefore,
Note
Variance and Standard Deviation
and
Thus, for an exponential distribution,
The mean and standard deviation have the same numerical value and the same units.
4.3.9 Percentiles and the Median
Suppose \(k_r\) is the \(r\)-th percentile, where \(0<r<1\). Then
Using the CDF,
Therefore,
Take natural logarithms:
Hence,
Note
Exponential Percentile
For the median, \(r=0.50\), so
Because
we have
This is consistent with the right-skewed shape of the exponential distribution.
For the customer-arrival example, \(\lambda=0.5\). The 70th percentile is
Thus, 70% of the waiting times are at most about 2.41 minutes.
4.3.10 Memoryless Property
The exponential distribution is memoryless. For \(s,t\geq0\),
To see why, use conditional probability:
Using the survival function,
But
Therefore,
For the customer-arrival example, suppose 5 minutes have already passed with no arrival. The probability of waiting more than one additional minute is still
The previous five minutes do not make an arrival “due.”
4.3.11 Connection to the Poisson Distribution
The Poisson and exponential distributions describe the same underlying event process from two different perspectives.
Suppose events follow a Poisson process with rate \(\lambda\), and let
Then
Let
The event
means that no event has occurred by time \(t\). Therefore,
Using the Poisson PMF,
Thus,
Therefore,
Differentiating gives
This is exactly the exponential distribution.
So:
Poisson -> number of events in a fixed interval.
Exponential -> waiting time until the next event.
4.3.12 Reliability Interpretation and Constant Hazard
The exponential distribution is often used in reliability when the failure rate is approximately constant.
The hazard rate is
For an exponential random variable,
Thus the hazard is constant over time.
For example, suppose a component lifetime is exponential with mean 10 years. Then
The probability that it survives more than 7 years is
This model is appropriate only when a constant failure rate is plausible. It is not suitable for strong wear-out or aging behavior in which failure risk increases with age.
4.3.13 Exponential, Poisson, and Geometric
Feature |
Exponential |
Poisson |
Geometric |
|---|---|---|---|
Type |
Continuous |
Discrete |
Discrete |
Random variable |
Waiting time |
Event count |
Number of trials until success |
Typical setting |
Continuous event process |
Continuous event process |
Repeated Bernoulli trials |
Memoryless |
Yes |
Not applicable in this form |
Yes |
The exponential distribution can be viewed as the continuous analogue of the geometric waiting-time model. Both are memoryless, but one measures continuous time while the other counts discrete trials.
4.3.14 A Simple Method
For an exponential problem:
Define what \(X\) measures and identify its units.
Identify the event rate \(\lambda\), or convert from the mean using \(\lambda=1/\mu\).
Make the units of \(x\) compatible with the units of \(\lambda\).
Translate the probability statement:
less than -> use \(1-e^{-\lambda x}\);
more than -> use \(e^{-\lambda x}\);
between -> subtract two CDF values.
Interpret the result in the original context.
4.3.15 Quick Practice
Calls arrive at a service desk according to a Poisson process at an average rate of 4 calls per hour.
Let \(X\) be the waiting time in hours until the next call.
Find:
\(P(X>0.5)\);
\(P(X<0.25)\);
\(E(X)\); and
the median waiting time.
Answer
Here,
For part (a),
For part (b),
For part (c),
For part (d),
4.3.16 Common Mistakes
A common mistake is to confuse the rate with the mean waiting time.
not \(\mu=\lambda\).
Another mistake is to use inconsistent units. If \(\lambda\) is measured per hour, then the waiting time inserted into the formula must be measured in hours.
A third mistake is to treat \(f(x)\) as a point probability. For a continuous random variable,
Another mistake is to use a Poisson PMF when the question asks how long until an event. Poisson counts events; exponential measures waiting time.
Finally, do not use the exponential model automatically for every lifetime. Its constant hazard rate excludes many aging and wear-out mechanisms.
4.3.17 Summary
For
with \(x\geq0\),
and
The mean, variance, and standard deviation are
and
The \(r\)-th percentile is
The distribution is memoryless:
Its main connection to the Poisson distribution is:
Poisson counts events; exponential measures the waiting time between them.