Mathematical Physicshigh schoolundergraduate

Binomial Theorem

Also known as: Binomial expansion · Newton's binomial series

Expanding (x+y)ⁿ, each term picks either x or y from each of the n factors; the coefficient counts how many ways to pick k y's — that's 'n choose k', Pascal's triangle. Newton's leap was letting the exponent be any real number, turning the finite sum into an infinite series that gives (1+x)^α. Physicists live on the first two terms: (1+x)^α ≈ 1+αx for small x, the workhorse approximation behind nearly every 'to first order' calculation.

(x+y)n=k=0n(nk)xnkyk(x+y)^n=\sum_{k=0}^{n}\binom{n}{k}x^{n-k}y^{k}
Live simulation
warming up the physics…

Pascal's triangle builds row by row; each binomial coefficient is the sum of the two above it.

Equivalent forms

(1+x)α=k=0(αk)xk(1+x)^\alpha=\sum_{k=0}^{\infty}\binom{\alpha}{k}x^{k}
Pascal's triangle, the normal distribution, and every 'small-x expansion' in physics all fall out of one counting argument.