Mathematical Physicshigh schoolundergraduate

Binomial Distribution

Also known as: Bernoulli trials distribution

Flip a biased coin n times; the binomial distribution gives the probability of exactly k heads. Each specific sequence with k heads has probability p^k(1−p)^{n−k}, and there are C(n,k) such sequences. The distribution peaks near np, its mean, and spreads as √(np(1−p)). It's the discrete ancestor of the bell curve: for large n it becomes Gaussian (de Moivre–Laplace), and for rare events (small p, large n) it becomes Poisson.

P(k)=(nk)pk(1p)nkP(k)=\binom{n}{k}p^{k}(1-p)^{n-k}
Live simulation
warming up the physics…

The binomial probability bars shift and spread as you change the trial count and success probability.

Equivalent forms

μ=np,σ2=np(1p)\mu=np,\quad \sigma^2=np(1-p)
The bridge distribution: counting problems in, and both the Gaussian and Poisson laws emerge in its limits.