Binomial theorem (general expansion)
The Binomial Theorem
The Binomial Theorem is a topic in Sequences & Series in the Common Core State Standards. It is aligned to Standard A-APR.5, which requires students to use the Binomial Theorem to expand a power of a binomial.
The Binomial Theorem expands \((a+b)^n\) using the binomial coefficients \(\dbinom{n}{k}\), which are the entries of Pascal's triangle.
Theory
The Binomial Theorem expands a power of a binomial without multiplying it out term by term:
where the binomial coefficients are \(\displaystyle\binom{n}{k}=\dfrac{n!}{k!\,(n-k)!}\). These are exactly the entries of Pascal's triangle.
Across the expansion the power of \(a\) decreases from \(n\) to \(0\) while the power of \(b\) increases from \(0\) to \(n\).
The theorem and the general term:
How to expand a binomial
- Get the coefficients from row \(n\) of Pascal's triangle (or \(\binom{n}{k}\)).
- Write the powers: \(a\) from \(n\) down to \(0\), \(b\) from \(0\) up to \(n\).
- Combine coefficient and powers for each term.
- For a single term, solve for the \(k\) giving the desired power.
Row 3 of Pascal's triangle is \(1,3,3,1\); decrease the power of \(a\), increase \(b\).
Use coefficients \(1,3,3,1\) with \(b=2\).
| \(=\) | x^3+3x^2(2)+3x(2)^2+(2)^3 | |
| \(=\) | x^3+6x^2+12x+8 |
The general term is \(\binom{5}{k}x^{5-k}(1)^k\); for \(x^2\), \(5-k=2\Rightarrow k=3\).
| \binom{5}{3}x^2 | \(=\) | 10x^2 |
Use \(\binom{n}{k}=\dfrac{n!}{k!(n-k)!}\).
| \binom{6}{2} | \(=\) | \dfrac{6!}{2!\,4!} |
| \(=\) | \dfrac{6\cdot 5}{2}=15 |
Common pitfalls
Frequently asked questions
What is the Binomial Theorem?
A formula for expanding \((a+b)^n\): \(\sum_{k=0}^{n}\binom{n}{k}a^{\,n-k}b^{\,k}\).
What is a binomial coefficient?
\(\binom{n}{k}=\dfrac{n!}{k!(n-k)!}\), the number of ways to choose \(k\) items from \(n\); it is the entry in Pascal's triangle.
How does Pascal's triangle help?
Each row gives the coefficients of \((a+b)^n\), and each entry is the sum of the two directly above it.
How do you find a single term of an expansion?
Use \(\binom{n}{k}a^{\,n-k}b^{\,k}\) and pick the \(k\) that produces the power you want.