Mathwords logoReference LibraryMathwords

Binomial Theorem

Binomial Theorem

A method for distributing powers of binomials as shown below.


Formula:
Binomial Theorem formula: (a+b)^n = C(n,0)a^n + C(n,1)a^(n-1)b + … + C(n,n)b^n = sum k=0 to n of C(n,k)a^(n-k)b^k
Example:

(a + b)4 = a4 + 4a3b + 6a2b2 + 4ab3 + b4

The coefficients are from the fourth row of Pascal's Triangle as shown below.

 

 

See also

Binomial coefficients, binomial coefficients in Pascal's Triangle, sigma notation

Key Formula

(a+b)n=k=0n(nk)ankbk(a + b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} \, b^{k}
Where:
  • aa = The first term of the binomial
  • bb = The second term of the binomial
  • nn = The non-negative integer exponent (the power you are raising the binomial to)
  • kk = The index of summation, running from 0 to n
  • (nk)\binom{n}{k} = The binomial coefficient, equal to n! / (k!(n−k)!), which gives the coefficient of each term

Worked Example

Problem: Expand (x+2)4(x + 2)^4 using the Binomial Theorem.
Step 1: Identify the parts: here a=xa = x, b=2b = 2, and n=4n = 4. Write the general expansion.
(x+2)4=k=04(4k)x4k2k(x + 2)^4 = \sum_{k=0}^{4} \binom{4}{k} x^{4-k} \cdot 2^{k}
Step 2: Find the binomial coefficients from the 4th row of Pascal's Triangle (or compute them). They are 1, 4, 6, 4, 1.
(40)=1,  (41)=4,  (42)=6,  (43)=4,  (44)=1\binom{4}{0}=1,\; \binom{4}{1}=4,\; \binom{4}{2}=6,\; \binom{4}{3}=4,\; \binom{4}{4}=1
Step 3: Write out each term by combining the coefficient, the power of xx, and the power of 2.
1x420+4x321+6x222+4x123+1x0241 \cdot x^4 \cdot 2^0 + 4 \cdot x^3 \cdot 2^1 + 6 \cdot x^2 \cdot 2^2 + 4 \cdot x^1 \cdot 2^3 + 1 \cdot x^0 \cdot 2^4
Step 4: Simplify each term by evaluating the powers of 2 and multiplying.
x4+42x3+64x2+48x+116x^4 + 4 \cdot 2x^3 + 6 \cdot 4x^2 + 4 \cdot 8x + 1 \cdot 16
Step 5: Write the final expanded form.
x4+8x3+24x2+32x+16x^4 + 8x^3 + 24x^2 + 32x + 16
Answer: (x+2)4=x4+8x3+24x2+32x+16(x + 2)^4 = x^4 + 8x^3 + 24x^2 + 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 (3x1)5(3x - 1)^5.
Step 1: Identify the parts: a=3xa = 3x, b=1b = -1, and n=5n = 5. The kk-th term (starting from k=0k = 0) is (nk)ankbk\binom{n}{k} a^{n-k} b^{k}. The 4th term corresponds to k=3k = 3.
T4=(53)(3x)53(1)3T_4 = \binom{5}{3}(3x)^{5-3}(-1)^{3}
Step 2: Calculate the binomial coefficient.
(53)=5!3!2!=10\binom{5}{3} = \frac{5!}{3! \cdot 2!} = 10
Step 3: Evaluate the powers: (3x)2=9x2(3x)^2 = 9x^2 and (1)3=1(-1)^3 = -1.
T4=109x2(1)=90x2T_4 = 10 \cdot 9x^2 \cdot (-1) = -90x^2
Answer: The 4th term is 90x2-90x^2.

Frequently Asked Questions

How is the Binomial Theorem related to Pascal's Triangle?
The coefficients in the expansion of (a+b)n(a+b)^n are exactly the entries in the nn-th row of Pascal's Triangle. For example, row 4 is 1, 4, 6, 4, 1, which matches the coefficients of (a+b)4(a+b)^4. You can read the coefficients directly from the triangle instead of computing factorials.
Does the Binomial Theorem work with subtraction, like (ab)n(a - b)^n?
Yes. Treat (ab)n(a - b)^n as (a+(b))n(a + (-b))^n. The theorem applies exactly the same way, but you substitute b-b for bb. This means the terms alternate in sign: positive when kk is even, negative when kk is odd.
How many terms are in a binomial expansion of (a+b)n(a+b)^n?
There are always n+1n + 1 terms. For instance, (a+b)4(a+b)^4 has 5 terms, and (a+b)10(a+b)^{10} has 11 terms. Each term corresponds to a value of kk from 0 through nn.

Binomial Theorem vs. Multinomial Theorem

Binomial TheoremMultinomial Theorem
What it expandsA two-term expression raised to a power: (a+b)n(a+b)^nAn expression with any number of terms raised to a power: (a1+a2++am)n(a_1 + a_2 + \cdots + a_m)^n
CoefficientsBinomial coefficients (nk)\binom{n}{k}Multinomial coefficients n!k1!k2!km!\frac{n!}{k_1! k_2! \cdots k_m!}
When to useWhen the base expression has exactly two termsWhen 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(x + 3)^5, writing 33 instead of 3k3^k for each term.
Correction: Always raise the entire second term to the power kk. In (x+3)5(x+3)^5, the kk-th term includes 3k3^k, so you must compute powers like 32=93^2 = 9, 33=273^3 = 27, etc., and multiply them into the coefficient.
Mistake: Losing track of negative signs when expanding (ab)n(a - b)^n. Students often make all terms positive.
Correction: Rewrite as (a+(b))n(a + (-b))^n. Then (b)k(-b)^k is negative when kk is odd and positive when kk is even. Check the sign of every term individually.

Related Terms