The Binomial Theorem
Binomial Expansions and Pascal's Triangle
The binomial theorem, which uses Pascal's triangles to determine coefficients, describes the algebraic expansion of powers of a binomial.Learning Objectives
Use the Binomial Formula and Pascal's Triangle to expand a binomial raised to a power and find the coefficients of a binomial expansionKey Takeaways
Key Points
- According to the theorem, it is possible to expand the power [latex](x + y)^n[/latex] into a sum involving terms of the form [latex]ax^by^c[/latex], where the exponents [latex]b[/latex] and [latex]c[/latex] are nonnegative integers with [latex]b+c=n[/latex], and the coefficient [latex]a[/latex] of each term is a specific positive integer depending on [latex]n[/latex] and [latex]b[/latex].
- Using summation notation, the binomial theorem can be expressed as: [latex]{ (x+y) }^{ n }=\sum _{ k=0 }^{ n }{ \begin{pmatrix} n \\ k \end{pmatrix} } { x }^{ n-k }{ y }^{ k }=\sum _{ k=0 }^{ n }{ \begin{pmatrix} n \\ k \end{pmatrix} } { x }^{ k }{ y }^{ n-k }[/latex].
- The rows of Pascal's triangle contain the coefficients of binomial expansions and provide an alternate way to expand binomials. The rows are conventionally enumerated starting with row [latex]n=0[/latex] at the top, and the entries in each row are numbered from the left beginning with [latex]k=0[/latex].
Key Terms
- integer: An element of the infinite and numerable set [latex]\left \{ \cdots,-3,-2,-1,0,1,2,3, \cdots \right \}[/latex]
- binomial: A polynomial consisting of two terms, or monomials, separated by an addition or subtraction symbol.
- binomial coefficient: A coefficient of any of the terms in the expansion of the binomial power [latex](x+y)^n[/latex]
Binomial Theorem
The binomial theorem is an algebraic method of expanding a binomial expression. Essentially, it demonstrates what happens when you multiply a binomial by itself (as many times as you want). For example, consider the expression [latex](4x+y)^7[/latex]. It would take quite a long time to multiply the binomial [latex](4x+y)[/latex] out seven times. The binomial theorem provides a short cut, or a formula that yields the expanded form of this expression. According to the theorem, it is possible to expand the power [latex](x+y)^n[/latex] into a sum involving terms of the form [latex]ax^by^c[/latex], where the exponents [latex]b[/latex] and [latex]c[/latex] are nonnegative integers with [latex]b+c=n[/latex], and the coefficient [latex]a[/latex] of each term is a specific positive integer depending on [latex]n[/latex] and [latex]b[/latex]. When an exponent is zero, the corresponding power is usually omitted from the term (so that [latex]3x^2y^0[/latex] would be written as [latex]3x^2[/latex]). For example, consider the following expansion: [latex]\displaystyle {(x+y)}^{4}={x}^{4}+4{x}^{3}{y}+6{x}^{2}{y}^{2}+4x{y}^{3}+{y}^{4}[/latex] Any coefficient [latex]a[/latex] in a term [latex]ax^by^c[/latex] of the expanded version is known as a binomial coefficient. The binomial coefficient also arises in combinatorics, where it gives the number of different combinations of [latex]b[/latex] elements that can be chosen from a set of [latex]n[/latex] elements. Recall that this could be written with the notation [latex]\begin{pmatrix} n \\ b \end{pmatrix}[/latex], or "[latex]n[/latex] choose [latex]b[/latex]." According to the binomial theorem, it is possible to expand any power of [latex]x + y[/latex] into a sum of the form: [latex]\displaystyle { (x+y) }^{ n }=\begin{pmatrix} n \\ 0 \end{pmatrix}{ x }^{ n }{ y }^{ 0 }+\begin{pmatrix} n \\ 1 \end{pmatrix}{ x }^{ n-1 }{ y }^{ 1 } \\ +\begin{pmatrix} n \\ 2 \end{pmatrix}{ x }^{ n-2 }{ y }^{ 2 }+\dots +\begin{pmatrix} n \\ n-1 \end{pmatrix}{ x }^{ 1 }{ y }^{ n-1 }+\begin{pmatrix} n \\ n \end{pmatrix}{ x }^{ 0 }{ y }^{ n }[/latex] where each value [latex]\begin{pmatrix} n \\ k \end{pmatrix} [/latex] is a specific positive integer known as binomial coefficient. This formula is referred to as the Binomial Formula. Using summation notation, it can be written as: [latex]\displaystyle { (x+y) }^{ n }=\sum _{ k=0 }^{ n }{ \begin{pmatrix} n \\ k \end{pmatrix} } { x }^{ n-k }{ y }^{ k }=\sum _{ k=0 }^{ n }{ \begin{pmatrix} n \\ k \end{pmatrix} } { x }^{ k }{ y }^{ n-k }[/latex] A significant amount of time may be required to apply the binomial theorem and perform all of the calculations in the above formula, particularly for high values of [latex]n[/latex]. Therefore, what follows is a shortcut for finding binomial expansions using a visual tool.Pascal's Triangle
Pascal's triangle is an alternative way of determining the coefficients that arise in binomial expansions, using a diagram rather than algebraic methods. For a binomial expansion with a relatively small exponent, this can be a straightforward way to determine the coefficients. In the diagram below, notice that each number in the triangle is the sum of the two directly above it. This pattern continues indefinitely. Pascal's Triangle: Each number in the triangle is the sum of the two directly above it.
The rows of Pascal's triangle are numbered, starting with row [latex]n = 0[/latex] at the top. The entries in each row are numbered from the left beginning with [latex]k = 0[/latex] and are usually staggered relative to the numbers in the adjacent rows. A simple construction of the triangle proceeds in the following manner. On row [latex]0[/latex], write only the number [latex]1[/latex]. Then, to construct the elements of following rows, add the two above numbers to find the new value. If either of the above numbers is not present, substitute a zero in its place. For example, each number in row one is [latex]0 + 1 = 1[/latex].
To understand how this pattern applies to the binomial formula, consider the expansion:
[latex]\displaystyle
{(x + y)}^{2} = {x}^{2} + 2xy + {y}^{2} = 1{x}^{2}{y}^{0} + 2{x}^{1}{y}^{1} + 1{x}^{0}{y}^{2}[/latex]
Notice the coefficients are the numbers in row two of Pascal's triangle: [latex]1,2,1[/latex]. In general, when a binomial like [latex]x+y[/latex] is raised to a positive integer power we have:
[latex]\displaystyle
{(x + y)}^{n} = {a}_{0}{x}^{n} + {a}_{1}{x}^{n-1}y +{a}_{2}{x}^{n-2} {y}^{2} + \cdot\cdot\cdot {a}_{n-1}{x}{y}^{n-1} + {a}_{n}{y}^{n}[/latex]
Where the coefficients [latex]a_i[/latex] in this expansion are precisely the numbers on row [latex]n[/latex] of Pascal's triangle.
Notice that the entire right diagonal of Pascal's triangle corresponds to the coefficient of [latex]y^n[/latex] in these binomial expansions, while the next diagonal corresponds to the coefficient of [latex]xy^{n−1}[/latex] and so on.
Example: Find the expansion of [latex](x+y)^5[/latex] using Pascal's triangle
Notice that [latex]n=5[/latex], and recall that this would correspond to row 5 of Pascal's triangle. Pascal's Triangle: Pascal's triangle with 5 rows.
[latex]\displaystyle
{(x + y)}^{5} = {a}_{0}{x}^{5} + {a}_{1}{x}^{4}y +{a}_{2}{x}^{3} {y}^{2} + {a}_{3}{x}^2{y}^{3} + {a}_{4}{x}{y}^{4}+{a}_{5}{y}^{5}[/latex]
It can be observed in the triangle that row [latex]5[/latex] is [latex]1, 5, 10, 10, 5, 1[/latex]. Applying these numbers to the binomial expansion, we have:
[latex]\displaystyle
{(x + y)}^{5} = {x}^{5} + 5{x}^{4}{y} + 10{x}^{3}{y}^{2} + 10{x}^{2}y^{3} + 5{x}{y}^{4} + {y}^{5} [/latex]
Binomial Expansion and Factorial Notation
The binomial theorem describes the algebraic expansion of powers of a binomial.Learning Objectives
Use factorial notation to find the coefficients of a binomial expansionKey Takeaways
Key Points
- According to the theorem, it is possible to expand the power [latex](x + y)^n[/latex] into a sum involving terms of the form [latex]ax^by^c[/latex], where the exponents [latex]b[/latex] and [latex]c[/latex] are nonnegative integers with [latex]b+c=n[/latex], and the coefficient [latex]a[/latex] of each term is a specific positive integer depending on [latex]n[/latex] and [latex]b[/latex].
- The factorial of a non-negative integer [latex]n[/latex], denoted by [latex]n![/latex], is the product of all positive integers less than or equal to [latex]n[/latex].
- Binomial coefficients can be written as [latex]\displaystyle{\begin{pmatrix} n \\ k \end{pmatrix}}[/latex]or [latex]_{n}{C}_{k} [/latex] and are defined in terms of the factorial function [latex]n![/latex].
Key Terms
- factorial: The result of multiplying a given number of consecutive integers from [latex]1[/latex] to the given number. In equations, it is symbolized by an exclamation mark ([latex]![/latex]). For example, [latex]5! = 1 \cdot 2 \cdot 3 \cdot 4 \cdot 5 = 120[/latex].
- binomial coefficient: A coefficient of any of the terms in the expansion of the binomial power [latex](x+y)^n[/latex].
Example: Use the binomial formula to find the expansion of [latex](x+y)^4[/latex]
Start by substituting [latex]n=4[/latex] into the binomial formula: [latex]\displaystyle (x+y)^4=\sum _{ k=0 }^{ 4 }{ \begin{pmatrix} 4 \\ k \end{pmatrix} } { x }^{ 4-k }{ y }^{ k }[/latex] In order to solve this, we will need to expand the summation for all values of [latex]k[/latex]. [latex]\displaystyle \begin{align} (x+y)^4&={ \begin{pmatrix} 4 \\ 0 \end{pmatrix} } { x }^{ 4-0}{y}^{0} + { \begin{pmatrix} 4 \\ 1 \end{pmatrix} } { x }^{ 4-1}{ y }^{1} + { \begin{pmatrix} 4 \\ 2 \end{pmatrix} } { x }^{ 4-2 }{ y }^{ 2 } + { \begin{pmatrix} 4 \\ 3 \end{pmatrix} } { x }^{ 4-3 }{ y }^{ 3 } + { \begin{pmatrix} 4 \\ 4 \end{pmatrix} } { x }^{ 4-4 }{ y }^{ 4 } \\ &={ \begin{pmatrix} 4 \\ 0 \end{pmatrix} } { x }^{ 4} + { \begin{pmatrix} 4 \\ 1 \end{pmatrix} } { x }^{ 3}{ y } + { \begin{pmatrix} 4 \\ 2 \end{pmatrix} } { x }^{ 2 }{ y }^{ 2 } + { \begin{pmatrix} 4 \\ 3 \end{pmatrix} } { x }^{ 1 }{ y }^{ 3 } + { \begin{pmatrix} 4 \\ 4 \end{pmatrix} } { y }^{ 4 } \end{align}[/latex] Recall that [latex]{ \begin{pmatrix} 4 \\ 0 \end{pmatrix} }[/latex] and [latex]{ \begin{pmatrix} 4 \\ 4 \end{pmatrix} }[/latex]are both equivalent to 1, as there is only one way to choose either [latex]0[/latex] or [latex]4[/latex] objects from among [latex]4[/latex]. Therefore, we have: [latex]\displaystyle = { x }^{ 4} + { \begin{pmatrix} 4 \\ 1 \end{pmatrix} } { x }^{ 3}{ y } + { \begin{pmatrix} 4 \\ 2 \end{pmatrix} } { x }^{ 2 }{ y }^{ 2 } + { \begin{pmatrix} 4 \\ 3 \end{pmatrix} } { x }{ y }^{ 3 } + { y }^{ 4 } [/latex] Now we must evaluate each of the remaining combinations: [latex]\displaystyle \begin{pmatrix} 4 \\ 1 \end{pmatrix} = \frac { 4! }{ 1!(4-1)! } = \frac { 4! }{ 1!3! } = 4[/latex] [latex]\displaystyle \begin{pmatrix} 4 \\ 2 \end{pmatrix} = \frac { 4! }{ 2!(4-2)! } = \frac { 4! }{ 2!2! } = 6[/latex] [latex-display][/latex-display] [latex]\displaystyle \begin{pmatrix} 4 \\ 3 \end{pmatrix} = \frac { 4! }{ 3!(4-3)! } = \frac { 4! }{ 3!1! } = 4[/latex] Substituting these integers into the expansion, we have: [latex]\displaystyle (x+y)^4 = { x }^{ 4} + 4 { x }^{ 3}{ y } + 6 { x }^{ 2 }{ y }^{ 2 } + 4 { x }{ y }^{ 3 } + { y }^{ 4 } [/latex]Finding a Specific Term
The rth term of the binomial expansion can be found with the equation: [latex]{ \begin{pmatrix} n \\ r-1 \end{pmatrix} }{ a }^{ n-(r-1) }{ b }^{ r-1 }[/latex].Learning Objectives
Practice finding a specific term of a binomial expansionKey Takeaways
Key Points
- Properties for the binomial expansion include: the number of terms is one more than [latex]n[/latex] (the exponent ), and the sum of the exponents in each term adds up to [latex]n[/latex].
- Applying [latex]{ \begin{pmatrix} n \\ r-1 \end{pmatrix} }{ a }^{ n-(r-1) }{ b }^{ r-1 }[/latex] and [latex]\displaystyle \begin{pmatrix} n \\ k \end{pmatrix}=\frac{n!}{(n-k)!k! }[/latex], one can find a particular term of a binomial expansion without going through every single term.
Key Terms
- integer: An element of the infinite and numerable set [latex]\left \{ \cdots,-3,-2,-1,0,1,2,3, \cdots \right \}[/latex].
- The number of terms is one more than [latex]n[/latex] (the exponent).
- The power of [latex]a[/latex] starts with [latex]n[/latex] and decreases by [latex]1[/latex] each term.
- The power of [latex]b[/latex] starts with [latex]0[/latex] and increases by [latex]1[/latex] each term.
- The sum of the exponents in each term adds up to [latex]n[/latex].
- The coefficients of the first and last terms are both [latex]1[/latex] and they follow Pascal's triangle.
Example: Find the fifth term of [latex]{(3x-4)}^{12}[/latex]
Note that the value of [latex]n = 12[/latex] in this case. Because we are looking for the fifth term, we use [latex]r=5[/latex]. Plugging these values into the formula, we have: [latex]\displaystyle { \begin{pmatrix} 12 \\ 5-1 \end{pmatrix} }{ (3x) }^{ 12-(5-1) }{ (-4) }^{ 5-1 }[/latex] [latex]\displaystyle { \begin{pmatrix} 12 \\ 4 \end{pmatrix} }{ (3x)}^{ 8 }{ (-4) }^{ 4 }[/latex] Remember to evaluate [latex]\begin{pmatrix} 12 \\ 4 \end{pmatrix}[/latex] using the combination formula: [latex]\displaystyle \begin{align} \frac{n!}{(n-k)!k! }&=\frac{12!}{(12-4)!4! }\\ &=495 \end{align}[/latex] Subbing in [latex]\begin{pmatrix} 12 \\ 4 \end{pmatrix}=495[/latex] in the formula, we have: [latex]\displaystyle 495{ (3x)}^{ 8 }{ (-4) }^{ 4 }[/latex] When the power is applied to the terms, the result is: [latex]\displaystyle 495\cdot 6561{x}^{8} \cdot 256 =831409920{x}^{8}[/latex] Thus, the fifth term of [latex]{(3x-4)}^{12}[/latex] is [latex]831409920{x}^{8}[/latex].Licenses & Attributions
CC licensed content, Shared previously
- Curation and Revision. Authored by: Boundless.com. License: Public Domain: No Known Copyright.
CC licensed content, Specific attribution
- Pascal's triangle. Provided by: Wikipedia License: CC BY-SA: Attribution-ShareAlike.
- Binomial theorem. Provided by: Wikipedia License: CC BY-SA: Attribution-ShareAlike.
- binomial. Provided by: Wiktionary License: CC BY-SA: Attribution-ShareAlike.
- Pascal's_triangle_5.svg. Provided by: Wikipedia License: CC BY-SA: Attribution-ShareAlike.
- Pascal's triangle. Provided by: Wikipedia License: Public Domain: No Known Copyright.
- Factorial. Provided by: Wikipedia License: CC BY-SA: Attribution-ShareAlike.
- Binomial theorem. Provided by: Wikipedia License: CC BY-SA: Attribution-ShareAlike.
- factorial. Provided by: Wiktionary License: CC BY-SA: Attribution-ShareAlike.
- Pascal's_triangle_5.svg. Provided by: Wikipedia License: CC BY-SA: Attribution-ShareAlike.
- Pascal's triangle. Provided by: Wikipedia Located at: https://en.wikipedia.org/wiki/Pascal%27s_triangle. License: Public Domain: No Known Copyright.
- Binomial theorem. Provided by: Wikipedia License: CC BY-SA: Attribution-ShareAlike.
- integer. Provided by: Wiktionary License: CC BY-SA: Attribution-ShareAlike.
- Pascal's_triangle_5.svg. Provided by: Wikipedia License: CC BY-SA: Attribution-ShareAlike.
- Pascal's triangle. Provided by: Wikipedia License: Public Domain: No Known Copyright.