polynomial functions
Binomial Theorem
You should know: polynomials
Overview
The Binomial Theorem gives a direct formula for expanding (x+y)ⁿ into a sum of terms, without multiplying out (x+y) by itself n times. Each term's coefficient is a binomial coefficient — the same numbers that appear in Pascal's Triangle and count combinations — making the theorem a bridge between algebra and combinatorics.
Formal Definition
For any nonnegative integer n, the binomial (x+y)ⁿ expands as:
The binomial coefficient, the number of ways to choose k items from n
Properties
Symmetry
Number of terms
Pascal's rule
Sum of coefficients
Worked Examples
Use row 4 of Pascal's Triangle for the coefficients: 1, 4, 6, 4, 1.
Evaluate each binomial coefficient: C(4,0)=1, C(4,1)=4, C(4,2)=6, C(4,3)=4, C(4,4)=1.
Answer: (x+y)⁴ = x⁴ + 4x³y + 6x²y² + 4xy³ + y⁴
Practice Problems
Find the coefficient of x³y² in the expansion of (x+y)⁵.
Common Mistakes
Forgetting the alternating signs when expanding (x-y)ⁿ.
Rewrite (x-y)ⁿ as (x+(-y))ⁿ before applying the theorem: each term becomes C(n,k)xⁿ⁻ᵏ(-y)ᵏ, so odd-k terms carry a negative sign.
Summary
- The Binomial Theorem: (x+y)ⁿ = Σ C(n,k) xⁿ⁻ᵏyᵏ for k=0 to n.
- Coefficients C(n,k) = n!/(k!(n-k)!) are exactly the entries of row n of Pascal's Triangle.
- The expansion always has n+1 terms, and the coefficients are symmetric: C(n,k)=C(n,n-k).
- For (x-y)ⁿ, rewrite as (x+(-y))ⁿ so signs alternate correctly term by term.
References
- WebsiteWikipedia — Binomial theorem
Mathematics