Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

The binomial theorem gives a fast way to expand powers of binomials like (a+b)n(a + b)^n without multiplying many factors by hand. This cheat sheet helps students recognize the pattern of terms, exponents, and coefficients in a binomial expansion. It is especially useful for algebra, precalculus, probability, and series topics where binomial coefficients appear often.

The main formula is (a+b)n=k=0n(nk)ankbk(a + b)^n = \sum_{k=0}^{n} \binom{n}{k}a^{n-k}b^k. The coefficient (nk)\binom{n}{k} counts how many ways to choose kk items from nn items and can be found using (nk)=n!k!(nk)!\binom{n}{k}=\frac{n!}{k!(n-k)!}. In each term, the exponent on aa decreases while the exponent on bb increases, and the exponents always add to nn.

Pascal's triangle provides the same coefficients for small powers.

Key Facts

  • The binomial theorem states that (a+b)n=k=0n(nk)ankbk(a + b)^n = \sum_{k=0}^{n} \binom{n}{k}a^{n-k}b^k for any nonnegative integer nn.
  • The binomial coefficient is (nk)=n!k!(nk)!\binom{n}{k}=\frac{n!}{k!(n-k)!}, where 0kn0 \le k \le n.
  • The general term of (a+b)n(a + b)^n is Tk+1=(nk)ankbkT_{k+1}=\binom{n}{k}a^{n-k}b^k because the first term occurs when k=0k=0.
  • In the expansion of (a+b)n(a + b)^n, there are n+1n+1 terms before combining any like terms.
  • For each term in (a+b)n(a + b)^n, the exponents add to nn, so ankbka^{n-k}b^k has total degree nn.
  • The coefficients in (a+b)n(a + b)^n match row nn of Pascal's triangle when the top row is row 00.
  • For subtraction, (ab)n=k=0n(nk)ank(b)k(a - b)^n = \sum_{k=0}^{n} \binom{n}{k}a^{n-k}(-b)^k, so signs alternate when bb is positive.
  • The symmetry rule (nk)=(nnk)\binom{n}{k}=\binom{n}{n-k} means matching coefficients from opposite ends of the expansion are equal.

Vocabulary

Binomial
A binomial is an algebraic expression with two terms, such as a+ba+b or x3x-3.
Binomial theorem
The binomial theorem is the formula (a+b)n=k=0n(nk)ankbk(a + b)^n = \sum_{k=0}^{n} \binom{n}{k}a^{n-k}b^k for expanding a binomial raised to a nonnegative integer power.
Binomial coefficient
A binomial coefficient (nk)\binom{n}{k} is the number that multiplies a term in a binomial expansion and equals n!k!(nk)!\frac{n!}{k!(n-k)!}.
Factorial
A factorial n!n! is the product of all positive integers from 11 to nn, with 0!=10! = 1.
General term
The general term is a formula such as Tk+1=(nk)ankbkT_{k+1}=\binom{n}{k}a^{n-k}b^k that describes any term in an expansion.
Pascal's triangle
Pascal's triangle is a triangular arrangement of numbers where each interior number is the sum of the two numbers above it.

Common Mistakes to Avoid

  • Forgetting the coefficients is wrong because (a+b)n(a+b)^n is not found by raising each term separately; for example, (a+b)2=a2+2ab+b2(a+b)^2=a^2+2ab+b^2, not a2+b2a^2+b^2.
  • Using kk as the term number directly is wrong because the general term Tk+1=(nk)ankbkT_{k+1}=\binom{n}{k}a^{n-k}b^k starts with k=0k=0, so the first term is T1T_1.
  • Dropping the negative sign in (ab)n(a-b)^n is wrong because the second term is b-b, so (b)k(-b)^k controls whether each term is positive or negative.
  • Letting exponents add to more or less than nn is wrong because every term in (a+b)n(a+b)^n must have the form ankbka^{n-k}b^k, so the total exponent is always nn.
  • Using the wrong row of Pascal's triangle is wrong because (a+b)n(a+b)^n uses row nn when the top row 11 is counted as row 00.

Practice Questions

  1. 1 Expand (x+2)5(x+2)^5 using the binomial theorem.
  2. 2 Find the coefficient of x4x^4 in the expansion of (3x1)6(3x-1)^6.
  3. 3 Find the third term in the expansion of (2a+b)7(2a+b)^7.
  4. 4 Explain why the coefficients of (a+b)8(a+b)^8 are symmetric from left to right.