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.