ABSTRACT

The Geometric Distribution models the number of independent Bernoulli Trials required to achieve the first success. It is defined over an infinite discrete sample space.


Definition

Suppose we conduct a sequence of independent trials, each with a probability of success and probability of failure . The random variable represents the number of the trial on which the first success occurs.

Probability Mass Function (PMF)

For :

  • : The probability of having consecutive failures.
  • : the probability that the trial is a success.

Proof: Sum of Probabilities

By the Law of Total Probability, the sum of all probabilities in the sample space must equal .

Using the formula for an infinite Geometric Series where the first term and the common ratio :

NOTE

The series converges because , which implies .


Properties

PropertyValue
Sample Space
Expected Value
Memoryless Property

The Memoryless Property

The Geometric distribution is unique among discrete distributions because it is memoryless. This means that if you have already failed times, the probability of needing more trials is the same as the probability of needing trials at the very start. The “coin has no memory” of previous failures.


Example: Rolling a Die

What is the expected number of rolls to get a 6 on a fair die?

  • Here, .
  • Using the expectation formula: rolls.

  • Binomial Distribution: Contrast this with the Binomial, where the number of trials is fixed and we count successes.
  • Case Analysis: Often used to derive the Expected Value of a geometric distribution via “First-Step Analysis.”
  • Expected Value: The long-run average of trials needed for success.