Skip to main content

Section 9.6 Binomial Theorem

The Binomial Theorem has applications in many areas of mathematics, from calculus, to number theory, to probability. In this section we look at some examples of combinatorial proofs using binomial coefficients and ultimately prove the Binomial Theorem using induction.
An algebraic proof is straightforward and left as an exercise (see Exercise 9.6.1). We will give a combinatorial proof. This means we will prove the two sides of the equation are equal by showing that they are two different ways to count the same set. In general, a combinatorial proof is done by giving a counting argument.

Proof.

By definition, (nr) is the number of subsets where we choose r objects from n objects.
We can create a set of r objects by specifying which objects are in the set or by specifying which objects are not in the set. We note that there are nr objects not in the set. Thus, (nnr) counts the ways to find a set of r objects out of n objects by finding the ways to not include nr objects. Thus, both (nr) and (nnr) count subsets of r objects from n, one by counting the objects in the set, one by counting the objects not in the set.
We leave the algebraic proof as an exercise (see Activity 9.6.1), and instead provide a combinatorial proof.

Proof.

By definition, (n+1r) counts the subsets of r objects chosen from n+1 objects.
Let S={x1,x2,xn+1}, a set of n+1 objects. We can create all the subsets of r objects by choosing all r objects from {x1,,xn} or by choosing r1 out of {x1,,xn} and including xn+1. Thus, we can count the subsets of r objects from n objects with (nr)+(nr1).

Activity 9.6.1.

Give an algebraic proof for Pascal’s Formula:
(n+1r)=(nr1)+(nr).
Hint.
Start with the right-hand side. Use the definition of “choose,” then find a common denominator. Note, you will save yourself a lot of work if you find the least common denominator.
We often call terms of the form (nr) binomial coefficients.
There is a connection between binomial coefficients and Pascal’s Triangle.
You may have seen Pascal’s Triangle before, the start of which is
1
1 1
1 2 1
1 3 3 1
We get each number in a row by adding the two numbers above. If there is only one number, you just get 1. For example, the fourth row is 1, 3, 3, 1, since 1+2=3. The next row would be 1, 4, 6, 4, 1.
If we think about the first row as actually being the 0th row, we can make a triangle with the binomial coefficients:
(00)
(10) (11)
(20) (21) (22)
(30) (31) (32) (33)
If you calculate the binomial coefficients, you will see that you get the same values as Pascal’s Triangle. Furthermore, Pascal’s Formula is just the rule we use to get the triangle: add the r1 and r terms from the nth row to get the r term in the n+1 row.
A binomial is an expression of the form a+b.
The Binomial Theorem gives a formula for calculating (a+b)n. We can prove the Binomial Theorem combinatorially or algebraically. We will provide the algebraic proof, which is a proof by induction. Although we do not provide the details of the combinatorial proof, the next example should give some insight into the combinatorial argument.

Example 9.6.3. A Combinatorial Calculation for (a+b)3.

Suppose we want to expand (or multiply) (a+b)3=(a+b)(a+b)(a+b). We can think of the multiplication in this way,
  • there is 1 way to get a3: choose 0 b’s from the three factors.
  • there are 3 ways to get a2b: choose 1 b from the three factors.
  • there are 3 ways to get ab2: choose 2 b’s’ from the three factors.
  • there is 1 way to get b3: choose 3 b’s from the three factors.
This give us
(a+b)3=(30)a3+(31)a2b+(32)ab2+(33)b3.
Example 9.6.3 can be generalized to (a+b)n in the Binomial Theorem.

Proof.

Prove
(a+b)n=i=0n(ni)anibi
by induction on n.
Base step: Let n=0. Then
(a+b)0=1.
Also,
i=00(0i)a0ibi=a0b0=1.
Induction step: Assume (a+b)k=i=0k(ki)akibi.
Show (a+b)k+1=i=0k+1(k+1i)ak+1ibi
(a+b)k+1=(a+b)k(a+b)=(i=0k(ki)akibi)(a+b)=ai=0k(ki)akibi+bi=0k(ki)akibi=i=0k(ki)ak+1ibi+i=0k(ki)akibi+1
Now we want to change the index of the second sum. This is just a substitution of variable that allows us to shift how we index the terms. If we were to write out the sum, rather than have it in summation notation, we would not need this step. But it allows us to easily combine like terms in the two summations. So, in the second sum, let j=i+1, so when i=0,j=1; when i=k,j=k+1, and i=j1. We get
(a+b)k+1=i=0k(ki)ak+1ibi+i=0k(ki)akibi+1=i=0k(ki)ak+1ibi+j=1k+1(kj1)ak+1jbj=ak+1+i=1k(ki)ak+1ibi+j=1k(kj1)ak+1jbj+bk+1where we pulled out the first term of the first sumand the last term of the second sum=ak+1+i=1k(ki)ak+1ibi+i=1k(ki1)ak+1ibi+bk+1where we just relabeled the index in the second sum=ak+1+i=1k[(ki)+(ki1)]ak+1ibi+bk+1where we combined like terms in the two sums=ak+1+i=1k(k+1i)ak+1ibi+bk+1by Pascal's Formula=i=0k+1(k+1i)ak+1ibi

Activity 9.6.2.

Show the Binomial Theorem holds for n=2 and n=3.
The Binomial Theorem relates a sum to a power of a binomial. Although we often think of using the Binomial Theorem as a way to calculate the coefficients for expanding (a+b)n, it can also be used to simplify certain sums. In this case, the power of the binomial is the closed form.

Example 9.6.5. Expressing a Sum in Closed Form.

Express the sum, i=0n(ni)xi, in closed form.
For problems such as this, we need to identify a and b as in the Binomial Theorem.
We can see that x=b, since the power of x matches the power of b. Since there does not appear to be any term for a, we can let a=1. Thus, the closed form is (1+x)n.

Activity 9.6.3.

Use the Binomial Theorem to find (32x)3.
Hint.
In this expression, what are a,b,n?

Activity 9.6.4.

Prove 2n=k=0n(nk).
Hint.
Use that 2=(1+1).

Reading Questions Check Your Understanding

1.

Use the Binomial Theorem to find (a+b)4.
Hint.
There should be 5 terms in your answer.

2.

Use the Binomial Theorem to find (a+2)4.
Hint.
There should be 5 terms in your answer.

3.

Use the Binomial Theorem to find (a2)4.
Hint.
There should be 5 terms in your answer.

4.

Use the Binomial Theorem to find the coefficient of x2y2 in (3x2y)4.
Note, your answer should not include any variables.

5.

Use the Binomial Theorem to find the coefficient of x5y2 in (3x2y)7.
Note, your answer should not include any variables.

6.

Use the Binomial Theorem to find the coefficient of x4y3 in (3x2y)7.
Note, your answer should not include any variables.

Exercises Exercises

2.

Use Pascal’s triangle to find the following binomial coefficients.
  1. Find the values of (62),(63),(64) and (65).
  2. Use the result of part (a) to find (73), (74), and (75).
  3. Complete the row of Pascal’s triangle that corresponds to n=7.

3.

The row of Pascal’s triangle that corresponds to n=8 is
1   8   28   56   70   56   28   8   1.
What is the row that corresponds to n=9?

4.

Use the Binomial Theorem to expand (uv)5.

5.

Use the Binomial Theorem to expand (p2q)4.

6.

Find the coefficient of x6y3 in (x+y)9.

7.

Find the coefficient of x7 in (2x+3)10.

8.

Express k=0n(nk)5k in closed form (without the summation symbol and without ellipses,…).

9.

Express k=0m(mk)2mkxk in closed form (without the summation symbol and without ellipses,…).

10.

Use Pascal’s Formula to prove by mathematical induction that if n is an integer and n1, then
i=2n+1(i2)=(22)+(32)++(n+12)=(n+23).

11.

Think of a set with m+n elements as composed of two parts, one with m elements and one with n elements. Give a combinatorial argument to show that
(m+nr)=(m0)(nr)+(m1)(nr1)++(mr)(n0).
Hint.
Think of counting a single set in two different ways, where one side of the equation represents one way and the other side represents the other way. Since they both count the same set, they should be equal.

12.

Use the Binomial Theorem to prove for all integers n1,
(n0)(n1)+(n2)+(1)n(nn)=0.
Hint.
Use the fact that 1+(1)=0.

13.

Use the Binomial Theorem to prove for all integers n0,
3n=(n0)+2(n1)+22(n2)++2n(nn).
You have attempted 1 of 7 activities on this page.