The Binomial expansion
So, we’re going to start using some of the combinatorics we’ve just learned to answer some questions which without these techniques would seem completely infeasible.
What is ? This seems like an almost impossible task; you’d have to write out , 34 times, then multiply them all out and it would become incredibly messy. However, everything we’ve done in the last section will allow us to see precisely what this, and any other expression of this form, is given by. Let’s start with a simpler example:
How about ? This is a simpler example and one that we could think of doing by hand, but we will show that there is a very general way to get any expression of this form. We start by writing this out in long form:
We are now going to label the ‘s and ‘s, though the labels (which will be indices) will just be dummy labels and we will remove them in the end. We write out the above expression as:
Now let’s start to expand this and see what it looks like:
This looks pretty horrible, but of course the indices that we put on the ‘s and ‘s were dummy indices and we can remove them. When we remove them we find that the first line in the equation above is just , the second line gives something times , the third gives something times , the fourth gives something times and the fifth gives . In fact it gives precisely:
But how did we get these numbers 1, 4, 6, 4 and 1, the coefficients in front of each term? Let’s look at the third line in the formula above. We see that there are terms of the form , etc. What we have here are all the different ways of choosing 2 ‘s from the four possible ones. We can choose 1 and 2, 1 and 3, 1 and 4, 2 and 3, 2 and 4 or 3 and 4. In fact we know how to calculate the number of ways of doing this and it is . For the second line as well, we have all the ways of choosing a single from the four ‘s, so this number is . In fact, we can write the above expression as:
Check it, but note that on the left hand side we are starting at and working backwards to whereas on the right hand side we sum the other way around. This doesn’t matter because .
In fact we have, by constructing the expression in this way, found a much more general result. This is called the Binomial Theorem and it tells us that:
The are called the binomial coefficients. This is a very powerful result and allows us to calculate otherwise very complicated expressions. We can also note that because Pascal’s triangle is made up precisely of the numbers of the form we can use it to find the coefficients of the binomial expansion. You don’t need to calculate all of the terms to find . Just look at the row of Pascal’s triangle: and these are the coefficients of . Let’s look at some more examples:
Note that we could take the numbers from the layer of Pascal’s triangle.
It is also important to note that it doesn’t matter whether we write or because .
We can also ask about just a particular term in an expansion. In an expansion of the form , the coefficient of the term will be . For example:
The coefficient of the term will come with a factor but we have to be careful because it will also come with a factor . So it will be
How about a much more complicated looking example:
What is the term with the power of ? We know that:
so the term that goes like is . You wouldn’t be expected to calculate but you would be expected to be able to work out the above expression for this term.
How about looking at an expression of the form:
We can use the binomial theorem to write this as:
If we were asked to find the coefficient of the term we would have to work out for which does this go like , so we write out the above as:
The power of is 4 when , so we have to work out . So the term that goes like is .
The multinomial expansion
We will just touch on it here, but it is possible to write out the expansion of something with multiple terms (more than 2) using the same machinery as above. For instance, what is the expansion of ?. We start by writing it as and using the binomial expansion:
but then the second part of this is just a binomial expression and so we can write that out too:
and so the whole expression becomes:
If needed, you could work this out using the binomial coefficients, , as normal.
A taster of a polynomial approximation of a function
Let’s look at an example like the expansion of . We now know that we can write this as:
This expression is exact. If we were to plot the left hand side, and the right hand side, they would be exactly the same, of course. Can we say anything about the right hand side though if, for instance, was very small? Clearly if is much less than 1, then is going to be much much less than 1, and is even smaller. The terms are going to get smaller and smaller, the higher the power of . So maybe, as an approximation we can say that for close to zero:
Actually, for very small , even the first term, 1, isn’t a bad approximation. We can say that for small , we can approximate the function by the first terms in the polynomial. Including more terms will lead to a better approximation of the function, and similarly, smaller will mean that the approximation is better. For instance, if we take the first 2 terms as above and plug in . The value of and the value of the approximation: , so we can see that the approximation is not bad. In fact, we can see something interesting when we plot the different levels of the approximation. This is shown in the figure here:
Here the dashed black line is the function . The blue line is the first approximation of this function, just taking the first term in the polynomial expansion, ie. . We see that this line is a pretty bad approximation of the whole function, but it’s close when . Next the red line, can be seen not only to approximate the value of the function close to but also the gradient of this function is the same as the gradient of the full function when . Thus the red line is the tangent line to the function. Next the green line includes the quadratic part, ie. is . Again, it’s even a slightly better fit still to the curve, and gets the second derivative right at . Next the purple line includes the cubic part – is . We’re getting a better and better approximation to the curve as we take more points – but we can see that even for this curve, close to we have a very good approximation to the function. The brown curve is again, even better still, and the yellow curve, is the one when we include all terms in the expansion and because the expansion is exact, this matches the function precisely.
[…] MAM1000 lecture notes part 19 – The binomial expansion […]