Worked Example
Problem: Expand (x+2)4 using the Binomial Theorem. Step 1: Identify the parts: here a=x, b=2, and n=4. Write the general expansion.(x+2)4=k=0∑4(k4)x4−k⋅2k Step 2: Find the binomial coefficients from the 4th row of Pascal's Triangle (or compute them). They are 1, 4, 6, 4, 1.
(04)=1,(14)=4,(24)=6,(34)=4,(44)=1 Step 3: Write out each term by combining the coefficient, the power of x, and the power of 2.1⋅x4⋅20+4⋅x3⋅21+6⋅x2⋅22+4⋅x1⋅23+1⋅x0⋅24 Step 4: Simplify each term by evaluating the powers of 2 and multiplying.
x4+4⋅2x3+6⋅4x2+4⋅8x+1⋅16 Step 5: Write the final expanded form.
x4+8x3+24x2+32x+16 Answer: (x+2)4=x4+8x3+24x2+32x+16 Another Example
This example shows how to find a single specific term rather than expanding the entire binomial, and it involves a negative second term, which requires careful handling of signs.
Problem: Find the 4th term in the expansion of (3x−1)5. Step 1: Identify the parts: a=3x, b=−1, and n=5. The k-th term (starting from k=0) is (kn)an−kbk. The 4th term corresponds to k=3.T4=(35)(3x)5−3(−1)3 Step 2: Calculate the binomial coefficient.
(35)=3!⋅2!5!=10 Step 3: Evaluate the powers: (3x)2=9x2 and (−1)3=−1.T4=10⋅9x2⋅(−1)=−90x2 Answer: The 4th term is −90x2. Frequently Asked Questions
How is the Binomial Theorem related to Pascal's Triangle?
The coefficients in the expansion of (a+b)n are exactly the entries in the n-th row of Pascal's Triangle. For example, row 4 is 1, 4, 6, 4, 1, which matches the coefficients of (a+b)4. You can read the coefficients directly from the triangle instead of computing factorials. Does the Binomial Theorem work with subtraction, like (a−b)n?
Yes. Treat (a−b)n as (a+(−b))n. The theorem applies exactly the same way, but you substitute −b for b. This means the terms alternate in sign: positive when k is even, negative when k is odd. How many terms are in a binomial expansion of (a+b)n?
There are always n+1 terms. For instance, (a+b)4 has 5 terms, and (a+b)10 has 11 terms. Each term corresponds to a value of k from 0 through n. Binomial Theorem vs. Multinomial Theorem
| Binomial Theorem | Multinomial Theorem |
|---|
| What it expands | A two-term expression raised to a power: (a+b)n | An expression with any number of terms raised to a power: (a1+a2+⋯+am)n |
| Coefficients | Binomial coefficients (kn) | Multinomial coefficients k1!k2!⋯km!n! |
| When to use | When the base expression has exactly two terms | When the base expression has three or more terms |
Why It Matters
The Binomial Theorem appears throughout algebra, precalculus, and standardized tests like the SAT and ACT whenever you need to expand or work with powers of binomials. It is also fundamental in probability and statistics, where binomial coefficients determine the number of ways to choose outcomes. In calculus and beyond, a generalized version of the theorem extends to non-integer exponents, providing the basis for important series approximations.
Common Mistakes
Mistake: Forgetting to apply the exponent to the entire second term, including its coefficient. For example, in (x+3)5, writing 3 instead of 3k for each term. Correction: Always raise the entire second term to the power k. In (x+3)5, the k-th term includes 3k, so you must compute powers like 32=9, 33=27, etc., and multiply them into the coefficient. Mistake: Losing track of negative signs when expanding (a−b)n. Students often make all terms positive. Correction: Rewrite as (a+(−b))n. Then (−b)k is negative when k is odd and positive when k is even. Check the sign of every term individually.