9.4: Binomial Theorem

Factorials and the Binomial Coefficient

We begin by defining the factorial 25 of a natural number \(n\), denoted \(n!\), as the product of all natural numbers less than or equal to \(n\).

\(n !=n(n-1)(n-2) \cdots 3 \cdot 2 \cdot 1\)

We define zero factorial 26 to be equal to \(1\),

The factorial of a negative number is not defined.

On most modern calculators you will find a factorial function. Some calculators do not provide a button dedicated to it. However, it usually can be found in the menu system if one is provided.

The factorial can also be expressed using the following recurrence relation,

For example, the factorial of \(8\) can be expressed as the product of \(8\) and \(7!\):

When working with ratios involving factorials, it is often the case that many of the factors cancel.

Solution

Answer

The binomial coefficient 27 , denoted \(_ C_=\left( \begin \\[4pt] \end\right)\), is read “\(n\) choose \(k\)” and is given by the following formula:

This formula is very important in a branch of mathematics called combinatorics. It gives the number of ways \(k\) elements can be chosen from a set of \(n\) elements where order does not matter. In this section, we are concerned with the ability to calculate this quantity.

Solution

Use the formula for the binomial coefficient,

where \(n = 7\) and \(k = 3\). After substituting, look for factors to cancel.

Answer:

Check the menu system of your calculator for a function that calculates this quantity. Look for the notation \(_ C_\) in the probability subsection.

Answer

Consider the following binomial raised to the \(3^\) power in its expanded form:

Compare it to the following calculations,

Notice that there appears to be a connection between these calculations and the coefficients of the expanded binomial. This observation is generalized in the next section.

Binomial Theorem

Consider expanding \((x+2)^ \):

One quickly realizes that this is a very tedious calculation involving multiple applications of the distributive property. The binomial theorem 28 provides a method of expanding binomials raised to powers without directly multiplying each factor:

More compactly we can write,

Expand using the binomial theorem: \((x + 2)^\).

Solution

Use the binomial theorem where \(n = 5\) and \(y = 2\).

Sometimes it is helpful to identify the pattern that results from applying the binomial theorem. Notice that powers of the variable \(x\) start at \(5\) and decrease to zero. The powers of the constant term start at \(0\) and increase to \(5\). The binomial coefficients can be calculated off to the side and are left to the reader as an exercise.

Answer

The binomial may have negative terms, in which case we will obtain an alternating series.

Expand using the binomial theorem: \((u − 2v)^\).

Solution

Use the binomial theorem where \(n = 4, x = u\), and \(y = −2v\) and then simplify each term.

Answer

Expand using the binomial theorem: \(\left(a^-3\right)^\)

Answer

Next we study the coefficients of the expansions of \((x + y)^\) starting with \(n = 0\):

Write the coefficients in a triangular array and note that each number below is the sum of the two numbers above it, always leaving a \(1\) on either end.

a7c06107e83ade76db95e5d260093300.png

This is Pascal’s triangle 29 ; it provides a quick method for calculating the binomial coefficients. Use this in conjunction with the binomial theorem to streamline the process of expanding binomials raised to powers. For example, to expand \((x − 1)^\) we would need two more rows of Pascal’s triangle,

b1c6d3d2f61e41f31b27656004aba809.png

The binomial coefficients that we need are in blue. Use these numbers and the binomial theorem to quickly expand \((x − 1)^\) as follows:

Expand using the binomial theorem and Pascal’s triangle: \((2x − 5)^\).

Solution

From Pascal’s triangle we can see that when \(n = 4\) the binomial coefficients are \(1, 4, 6, 4\), and \(1\).Use these numbers and the binomial theorem as follows:

\(\begin(2 x-5)^ &=1(2 x)^(-5)^+4(2 x)^(-5)^+6(2 x)^(-5)^+4(2 x)^(-5)^+(2 x)^(-5)^ \\[4pt] &=16 x^ \cdot 1+4 \cdot 8 x^(-5)+6 \cdot 4 x^ \cdot 25+4 \cdot 2 x(-125)+1 \cdot 625 \\[4pt] &=16 x^-160 x^+600 x^-1,000 x+625 \end\)

Answer:

Key Takeaways