Binomial Expansion Video Lessons
How to do the Binomial Expansion
Binomial Expansion – Negative Powers
What is the Binomial Theorem?
The binomial theorem is an algebraic method for expanding any binomial of the form (a+b)n without the need to expand all n brackets individually. The binomial theorem formula states that .
A binomial contains exactly two terms. These 2 terms must be constant terms (numbers on their own) or powers of 𝑥 (or any other variable).
A binomial can be raised to a power such as (2𝑥+3)5, which means (2𝑥+3)(2𝑥+3)(2𝑥+3)(2𝑥+3)(2𝑥 +3). However, expanding this many brackets is a slow process and the larger the power that the binomial is raised to, the easier it is to use the binomial theorem instead.
Here are the first 5 binomial expansions as found from the binomial theorem.
Simply substitute ‘a’ with the first term of the binomial and ‘b’ with the second term of the binomial.
For example, expand (2𝑥+3)5.
In this example, ‘a’ = 2𝑥 and ‘b’ = 3.
We want the expansion that contains a power of 5:
a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5
Substituting in the values of ‘a’ = 2𝑥 and ‘b’ = 3, we get:
(2𝑥)5 + 5 (2𝑥)4 (3) + 10 (2𝑥)3 (3)2 + 10 (2𝑥)2 (3)3 + 5 (2𝑥) (3)4 + (3)5
We then simplify the terms to get:
(2𝑥+3)5 = 32𝑥5 + 240𝑥4 + 720𝑥3 + 1080𝑥2 + 810𝑥 + 243
How to do a Binomial Expansion with Pascal’s Triangle
The numbers in Pascal’s triangle form the coefficients in the binomial expansion. For any binomial expansion of (a+b)n, the coefficients for each term in the expansion are given by the nth row of Pascal’s triangle. For example, if a binomial is raised to the power of 3, then looking at the 3rd row of Pascal’s triangle, the coefficients are 1, 3, 3 and 1.
Here are the first five binomial expansions with their coefficients listed. Each binomial coefficient is found using Pascal’s triangle.
This animation also tells us the nCr calculation which can be used to work these coefficients out on a calculator.
To use Pascal’s triangle to do the binomial expansion of (a+b)n :
- Find the number of terms and their coefficients from the nth row of Pascal’s triangle.
- Start with the first term containing an and no b terms.
- Reduce the power of a with each term of the expansion.
- Increase the power of b with each term of the expansion.
- Simplify each of the terms in the expansion.
For example, expand (𝑥 + 2)3.
Step 1. We have a binomial to the power of 3 so we look at the 3rd row of Pascal’s triangle. We have 4 terms with coefficients of 1, 3, 3 and 1.
Step 2. a is the first term inside the bracket, which is 𝑥 and b is the second term inside the bracket which is 2. n is the power on the brackets, so n = 3.
We start with the first term as an , which here is 𝑥3.
Step 3. We reduce the power of the 𝑥 with each term of the expansion. So 𝑥3 becomes 𝑥2, then 𝑥 and finally it disappears entirely by the fourth term.
Step 4. We increase the power of the 2 with each term in the expansion. We start with zero 2s, then 21, 22 and finally we have 23 in the fourth term.
Step 5. We now simplify each term by multiplying out the numbers to find the coefficients and then looking at the power of 𝑥 in each of the terms.
For example, the second term of 3(𝑥)2(2) becomes 6𝑥2 since 3 × 2 = 6 and the 𝑥 is squared.
(𝑥 + 2)3 = 𝑥3 + 6𝑥2 + 12𝑥 + 8
For example, expand (2𝑥 – 1)4
In this example, we must note that the second term in the binomial is -1, not 1. Therefore b = -1. It is a common mistake to forget this negative in binomials where a subtraction is taking place inside the brackets.
Step 1. We have a binomial raised to the power of 4 and so we look at the 4th row of the Pascal’s triangle to find the 5 coefficients of 1, 4, 6, 4 and 1.
Step 2. We start with (2𝑥)4. It is important to keep the 2𝑥 term inside brackets here as we have (2𝑥)4 not 2𝑥4.
Step 3. We reduce the power of (2𝑥) as we move to the next term in the binomial expansion. (2𝑥)4 becomes (2𝑥)3, (2𝑥)2, (2𝑥) and then it disappears entirely by the 5th term.
Step 4. We increase the (-1) term from zero up to (-1)4.
Step 5. We simplify the terms. There are two areas to focus on here.
Firstly, (2𝑥)4 means 24 multiplied by 𝑥4. (2𝑥)4 = 16𝑥4.
Secondly, negative numbers to an even power make a positive answer and negative numbers to an odd power make an odd answer. So (-1)4 = 1 because 4 is even. However, (-1)3 = -1 because 3 is odd.
(2𝑥 – 1)4 = 16𝑥4 – 32𝑥3 + 24𝑥2 – 8𝑥 + 1
We can see that when the second term ‘b’ inside the brackets is negative, the resulting coefficients of the binomial expansion alternates from positive to negative. We alternate between + and – signs in between the terms of our answer.
What is the Binomial Expansion Formula?
The binomial expansion formula is . Where .
This can be more easily calculated on a calculator using the nCr function.
The ! sign is called factorial. The factorial sign tells us to start with a whole number and multiply it by all of the preceding integers until we reach 1. For example, 5! = 5 × 4 × 3 × 2 × 1 = 120.
Using the Binomial Expansion Formula
In words, the binomial expansion formula tells us to start with the first term of a to the power of n and zero b terms. As we move from term to term, the power of a decreases and the power of b increases.
We multiply each term by the binomial coefficient which is calculated by
Here is an animation explaining how the nCr feature can be used to calculate the coefficients. For example, 4C2 = 6.
The sigma summation sign tells us to add up all of the terms from the first term an until the last term bn.
Here is an example of using the binomial expansion formula to work out (a+b)4.
Here, n = 4 because the binomial is raised to the power of 4.
Term | Coefficient calculation | Complete term in the expansion |
1st term | 4C0 = 1 | a4 |
2nd term | 4C1 = 4 | 4a3b |
3rd term | 4C2 = 6 | 6a2b2 |
4th term | 4C3 = 4 | 4ab3 |
5th term | 4C4 = 1 | b4 |
Therefore summing these 5 terms together, (a+b)4 = a4 + 4a3b + 6a2b2 + 4ab3 + b4.
We start with the first term to the nth power. We decrease this power as we move from one term to the next and increase the power of the second term. The coefficients are calculated as shown in the table above.
Here is a list of the formulae for all of the binomial expansions up to the 10th power.
Binomial | Binomial Expansion Formula |
(a + b)1 | = a + b |
(a + b)2 | = a2 + 2ab + b2 |
(a + b)3 | = a3 + 3a2b + 3ab2 + b3 |
(a + b)4 | = a4 + 4a3b + 6a2b2 + 4ab3 + b4 |
(a + b)5 | = a5 + 5a4b +10a3b2 + 10a2b3 + 5ab4 + b5 |
(a + b)6 | = a6 + 6a5b + 15a4b2 + 20a3b3 + 15a2b4 + 6ab5 + b6 |
(a + b)7 | = a7 + 7a6b + 21a5b2 + 35a4b3 + 35 a3b4 + 21a2b5 + 7ab6 + b7 |
(a + b)8 | = a8 + 8a7b + 28a6b2 + 56a5b3 + 70a4b4 + 56a3b5 + 28a2b6 + 8ab7 + b8 |
(a + b)9 | = a9 + 9a8b + 36a7b2 + 84a6b3 + 126a5b4 + 126a4b5 + 84a3b6 + 36a2b7 + 9ab8 + b9 |
(a + b)10 | = a10 + 10a9b + 45a8b2 + 120a7b3 + 210a6b4 + 252a5b5 + 210a4b6 + 120a3b7 + 45a2b8 +10ab9 + b10 |
Binomial Expansion with a Negative Power
If the power that a binomial is raised to is negative, then a Taylor series expansion is used to approximate the first few terms for small values of 𝑥. For a binomial with a negative power, it can be expanded using
It is important to note that when expanding a binomial with a negative power, the series expansion only works when the first term inside the brackets is 1.
To expand a binomial with a negative power:
- Factorise the binomial if necessary to make the first term in the bracket equal 1.
- Substitute the values of ‘n’ which is the negative power and ‘𝑥’ which is the other term in the brackets alongside the 1.
- Simplify each term of the expansion.
- Write the values of 𝑥 for which the expansion is valid. ‘𝑥’ must be between -1 and 1.
For example, find the binomial expansion for (2 + 10𝑥)-2
Here we have a negative power. n = -2.
Step 1. The first term inside the brackets must be 1. Ours is 2. We must factor out the 2.
The factor of 2 comes out so that inside the brackets we have 1+5𝑥 instead of 2+10𝑥.
We can see that the 2 is still raised to the power of -2. Therefore .
It is important to remember that this factor is always raised to the negative power as well.
This factor of one quarter must move to the front of the expansion. The rest of the expansion can be completed inside the brackets that follow the quarter.
The (1+5𝑥)-2 is now ready to be used with the series expansion for (1 + 𝑥)n formula because the first term is now a 1.
Step 2. We substitute in the values of ‘n’ = -2 and ‘𝑥’ = 5𝑥 into the series expansion.
Step 3. We now simplify each term.
Once each term inside the brackets is simplified, we also need to multiply each term by one quarter.
Step 4. The expansion is valid for -1 < ‘𝑥’ < 1. Our ‘𝑥’ is 5𝑥 and so we have -1 < 5𝑥 < 1. Dividing each term by 5, we see that the expansion is valid for
Binomial Expansion with a Fractional Power
The binomial theorem can be applied to binomials with fractional powers. The series expansion can be used to find the first few terms of the expansion. n is the value of the fractional power and 𝑥 is the term that accompanies the 1 inside the binomial.
For example, find the first 4 terms of
First write this binomial so that it has a fractional power. The square root around 1+ 5𝑥 is replaced with the power of one half.
Therefore ‘𝑥’ = 5𝑥 and ‘n’ = .
.
We substitute the values of n and 𝑥 into the series expansion formula as shown.
We then simplify each term.
When using this series to expand a binomial with a fractional power, the series is valid for -1 < 𝑥 < 1. In this example, the 𝑥 value is 5𝑥.
Therefore the series is valid for -1 < 5𝑥 < 1. Dividing each term by 5, we get
Binomial Expansion with Two Brackets
To expand two brackets where one the brackets is raised to a large power, expand the bracket with a large power separately using the binomial expansion and then multiply each term by the terms in the other bracket afterwards.
For example, expand the two brackets (1+𝑥)(2𝑥+3)4 with binomial expansion
In this example, we have two brackets: (1 + 𝑥) and (2𝑥 + 3)4 .
We first expand the bracket with a higher power using the binomial expansion.
(2𝑥 + 3)4 = 16𝑥4 + 96𝑥3 + 216𝑥2 + 216𝑥 + 81
This expansion is equivalent to (2𝑥 + 3)4. We want to find (1 + 𝑥)(2𝑥 + 3)4.
We must multiply all of the terms by (1 + 𝑥). We multiply the terms by 1 and then by 𝑥 before adding them together.
The result is 16𝑥5 + 112𝑥4 + 312𝑥3 + 432𝑥2 + 297𝑥 + 81