1.3.7 Binomial Expansion

Is this is as heavy into combinatorics as we’re going to go? Right, you wish. First off recall the binomial expansion formula:

(a+b)n=an+nan1b+n(n1)2an2b2++bn (1.5)

But what are all those terms in the middle? We write them in terms of combination notation

(nm)=n!m!(nm)! (1.6)

This means the ”combination of n things taken m at a time”. This is also sometimes written as Cmn. Then we can write the binomial expansion as

(a+b)n=m=0n(nm)ambnm (1.7)

Also the notation ”!” means ”factorial. So for example 5!=5×4×3×2×1. This can be confusing when you want to write ”how about that 5!”, but mathematicians seldom get excited in papers.

Well let’s review how you derive this binomial expansion and what the right hand side means. Start off expanding (a+b)(a+b)=aa+ab+ba+bb.

Let’s now try (a+b)(a+b)(a+b)=aaa+(aab+aba+baa)+(bba+bab+abb)+bbb. What’s happening here is that this expansion generates all possible combinations a’s and b’s which I grouped together as above, so that you can easily write this as a3+3a2b+3ab2+b3. The coefficients of this are simple cases of that general combination written above. In this case (aab+aba+baa) represents then is the number of ways of choosing two a’s from a three possibilities.

I’m not going to go over a proof of this formula, but there are a lot of discussions of it. You’ve likely seen it before in any case.