Binomial Theorem
Understanding the Binomial Theorem
The Binomial Theorem provides a quick and efficient way to expand a binomial expression raised to any power, such as (a+b)n. Instead of manually multiplying the terms over and over, you can use a formula based on combinations.
The Binomial Formula
The general formula for expanding (a+b)n is:
(a+b)n=âk=0nâ(knâ)anâkbk
Here's what the pieces mean:
- n is the power to which the binomial is raised.
- k is the index of the term, starting from 0 and going up to n.
- (knâ) (read as "n choose k") is the binomial coefficient, calculated as k!(nâk)!n!â.
Pascal's Triangle Connection
You don't always have to calculate (knâ) manually. The coefficients for any power n directly correspond to the n-th row of Pascal's Triangle (starting with row 0 at the top).
Example 1: Expanding a Binomial
Problem: Expand (2xâ3)4.
Solution: Here, a=2x, b=â3, and n=4. The coefficients for n=4 (from Pascal's Triangle or (k4â)) are 1,4,6,4,1.
Let's build each term:
- k=0: 1â (2x)4â (â3)0=16x4
- k=1: 4â (2x)3â (â3)1=4â (8x3)â (â3)=â96x3
- k=2: 6â (2x)2â (â3)2=6â (4x2)â (9)=216x2
- k=3: 4â (2x)1â (â3)3=4â (2x)â (â27)=â216x
- k=4: 1â (2x)0â (â3)4=1â 1â 81=81
Combine them to get the final expansion: 16x4â96x3+216x2â216x+81
Example 2: Finding a Specific Coefficient
Sometimes you only need a single term from the expansion, not the whole thing.
Problem: Find the coefficient of x3 in (x+2)7.
Solution: The general term in the expansion is given by (knâ)anâkbk. For (x+2)7, a=x, b=2, and n=7. The general term is: (k7â)(x)7âk(2)k
We want the term where the power of x is 3. Set the exponent equal to 3: 7âk=3â¹k=4
Now, plug k=4 into the general term: (47â)(x)3(2)4
Calculate the parts:
- (47â)=4!3!7!â=3Ã2Ã17Ã6Ã5â=35
- 24=16
Multiply them together: 35â x3â 16=560x3
The coefficient of x3 is 560.