Binomial Theorem: Learn It 2

The Binomial Theorem

When we expand [latex]{\left(x+y\right)}^{n}[/latex] by multiplying, the result is called a binomial expansion, and it includes binomial coefficients. If we wanted to expand [latex]{\left(x+y\right)}^{52}[/latex], we might multiply [latex]\left(x+y\right)[/latex] by itself fifty-two times. This could take hours!

Let’s examine some simple binomial expansions, we can find patterns that will lead us to a shortcut for finding more complicated binomial expansions.

Graph of the function f_2.

Notice that:

  • There are [latex]n+1[/latex] terms in the expansion of [latex]{\left(x+y\right)}^{n}[/latex].
  • The degree (or sum of the exponents) for each term is [latex]n[/latex].
  • The powers on [latex]x[/latex] begin with [latex]n[/latex] and decrease to [latex]0[/latex].
  • The powers on [latex]y[/latex] begin with [latex]0[/latex] and increase to [latex]n[/latex].
  • The coefficients are symmetric.

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.

Pascal's Triangle

Let’s put it side-by-side to see the connection between Pascal’s Triangle and binomial expansion. Pay attention to the coefficients!

Pascal's Triangle expanded to show the values of the triangle as x and y terms with exponents

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

Binomial Theorem

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

[latex]\begin{align}{\left(x+y\right)}^{n}& =\sum\limits _{k=0}^{n}\left(\begin{gathered}n\\ k\end{gathered}\right){x}^{n-k}{y}^{k} \\ & ={x}^{n}+\left(\begin{gathered}n\\ 1\end{gathered}\right){x}^{n - 1}y+\left(\begin{gathered}n\\ 2\end{gathered}\right){x}^{n - 2}{y}^{2}+\dots+\left(\begin{gathered}n\\ n - 1\end{gathered}\right)x{y}^{n - 1}+{y}^{n} \end{align}[/latex]

How To: Given a binomial, write it in expanded form.

  1. Determine the value of [latex]n[/latex] according to the exponent.
  2. Evaluate the [latex]k=0[/latex] through [latex]k=n[/latex] using the Binomial Theorem formula.
  3. Simplify.
Write in expanded form.

  1. [latex]{\left(x+y\right)}^{5}[/latex]
  2. [latex]{\left(3x-y\right)}^{4}[/latex]