The Galton Board: A Walk to Normality

GALTON BOARD

The Galton Board: A Walk to Normality

The Galton Board, or quincunx, was invented by Sir Francis Galton to visually demonstrate the central limit theorem. By dropping marbles through a grid of pegs, the board shows how multiple random events create a predictable, well-defined distribution.

Mathematical Path Explanation

When a marble hits a peg, it has an equal probability of moving left or right. We assume the probability of going right pp is 0.50.5, and left 1p1 - p is also 0.50.5. If the board has nn rows, each marble makes nn random decisions. Its final position depends on the total number of rightward moves.

Relation to Binomial Distribution

The distribution of marbles in the bins follows a binomial distribution. This describes the number of successes (kk) in a sequence of nn independent trials. On the Galton Board, nn is the number of rows, and kk is the number of right turns. The probability of a marble landing in a specific bin is given by the binomial probability mass function:

P(X=k)=(nk)pk(1p)nkP(X=k) = \binom{n}{k} p^k (1-p)^{n-k}

From Binomial to the Bell Curve

As the number of rows (nn) and marbles increases, the binomial distribution increasingly approximates the normal distribution, also known as the Gaussian bell curve. This is the key principle the Galton Board demonstrates: the sum of many independent random variables tends toward a normal distribution, described by the probability density function:

f(x)=1σ2πe12(xμσ)2f(x) = \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2}

On our board, the mean μ\mu is npnp and the variance σ2\sigma^2 is np(1p)np(1-p), corresponding to the binomial distribution. This elegantly shows how the predictable order of the bell curve emerges from the randomness of individual events.