The Urn of Mystery
A Journey into Polya's Urn
Imagine you are standing before an ancient urn. Inside, there are m white balls and n black balls, waiting for your hand to reach in.
This is not just a probability problem; it is a story of dependency and balance. When we draw a ball and replace it along with k additional balls of the same color, we are engaging in a classic experiment known as Polya's Urn.
It feels like the urn is 'learning' from our choices, doesn't it? Let's unravel this mystery together.
Phase 1
The Branching Reality
We want to know the probability that the second ball drawn is white, which we denote as P(W2). But here is the catch: the second draw is not independent.
It is shackled to the outcome of the first draw. If we draw a white ball first, the urn becomes 'whiter'. If we draw a black ball first, it becomes 'blacker'.
To handle this, we use the Law of Total Probability. Think of this as a bridge between two possible realities. We partition our sample space into two mutually exclusive events: the first ball is white (W1) or the first ball is black (B1).
The total probability is the sum of these two paths:
P(W2)=P(W1)⋅P(W2∣W1)+P(B1)⋅P(W2∣B1)
Phase 2
Walking the Paths
Let's walk down the first path. The probability of drawing a white ball initially is simply the number of white balls over the total: P(W1)=m+nm.
Now, we add k white balls. Our new urn composition is (m+k) white balls and n black balls, with a new total of (m+n+k).
Thus, the conditional probability of drawing white again is:
Now, let's walk the second path. The probability of drawing a black ball initially is P(B1)=m+nn.
We add k black balls. The urn now holds m white balls and (n+k) black balls, with the same total (m+n+k).
The conditional probability of drawing a white ball here is:
Phase 3
The Algebraic Revelation
Now, we bring these pieces together into our master equation:
P(W2)=(m+nm⋅m+n+km+k)+(m+nn⋅m+n+km)
Take a deep breath. I know this looks like a messy fraction, but look closely at the denominators. They are identical!
We can combine the numerators over the common denominator (m+n)(m+n+k):
P(W2)=(m+n)(m+n+k)m(m+k)+nm
Here is where most students panic and start expanding everything. Don't! Look at the numerator: m(m+k)+nm.
Let's pull out the common factor of m:
P(W2)=(m+n)(m+n+k)m(m+k+n)
The Final Symmetry
Do you see it? The term (m+n+k) is sitting in both the numerator and the denominator, waiting to be cancelled.
When we strike it out, we are left with the most elegant result imaginable:
It is the same as the initial probability! The parameter k, which seemed so crucial, has vanished.
This is the beauty of Polya's Urn. It teaches us that while individual events are influenced by the past, the underlying probability structure maintains a beautiful, persistent symmetry.
You have just mastered a fundamental concept in stochastic processes. Keep this intuition with you—it will serve you well in your journey through JEE Advanced physics and mathematics.