Fiveable

๐Ÿ“Honors Pre-Calculus Unit 11 Review

QR code for Honors Pre-Calculus practice questions

11.6 Binomial Theorem

11.6 Binomial Theorem

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Binomial Theorem and Expansions

The binomial theorem gives you a formula for expanding expressions like (x+y)n(x + y)^n without multiplying the binomial by itself over and over. It connects algebra with combinatorics through binomial coefficients, and it shows up constantly in probability, series work, and later calculus topics.

Pep mascot
more resources to help you study

Binomial theorem application

The theorem expands any expression of the form (x+y)n(x + y)^n, where nn is a non-negative integer, into a sum of n+1n + 1 terms.

The general formula:

(x+y)n=โˆ‘k=0n(nk)xnโˆ’kyk(x + y)^n = \sum_{k=0}^{n} \binom{n}{k} x^{n-k} y^k

Here's what each piece means:

  • โˆ‘k=0n\sum_{k=0}^{n} tells you to add up all the terms as kk goes from 0 to nn
  • (nk)\binom{n}{k} is the binomial coefficient, calculated as n!k!(nโˆ’k)!\frac{n!}{k!(n-k)!}
  • n!n! (read "n factorial") means nโ‹…(nโˆ’1)โ‹…(nโˆ’2)โ‹ฏ2โ‹…1n \cdot (n-1) \cdot (n-2) \cdots 2 \cdot 1, with 0!=10! = 1 by definition

Each individual term follows a predictable pattern:

  • The exponent on xx starts at nn and decreases by 1 each term
  • The exponent on yy starts at 0 and increases by 1 each term
  • The exponents on xx and yy always add up to nn

For example, (a+b)3=(30)a3+(31)a2b+(32)ab2+(33)b3=a3+3a2b+3ab2+b3(a + b)^3 = \binom{3}{0}a^3 + \binom{3}{1}a^2b + \binom{3}{2}ab^2 + \binom{3}{3}b^3 = a^3 + 3a^2b + 3ab^2 + b^3.

This works for any binomial raised to a power, including expressions like (2x+3)4(2x + 3)^4 or (aโˆ’b)6(a - b)^6. When a term is negative, like (aโˆ’b)6(a - b)^6, treat it as (a+(โˆ’b))6(a + (-b))^6 so the signs alternate correctly.

Binomial theorem application, Binomial Theorem ยท Precalculus

Specific term calculation

You can find any single term in a binomial expansion without expanding the whole thing. This saves a ton of time when nn is large.

Steps to find a specific term:

  1. Identify which term you need. The (k+1)(k+1)th term corresponds to the value kk in the formula. So the 1st term uses k=0k = 0, the 2nd term uses k=1k = 1, the 4th term uses k=3k = 3, and so on.
  2. Calculate the binomial coefficient (nk)=n!k!(nโˆ’k)!\binom{n}{k} = \frac{n!}{k!(n-k)!}.
  3. Build the term: (nk)โ‹…xnโˆ’kโ‹…yk\binom{n}{k} \cdot x^{n-k} \cdot y^k.
  4. Simplify by evaluating any powers and multiplying everything together.

Example: Find the 4th term in the expansion of (3xโˆ’2y)6(3x - 2y)^6.

  1. The 4th term means k=3k = 3.

  2. Compute the coefficient: (63)=6!3!โ‹…3!=6โ‹…5โ‹…43โ‹…2โ‹…1=20\binom{6}{3} = \frac{6!}{3! \cdot 3!} = \frac{6 \cdot 5 \cdot 4}{3 \cdot 2 \cdot 1} = 20

  3. Build the term: 20โ‹…(3x)6โˆ’3โ‹…(โˆ’2y)320 \cdot (3x)^{6-3} \cdot (-2y)^3

  4. Simplify each piece:

    • (3x)3=27x3(3x)^3 = 27x^3
    • (โˆ’2y)3=โˆ’8y3(-2y)^3 = -8y^3 (odd exponent keeps the negative)
    • 20โ‹…27โ‹…(โˆ’8)=โˆ’432020 \cdot 27 \cdot (-8) = -4320
  5. Result: โˆ’4320x3y3-4320x^3y^3

Watch the signs carefully. When the binomial has a subtraction, the terms with odd powers of yy will be negative.

Binomial theorem application, Binomial theorem - Wikipedia

Pascal's triangle interpretation

Pascal's Triangle is a triangular array where each entry is the sum of the two entries directly above it. The first few rows look like this:

Row (nn)Entries
01
11 ย  1
21 ย  2 ย  1
31 ย  3 ย  3 ย  1
41 ย  4 ย  6 ย  4 ย  1

Every row starts and ends with 1. Rows are numbered starting from 0.

The number in row nn, position kk (also starting from 0) equals the binomial coefficient (nk)\binom{n}{k}. So the entry in row 4, position 2 is (42)=6\binom{4}{2} = 6, which you can verify from the table above.

This means Pascal's Triangle gives you the coefficients for any binomial expansion at a glance. For (x+y)4(x+y)^4, just read row 4: the coefficients are 1, 4, 6, 4, 1.

Key properties:

  • The sum of all entries in row nn equals 2n2^n (for example, row 3: 1+3+3+1=8=231 + 3 + 3 + 1 = 8 = 2^3)
  • The triangle is symmetric: (nk)=(nnโˆ’k)\binom{n}{k} = \binom{n}{n-k}
  • Each entry represents a combination: (nk)\binom{n}{k} counts the number of ways to choose kk items from nn items when order doesn't matter

For small values of nn, reading coefficients off Pascal's Triangle is faster than computing factorials. For larger values, the formula n!k!(nโˆ’k)!\frac{n!}{k!(n-k)!} becomes more practical.

Additional Concepts in Binomial Expansion

  • Polynomial expansion: The binomial theorem is a specific case of expanding polynomials. Multinomial expansion generalizes the idea to expressions with more than two terms, like (x+y+z)n(x + y + z)^n.
  • Combinations vs. permutations: Binomial coefficients count combinations (order doesn't matter). Permutations, where order does matter, use the formula n!(nโˆ’k)!\frac{n!}{(n-k)!} and come up in more complex counting and probability problems.
  • Connection to probability: Binomial coefficients appear directly in the binomial probability distribution, which models the number of successes in nn independent trials. You'll see this in statistics and in AP-level probability work.