For any positive integer n:
(a+b)n=∑r=0n(rn)an−rbr
where (rn)=r!(n−r)!n!
General Term
Tr+1=(rn)an−rbr
Example: Find the middle term in (2x+3)6
Solution:
Here n=6 (even), so the middle term is the 26+1=4th term.
T4=(36)(2x)3(3)3=20×8x3×27=4320x3
Binomial Expansion for Fractional/Negative Indices
(1+x)n=1+nx+2!n(n−1)x2+3!n(n−1)(n−2)x3+...
This expansion is valid for ∣x∣<1.
Example: Expand (1+2x)−1 up to x3
Solution:
(1+2x)−1=1+(−1)(2x)+2!(−1)(−2)(2x)2+3!(−1)(−2)(−3)(2x)3+...
=1−2x+4x2−8x3+...
Valid for ∣2x∣<1, i.e., ∣x∣<21