Exponential Distribution: Waiting Times and Lifetimes

College Depth 74 in the knowledge graph I know this Set as goal
Unlocks 3 downstream topics
exponential waiting-time

Core Idea

Exponential(λ) with rate λ>0: f(x)=λe^{−λx}, x≥0. E[X]=1/λ, Var(X)=1/λ². Models lifetimes, service times, and waiting times between Poisson events. Only continuous distribution with memoryless property.

Explainer

From your introduction to the exponential distribution, you know the basic shape and the formulas. This deeper treatment develops two things: why the exponential distribution is the unique continuous distribution with the memoryless property, and what it means for the exponential to be the continuous-time analogue of the geometric distribution — both arising as waiting times in a Poisson framework.

The memoryless property says: P(X > s + t | X > s) = P(X > t) for all s, t ≥ 0. In words: if a component has survived to age s, its remaining lifetime has exactly the same distribution as a brand-new component. Past survival gives no information about future failure. This is a strange property — it means the exponential distribution has no aging. Formally, the only continuous distribution with this property is the exponential. Here is the argument: the survival function S(x) = P(X > x) must satisfy S(s + t) = S(s) · S(t) (this is the functional equation the memoryless property imposes). Continuous solutions to S(s + t) = S(s) · S(t) with S(0) = 1 and S decreasing are exactly S(x) = e^{−λx} for some λ > 0 — i.e., the exponential distributions. No other continuous distribution satisfies this.

The connection to the Poisson process is where the exponential becomes indispensable. If events occur as a Poisson process with rate λ (meaning the number of events in any interval of length t is Poisson(λt)), then the waiting time between consecutive events is Exp(λ). Conversely, if inter-arrival times are i.i.d. Exp(λ), the counting process is Poisson with rate λ. This duality means the exponential and Poisson distributions are two views of the same underlying random process: Poisson describes the count, exponential describes the gaps. The mean waiting time 1/λ is the reciprocal of the rate, which is intuitive: if events arrive at rate 2 per hour (λ = 2), the average wait is 1/2 hour.

For practical calculations: the CDF is F(x) = 1 − e^{−λx}, making probability computations straightforward. Sums of independent exponentials produce the gamma distribution: if X₁, …, Xₙ are i.i.d. Exp(λ), then X₁ + … + Xₙ ~ Gamma(n, λ). The minimum of independent exponentials is again exponential: min(X₁, X₂) ~ Exp(λ₁ + λ₂) when Xᵢ ~ Exp(λᵢ) independently — a crucial fact in reliability theory and queueing, where the system fails when the first component fails. Together, these properties — memorylessness, Poisson duality, additive gamma structure, and minimum closure — make the exponential the cornerstone of continuous-time probability models.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesExponential DistributionExponential Distribution: Waiting Times and Lifetimes

Longest path: 75 steps · 314 total prerequisite topics

Prerequisites (2)

Leads To (1)