logo

Binomial Theorem Proof 📂Lemmas

Binomial Theorem Proof

Theorem

(x+y)n=r=0nnCrxrynr (x+y)^{n} = \sum_{r=0}^{n} {_n C _r} x^{r} y^{n-r} Here, nCr{_n C _r} is defined as the Binomial Coefficient. nCr=(nr)=n!r!(nr)! {_n C _r} = \binom{n}{r} = {{ n! } \over { r ! (n-r)! }}

Description

It’s surprisingly useful right after you learn it in high school. Because of its versatility, it allows for the derivation of many formulas quickly and is widely used across various fields.

Proof

When expanding (x+y)n(x+y)^{n}, the coefficient of xrynrx^{r} y^{n-r} is (x+y)n=(x+y)(x+y)(x+y)(x+y) (x+y)^{n} = (x+y)(x+y)(x+y) \cdots (x+y) equivalent to selecting xx of (x+y)(x+y) nn times and yy nrn-r times respectively. Therefore, the combination nCr_n C _r becomes the coefficient of xrynrx^{r} y^{n-r}, (x+y)n=r=0nnCrxrynr (x+y)^{n} = \sum_{r=0}^{n} {_n C _r} x^{r} y^{n-r}