Bernoulli-Laplace
The Bernoulli-Laplace model of diffusion describes the flow of two incompressible liquids between two containers. It may be described as two urns that contain balls each. Initially, the balls in the left urn are all red and the balls in the right urn are all blue. At each step, pick a ball at random from each urn and exchange them so that each box always contains balls. Let be the number of blue balls in the left urn at step , find the transition matrix, and the stationary distribution, .
Transition Matrix
Initially, and the complete state space of . Furthermore, to understand the transition matrix, the transition probabilities, , between states must be known.
Suppose , there are 4 possible outcomes to from of any given step:
- Blue from the left and blue from the right with probability giving .
- Blue from the left and red from the right with probability giving .
- Red from the left and red from the right with probability giving .
- Red from the left and blue from the right with probability giving .
Moreover, these outcomes can be shown as,
Consequently, the complete transition matrix,
Stationary distribution
Similar to the Ehrenfest urn model that was solved previously, the long term probability that blue marbles are in the left urn is an essential question to be solved.
To begin with, and (using ). Next, for ,
Incidentally, , can be written as . Next solve using induction,
Since, and ,
Finally, the unique limiting distribution for the Bernoulli-Laplace Urn model
As a final point it’s important to note that the final form of requires a good understanding of combinatorics and lots of scratch paper to simplify. Save for Bernoulli and Laplace like intuition of these types of problems, it is difficult to recognize the mathematical trick to write and work from there.