Algebra 2 Advanced binomial theorempascalexpansion

The Binomial Theorem

Expanding (a + b)ⁿ without multiplying it out n times.

Video by The Organic Chemistry Tutor — “Binomial Theorem Expansion, Pascal's Triangle, Finding Terms & Coefficients, Combinations, Algebra 2” Watch on YouTube

The explanation

Key idea Coefficients come from Pascal's triangle, or from C(n, k).

Expanding (a + b)⁵ by hand is miserable. The binomial theorem gives it directly.

The coefficients are row n of Pascal's triangle, where each entry is the sum of the two above it:
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1

For (a + b)⁴: 1a⁴ + 4a³b + 6a²b² + 4ab³ + 1b⁴.

The pattern in the letters: a's exponent counts down from n, b's counts up from 0, and every term's exponents add to n.

With a subtraction, the signs alternate, because (a − b)ⁿ is (a + (−b))ⁿ.

Worked example

Expand (x − 2)⁴.

  1. Row 4 of Pascal: 1, 4, 6, 4, 1; here a = x and b = −2.
  2. x⁴ + 4x³(−2) + 6x²(−2)² + 4x(−2)³ + (−2)⁴.
  3. Compute: x⁴ − 8x³ + 24x² − 32x + 16.

Answer: x⁴ − 8x³ + 24x² − 32x + 16

Common mistakes

  • Applying the coefficient but forgetting to raise the −2 to its power.
  • Using row n − 1 of Pascal's triangle, since the top row is row 0.