The smart way to do the binomial expansion (Part 1)
Ah, the binomial expansion. The scourge of my A-level: the sum that was always wider than the paper, and always had one more minus sign than I’d allowed for. A crazy, pointless exercise in arithmetic, if you ask me, only really useful for finding square roots in your head (of which more another time).
What is the binomial expansion?
Let’s say you have to work out something like
There’s a simpler way - the binomial expansion - which tells you how to work it out in many fewer steps. It’s given to you in the formula book as:
You’re allowed to recoil in horror, but it does make things a bit simpler… but it’s still a mess. In this article, I’ll show you how to break it down into easy bits - and lay it out so you have plenty of paper.
Making a table
The most useful bit of the formula is actually the most horrible bit. It’s the bit between the dots - the
What it tells you is that there are three parts to each term in the binomial expansion:
- A number from Pascal’s triangle (the
); - A power of the first thing in the bracket (
); and - A power of the second thing in the bracket (
).
These are going to be the first three columns of the table - I like to call them C, A and B - and we’ll have a fourth column as well, which is CAB - the three things multiplied together.
The first column
The first column is the numbers from one of the rows in Pascal’s triangle - the one that has the second number being the power you’re putting the bracket to (I’ll call that
In any event, you can get the number out of your calculator using the
(If you’re studying C4 and have your hand up to say ‘it doesn’t work with negative or fractional powers!’ - yes, I know. There’s a Part II coming soon. Just hold tight, get used to this way and it’ll just need a small change.)
For the example I mentioned earlier,
The second column
The second column is the one corresponding to
The third column
The third column corresponds to
The final columns
Lastly, for the CAB column, you just multiply the three Things in each row together. Here’s how it looks:
C | A | B | CAB |
1 | 128 | ||
7 | 64 | ||
21 | 32 | ||
35 | 16 | ||
35 | 8 | ||
21 | 4 | ||
7 | 2 | ||
1 | 1 |
… and the only thing that remains to do is to write out the whole thing in one line (if you can fit it):
(You’d be really unlucky to get anything that big in an exam - the worst case scenario for the ‘whole thing’ is
* Part 2 in the series is here.
* Edited 2016-12-28 to add a link.
* Edited 2021-06-15 to fix a table.