This exercise applies the Binomial Theorem to find specific terms, middle terms, and simplify binomial expansions.
For the expansion of (a+b)n, the general term (the (r+1)-th term) is:
Tr+1=(rn)an−rbr,r=0,1,2,…,n
The total number of terms in (a+b)n is n+1.
| n | Number of middle terms | Middle term(s) |
|---|
| Even | 1 | T2n+1 |
| Odd | 2 | T2n+1 and T2n+3 |
Example 1: Find the middle term of (x+x1)6.
Solution:
- Here a=x, b=x1, n=6 (even)
- Middle term: T26+1=T4
- T4=(36)x6−3⋅(x1)3=20⋅x3⋅x31=20
Example 2: Find the term independent of x in (x2+x1)9.
Solution:
- Tr+1=(r9)(x2)9−r⋅(x1)r=(r9)x18−2r⋅x−r=(r9)x18−3r
- For the term independent of x: 18−3r=0⇒r=6
- T7=(69)=(39)=84
Example 3: Find the two middle terms of (2x−y)5.
Solution:
- n=5 (odd), so two middle terms: T25+1=T3 and T25+3=T4
- T3=(25)(2x)3(−y)2=10⋅8x3⋅y2=80x3y2
- T4=(35)(2x)2(−y)3=10⋅4x2⋅(−y3)=−40x2y3