The Geometric Distribution is a discrete probability distribution that models the number of Bernoulli trials needed for a success to occur. It's widely used in statistics, especially in situations involving repeated independent trials like flipping coins or rolling dice until a desired outcome is achieved. Unlike the Hyper Geometric Distribution, which deals with selection without replacement, the geometric distribution focuses on independent trials with constant success probability.
The Geometric distribution gives the probability that the first success will occur on the k-th trial in a sequence of independent Bernoulli trials, each with the same probability p of success.
The Probability Mass Function (PMF) of the geometric distribution is:
Where:
Example 1: Suppose the probability of getting a heads when flipping a fair coin is p = 0.5. What is the probability that the first heads appear on the 3rd toss?
Solution:
So, the probability is 0.125.
Geometric distribution mean tells us the expected number of trials until the first success.
The Geometric distribution CDF gives the probability that the first success occurs on or before the k-th trial:
In discrete distributions, we often use PMF (Probability Mass Function) instead of PDF (Probability Density Function). So:
Graph:
Here's the graph of the Cumulative Distribution Function (CDF) for a Geometric Distribution with p = 0.3. It shows the probability that the first success occurs on or before trial number kk.
The Probability Mass Function (PMF) of the Geometric Distribution gives the probability that the first success occurs on the k-th trial.
PMF Formula:
Where:
Graph:
Here’s the graph of the Probability Mass Function (PMF) for a Geometric Distribution with p=0.3p = 0.3. The x-axis represents the trial number kk, and the y-axis gives the probability that the first success occurs on the trial.
Here’s the graph of the Probability Mass Function (PMF) for a Geometric Distribution with p=0.3p=0.3. The x-axis represents the trial number k, and the y-axis gives the probability that the first success occurs on the trial.
Example:
If a coin has a probability of heads p = 0.5, then the probability that the first head appears on the 3rd toss is:
The probability generating function (PGF) of a geometric distribution is:
This function helps in finding moments like mean and variance.
Example 1: A fair die is rolled repeatedly until a “4” appears. What is the probability that the number “4” appears for the first time on the 3rd roll?
Solution:
Example 2: The probability of success in a single trial is p=0.2p = 0.2. Find the expected number of trials until the first success.
Solution:
In geometric distribution:
Example 3:
Solution:
Example 4: A light bulb has a 10% chance of failing on any given day. What is the probability that it survives at least 5 days?
Solution:
Example 5: A man tries to start his bike each morning. The probability of success on each try is 0.3. He pays ₹1 for each attempt. What is the expected cost to start the bike successfully?
Solution:
Example 6: A biased coin has a probability of heads p = 0.3. What is the probability that the first head appears on the 4th toss?
Solution:
(Session 2025 - 26)