Learning

open
close

Binomial Theorem

June 23, 2024 | by Bloom Code Studio

Learning Objectives

In this section, you will:

  • Apply the Binomial Theorem.

A polynomial with two terms is called a binomial. We have already learned to multiply binomials and to raise binomials to powers, but raising a binomial to a high power can be tedious and time-consuming. In this section, we will discuss a shortcut that will allow us to find (x+y)n(π‘₯+𝑦)𝑛 without multiplying the binomial by itself n𝑛 times.

Identifying Binomial Coefficients

InΒ Counting Principles, we studiedΒ combinations. In the shortcut to findingΒ (x+y)n,(π‘₯+𝑦)𝑛,Β we will need to use combinations to find the coefficients that will appear in the expansion of the binomial. In this case, we use the notationΒ (nr)(π‘›π‘Ÿ)Β instead ofΒ C(n,r),𝐢(𝑛,π‘Ÿ),Β but it can be calculated in the same way. So

(nr)=C(n,r)=n!r!(nβˆ’r)!(π‘›π‘Ÿ)=𝐢(𝑛,π‘Ÿ)=𝑛!π‘Ÿ!(π‘›βˆ’π‘Ÿ)!

The combination (nr)(π‘›π‘Ÿ) is called a binomial coefficient. An example of a binomial coefficient is (52)=C(5,2)=10.(52)=𝐢(5,2)=10.

BINOMIAL COEFFICIENTS

If n𝑛 and rπ‘Ÿ are integers greater than or equal to 0 with nβ‰₯r,𝑛β‰₯π‘Ÿ, then the binomial coefficient is

(nr)=C(n,r)=n!r!(nβˆ’r)!(π‘›π‘Ÿ)=𝐢(𝑛,π‘Ÿ)=𝑛!π‘Ÿ!(π‘›βˆ’π‘Ÿ)!

Q&A

Is a binomial coefficient always a whole number?

Yes. Just as the number of combinations must always be a whole number, a binomial coefficient will always be a whole number.

EXAMPLE 1

Finding Binomial Coefficients

Find each binomial coefficient.

  1. ⓐ (53)(53)
  2. β“‘Β (92)(92)
  3. β“’Β (97)(97)

Solution

Use the formula to calculate each binomial coefficient. You can also use the nCrπ‘›πΆπ‘Ÿ function on your calculator.

(nr)=C(n,r)=n!r!(nβˆ’r)!(π‘›π‘Ÿ)=𝐢(𝑛,π‘Ÿ)=𝑛!π‘Ÿ!(π‘›βˆ’π‘Ÿ)!

  1. ⓐ (53)=5!3!(5βˆ’3)!=5β‹…4β‹…3!3!2!=10(53)=5!3!(5βˆ’3)!=5β‹…4β‹…3!3!2!=10
  2. β“‘Β (92)=9!2!(9βˆ’2)!=9β‹…8β‹…7!2!7!=36(92)=9!2!(9βˆ’2)!=9β‹…8β‹…7!2!7!=36
  3. β“’Β (97)=9!7!(9βˆ’7)!=9β‹…8β‹…7!7!2!=36(97)=9!7!(9βˆ’7)!=9β‹…8β‹…7!7!2!=36

Analysis

Notice that we obtained the same result for parts (b) and (c). If you look closely at the solution for these two parts, you will see that you end up with the same two factorials in the denominator, but the order is reversed, just as with combinations.

(nr)=(nnβˆ’r)(π‘›π‘Ÿ)=(π‘›π‘›βˆ’π‘Ÿ)

TRY IT #1

Find each binomial coefficient.

  1. ⓐ (73)(73)
  2. β“‘Β (114)(114)

Using the Binomial Theorem

When we expand (x+y)n(π‘₯+𝑦)𝑛 by multiplying, the result is called a binomial expansion, and it includes binomial coefficients. If we wanted to expand (x+y)52,(π‘₯+𝑦)52, we might multiply (x+y)(π‘₯+𝑦) by itself fifty-two times. This could take hours! If we examine some simple binomial expansions, we can find patterns that will lead us to a shortcut for finding more complicated binomial expansions.

(x+y)2=x2+2xy+y2(x+y)3=x3+3x2y+3xy2+y3(x+y)4=x4+4x3y+6x2y2+4xy3+y4(π‘₯+𝑦)2=π‘₯2+2π‘₯𝑦+𝑦2(π‘₯+𝑦)3=π‘₯3+3π‘₯2𝑦+3π‘₯𝑦2+𝑦3(π‘₯+𝑦)4=π‘₯4+4π‘₯3𝑦+6π‘₯2𝑦2+4π‘₯𝑦3+𝑦4

First, let’s examine the exponents. With each successive term, the exponent for xπ‘₯ decreases and the exponent for y𝑦 increases. The sum of the two exponents is n𝑛 for each term.

Next, let’s examine the coefficients. Notice that the coefficients increase and then decrease in a symmetrical pattern. The coefficients follow a pattern:

(n0),(n1),(n2),…,(nn).(𝑛0),(𝑛1),(𝑛2),…,(𝑛𝑛).

These patterns lead us to the Binomial Theorem, which can be used to expand any binomial.

(x+y)n=βˆ‘k=0n(nk)xnβˆ’kyk=xn+(n1)xnβˆ’1y+(n2)xnβˆ’2y2+…+(nnβˆ’1)xynβˆ’1+yn(π‘₯+𝑦)𝑛=βˆ‘π‘˜=0𝑛(π‘›π‘˜)π‘₯π‘›βˆ’π‘˜π‘¦π‘˜=π‘₯𝑛+(𝑛1)π‘₯π‘›βˆ’1𝑦+(𝑛2)π‘₯π‘›βˆ’2𝑦2+…+(π‘›π‘›βˆ’1)π‘₯π‘¦π‘›βˆ’1+𝑦𝑛

Another way to see the coefficients is to examine the expansion of a binomial in general form, x+y,π‘₯+𝑦, to successive powers 1, 2, 3, and 4.

(x+y)1=x+y(x+y)2=x2+2xy+y2(x+y)3=x3+3x2y+3xy2+y3(x+y)4=x4+4x3y+6x2y2+4xy3+y4(π‘₯+𝑦)1=π‘₯+𝑦(π‘₯+𝑦)2=π‘₯2+2π‘₯𝑦+𝑦2(π‘₯+𝑦)3=π‘₯3+3π‘₯2𝑦+3π‘₯𝑦2+𝑦3(π‘₯+𝑦)4=π‘₯4+4π‘₯3𝑦+6π‘₯2𝑦2+4π‘₯𝑦3+𝑦4

Can you guess the next expansion for the binomial (x+y)5?(π‘₯+𝑦)5?

Graph of the function f_2.

Figure 1

SeeΒ Figure 1, which illustrates the following:

  • There areΒ n+1𝑛+1Β terms in the expansion ofΒ (x+y)n.(π‘₯+𝑦)𝑛.
  • The degree (or sum of the exponents) for each term isΒ n.𝑛.
  • The powers onΒ xπ‘₯Β begin withΒ n𝑛 and decrease to 0.
  • The powers onΒ y𝑦 begin with 0 and increase toΒ n.𝑛.
  • The coefficients are symmetric.

To determine the expansion on (x+y)5,(π‘₯+𝑦)5, we see n=5,𝑛=5, thus, there will be 5+1 = 6 terms. Each term has a combined degree of 5. In descending order for powers of x,π‘₯, the pattern is as follows:

  • IntroduceΒ x5,π‘₯5,Β and then for each successive term reduce the exponent onΒ xπ‘₯Β by 1 untilΒ x0=1π‘₯0=1Β is reached.
  • IntroduceΒ y0=1,𝑦0=1,Β and then increase the exponent onΒ y𝑦 by 1 untilΒ y5𝑦5Β is reached.x5,x4y,x3y2,x2y3,xy4,y5π‘₯5,π‘₯4𝑦,π‘₯3𝑦2,π‘₯2𝑦3,π‘₯𝑦4,𝑦5

The next expansion would be

(x+y)5=x5+5x4y+10x3y2+10x2y3+5xy4+y5.(π‘₯+𝑦)5=π‘₯5+5π‘₯4𝑦+10π‘₯3𝑦2+10π‘₯2𝑦3+5π‘₯𝑦4+𝑦5.

But where do those coefficients come from? The binomial coefficients are symmetric. We can see these coefficients in an array known asΒ Pascal’s Triangle, shown inΒ Figure 2. Pascal didn’t invent the triangle. The underlying principles had been developed and written about for over 1500 years, first by the Indian mathematician (and poet) Pingala in the second century BCE. Others throughout Asia and Europe worked with the concepts throughout, and the triangle was first published in its graphical form by Omar Khayyam, an Iranian mathematician and astronomer, for whom the triangle is named in Iran. French mathematician Blaise Pascal repopularized it when he republished it and used it to solve a number of probability problems.

Pascal's Triangle

Figure 2

To generate Pascal’s Triangle, we start by writing a 1. In the row below, row 2, we write two 1’s. In the 3rd row, flank the ends of the rows with 1’s, and add 1+11+1 to find the middle number, 2. In the nth𝑛th row, flank the ends of the row with 1’s. Each element in the triangle is the sum of the two elements immediately above it.

To see the connection between Pascal’s Triangle and binomial coefficients, let us revisit the expansion of the binomials in general form.Pascal's Triangle expanded to show the values of the triangle as x and y terms with exponents

THE BINOMIAL THEOREM

The Binomial Theorem is a formula that can be used to expand any binomial.

(x+y)n=βˆ‘k=0n(nk)xnβˆ’kyk=xn+(n1)xnβˆ’1y+(n2)xnβˆ’2y2+…+(nnβˆ’1)xynβˆ’1+yn(π‘₯+𝑦)𝑛=βˆ‘π‘˜=0𝑛(π‘›π‘˜)π‘₯π‘›βˆ’π‘˜π‘¦π‘˜=π‘₯𝑛+(𝑛1)π‘₯π‘›βˆ’1𝑦+(𝑛2)π‘₯π‘›βˆ’2𝑦2+…+(π‘›π‘›βˆ’1)π‘₯π‘¦π‘›βˆ’1+𝑦𝑛

HOW TO

Given a binomial, write it in expanded form.

  1. Determine the value ofΒ n𝑛 according to the exponent.
  2. Evaluate theΒ k=0π‘˜=0Β throughΒ k=nπ‘˜=𝑛 using the Binomial Theorem formula.
  3. Simplify.

EXAMPLE 2

Expanding a Binomial

Write in expanded form.

  1. ⓐ (x+y)5(π‘₯+𝑦)5
  2. β“‘Β (3xβˆ’y)4(3π‘₯βˆ’π‘¦)4

Solution

  1. ⓐSubstituteΒ n=5𝑛=5Β into the formula. Evaluate theΒ k=0π‘˜=0Β throughΒ k=5π‘˜=5Β terms. Simplify.(x+y)5(x+y)5=(50)x5y0+(51)x4y1+(52)x3y2+(53)x2y3+(54)x1y4+(55)x0y5=x5+5x4y+10x3y2+10x2y3+5xy4+y5(π‘₯+𝑦)5=(50)π‘₯5𝑦0+(51)π‘₯4𝑦1+(52)π‘₯3𝑦2+(53)π‘₯2𝑦3+(54)π‘₯1𝑦4+(55)π‘₯0𝑦5(π‘₯+𝑦)5=π‘₯5+5π‘₯4𝑦+10π‘₯3𝑦2+10π‘₯2𝑦3+5π‘₯𝑦4+𝑦5
  2. β“‘SubstituteΒ n=4𝑛=4Β into the formula. Evaluate theΒ k=0π‘˜=0Β throughΒ k=4π‘˜=4Β terms. Notice thatΒ 3×3π‘₯Β is in the place that was occupied byΒ xπ‘₯Β and that –y–𝑦 is in the place that was occupied byΒ y.𝑦.Β So we substitute them. Simplify.(3xβˆ’y)4(3xβˆ’y)4=(40)(3x)4(βˆ’y)0+(41)(3x)3(βˆ’y)1+(42)(3x)2(βˆ’y)2+(43)(3x)1(βˆ’y)3+(44)(3x)0(βˆ’y)4=81×4βˆ’108x3y+54x2y2βˆ’12xy3+y4(3π‘₯βˆ’π‘¦)4=(40)(3π‘₯)4(βˆ’π‘¦)0+(41)(3π‘₯)3(βˆ’π‘¦)1+(42)(3π‘₯)2(βˆ’π‘¦)2+(43)(3π‘₯)1(βˆ’π‘¦)3+(44)(3π‘₯)0(βˆ’π‘¦)4(3π‘₯βˆ’π‘¦)4=81π‘₯4βˆ’108π‘₯3𝑦+54π‘₯2𝑦2βˆ’12π‘₯𝑦3+𝑦4

Analysis

Notice the alternating signs in part b. This happens because (βˆ’y)(βˆ’π‘¦) raised to odd powers is negative, but (βˆ’y)(βˆ’π‘¦) raised to even powers is positive. This will occur whenever the binomial contains a subtraction sign.

TRY IT #2

Write in expanded form.

  1. ⓐ (xβˆ’y)5(π‘₯βˆ’π‘¦)5
  2. β“‘Β (2x+5y)3(2π‘₯+5𝑦)3

Using the Binomial Theorem to Find a Single Term

Expanding a binomial with a high exponent such as (x+2y)16(π‘₯+2𝑦)16 can be a lengthy process.

Sometimes we are interested only in a certain term of a binomial expansion. We do not need to fully expand a binomial to find a single specific term.

Note the pattern of coefficients in the expansion of (x+y)5.(π‘₯+𝑦)5.

(x+y)5=x5+(51)x4y+(52)x3y2+(53)x2y3+(54)xy4+y5(π‘₯+𝑦)5=π‘₯5+(51)π‘₯4𝑦+(52)π‘₯3𝑦2+(53)π‘₯2𝑦3+(54)π‘₯𝑦4+𝑦5

The second term is (51)x4y.(51)π‘₯4𝑦. The third term is (52)x3y2.(52)π‘₯3𝑦2. We can generalize this result.

(nr)xnβˆ’ryr(π‘›π‘Ÿ)π‘₯π‘›βˆ’π‘Ÿπ‘¦π‘Ÿ

THE (R+1)TH TERM OF A BINOMIAL EXPANSION

The (r+1)th(π‘Ÿ+1)th term of the binomial expansion of (x+y)n(π‘₯+𝑦)𝑛 is:

(nr)xnβˆ’ryr(π‘›π‘Ÿ)π‘₯π‘›βˆ’π‘Ÿπ‘¦π‘Ÿ

HOW TO

Given a binomial, write a specific term without fully expanding.

  1. Determine the value ofΒ n𝑛 according to the exponent.
  2. DetermineΒ (r+1).(π‘Ÿ+1).
  3. DetermineΒ r.π‘Ÿ.
  4. ReplaceΒ rπ‘ŸΒ in the formula for theΒ (r+1)th(π‘Ÿ+1)thΒ term of the binomial expansion.

EXAMPLE 3

Writing a Given Term of a Binomial Expansion

Find the tenth term of (x+2y)16(π‘₯+2𝑦)16 without fully expanding the binomial.

Solution

Because we are looking for the tenth term, r+1=10,π‘Ÿ+1=10, we will use r=9π‘Ÿ=9 in our calculations.

(nr)xnβˆ’ryr(π‘›π‘Ÿ)π‘₯π‘›βˆ’π‘Ÿπ‘¦π‘Ÿ

(169)x16βˆ’9(2y)9=5,857,280x7y9(169)π‘₯16βˆ’9(2𝑦)9=5,857,280π‘₯7𝑦9

TRY IT #3

Find the sixth term of (3xβˆ’y)9(3π‘₯βˆ’π‘¦)9 without fully expanding the binomial.

RELATED POSTS

View all

view all