Binomial Theorem Proof
📂LemmasBinomial Theorem Proof
Theorem
(x+y)n=r=0∑nnCrxryn−r
Here, nCr is defined as the Binomial Coefficient.
nCr=(rn)=r!(n−r)!n!
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, the coefficient of xryn−r is
(x+y)n=(x+y)(x+y)(x+y)⋯(x+y)
equivalent to selecting x of (x+y) n times and y n−r times respectively. Therefore, the combination nCr becomes the coefficient of xryn−r,
(x+y)n=r=0∑nnCrxryn−r
■