Binomial Theorem
Binomial Theorem
Expand (x
+ 3)6
Students trying to do this expansion in their heads tend to mess up the powers. But this isn't the
time to worry about that square on the x. I need to start my answer by plugging the terms and
2
power into the Theorem. The first term in the binomial is "x ", the second term in "3", and the
power n is 6, so, counting from 0 to 6, the Binomial Theorem gives me:
(x2 + 3)6 = 6C0 (x2)6(3)0 + 6C1 (x2)5(3)1 + 6C2 (x2)4(3)2 + 6C3 (x2)3(3)3
+ 6C4 (x2)2(3)4 + 6C5 (x2)1(3)5 + 6C6 (x2)0(3)6
Then simplifying gives me
Expand (2x
5y)7
I'll plug "2x", "5y", and "7" into the Binomial Theorem, counting up from zero to seven to get
each term. (I mustn't forget the "minus" sign that goes with the second term in the binomial.)
2)10?
The expansion in this exercise, (3x 2) , has power of n = 10, so the expansion will have
eleven terms, and the terms will count up, not from 1 to 10 or from 1 to 11, but from 0 to 10. This
is why the fourth term will not the one where I'm using "4" as my counter, but will be the one
where I'm using "3".
10C3
(x + 3)12.
To find the tenth term, I plug x, 3, and 12 into the Binomial Theorem, using the number
9 as my counter:
12C9
10 1 =
(4x y)8.
Since this binomial is to the power 8, there will be nine terms in the expansion, which makes the
fifth term the middle one. So I'll plug 4x, y, and 8 into the Binomial Theorem, using the number5
1 = 4 as my counter.
8C4
12
Express 1296x
I know that the first term is of the form a , because, for whatever n is, the first term is nC0(which
n
0
12
n
always equals 1) times a times b (which also equals 1). So 1296x = a . By the same
n
8
n
reasoning, the last term is b , so 625y = b . And since there are alternating "plus" and "minus"
signs, I know from experience that the sign in the middle has to be a "minus". (If all the signs had
been "plusses", then the middle sign would have been a "plus" also. But in this case, I'm really
n
looking for "(a b) ".)
I know that, for any power n, the expansion has n + 1 terms. Since this has 5 terms, this tells me
that n = 4. So to find a and b, I only have to take the 4th root of the first and last terms of the
expanded polynomial:
Then a
Don't let the Binomial Theorem scare you. It's just another formula to memorize. A really complicated and
annoying formula, I'll grant you, but just a formula, nonetheless. Don't overthink the Theorem; there is
nothing deep or meaningful here. Just memorize it, and move on.
Example 1.
a) The term a8b4 occurs in the expansion of what binomial?
Answer. (a + b)12. The sum of 8 + 4 is 12.
b) In that expansion, what number is the coefficient of a8b4?
Answer. It is the combinatorial number,
12C4
12 11 10 9
= 495
1 2 3 4
Note again: The lower index, in this case 4, is the exponent of b.
This same number is also the coefficient of a4b8, since 12C8 = 12C4.
When k is even, (b)k will be positive. But when k is odd, (b)k will be
negative.
Each odd power of b will have a minus sign.
Example 3. In the expansion of (x y)15, calculate the coefficients
ofx3y12 and x2y13.
Solution. The coefficient of x3y12 is positive because the exponent of
y is even. That coefficient is 15C12. But 15C12 = 15C3, and so we have
15 14 13
= 455.
1 2 3
The coefficient of x2y13, on the other hand, is negative because the
exponent of y is odd. The coefficient is 15C13 = 15C2. We have
15 14
= 105.
1 2
Example 4. Write the first four terms of (a + b)n. Do not use factorials.
Solution.
(a + b)n = nC0 an + nC1 an 1b + nC2 an 2b2 + nC3 an 3b3
= an + nan 1b +
an 2b2 +
an 3b3.
a6b4 =
10 9 8 7 6 4
a b = 210 a6b4
1 2 3 4
Pascal's triangle
This triangular array is called Pascal's Triangle. Each row gives the
combinatorial numbers, which are the binomial coefficients. That is, the row
1 2 1 are the combinatorial numbers 2Ck, which are the coefficients of
(a + b)2. The next row, 1 3 3 1, are the coefficients of
(a + b)3; and so on.
To construct the triangle, write 1, and below it write 1 1. Begin and end
each successive row with 1. To construct the intervening numbers,add the
two numbers immediately above.
Thus to construct the third row, begin it with 1, then add the two
numbers immediately above: 1 + 1. Write 2. Finish the row with 1.
To construct the next row, begin it with 1, and add the two numbers
immediately above: 1 + 2. Write 3. Again, add the two numbers immediately
above: 2 + 1 = 3. Finish the row with 1.
Example 8. Expand (x 1)6.
Solution. According to Pascal's triangle, the coefficients are
1 6 15 20 15 6 1.
In the binomial, x is "a", and 1 is "b". The signs will alternate:
(x 1)6 = x6 6x5 1 + 15x4 12 20x3 13 + 15x2 14 6x 15 + 16
=?
To see the answer, pass your mouse over the colored area.
To cover the answer again, click "Refresh" ("Reload").
The combinatorial number, nCk.
Problem 2. Use factorials to write the general term in the expansion of
(a + b)n.
n!
an kbk
(n k)! k!
Problem 3.
a) Calculate the coefficient of a4b6 in the expansion of (a + b)10.
10C6
= 10C4 = 210
b)
c)
d)
e)
f)
Problem 5. Write the first four terms of (x + h)n. Do not use factorials.
(x + h)n = xn + nxn1h +