General term and specific term
A typical JEE question asks: find the coefficient of x7 in (2x−3/x)15. The answer comes from one formula , the general term.
The general term in the expansion of (a+b)n is the (r+1)th term:
Tr+1=(rn)an−rbr,r=0,1,2,…,n.
So T1=(0n)an, T2=(1n)an−1b, …, Tn+1=(nn)bn.
Three standard questions
(a) Find the k-th term. Set r=k−1 in Tr+1.
(b) Find the term containing xk. Simplify Tr+1, set the exponent of x to k, solve for r.
(c) Find the term independent of x (i.e., constant term). Set the exponent of x to 0.
Worked examples
Example 1. Find the 5th term in the expansion of (x+2)7.
Tr+1=(r7)x7−r⋅2r. For T5, r=4:
T5=(47)x3⋅24=35⋅16⋅x3=560x3.
Example 2. Find the term containing x9 in (2x−x1)15.
Tr+1=(r15)(2x)15−r(−x1)r=(r15)215−r(−1)rx15−r⋅x−r=(r15)215−r(−1)rx15−2r.
Set 15−2r=9⇒r=3. Then the term is
(315)212(−1)3x9=455⋅4096⋅(−1)⋅x9=−1,863,680x9.
Example 3. Find the term independent of x in (x2+x1)9.
Tr+1=(r9)(x2)9−r(x1)r=(r9)x18−2r−r=(r9)x18−3r.
Constant: 18−3r=0⇒r=6. Term: (69)=84.
Example 4. Find the coefficient of x5 in (2x−x23)11.
Tr+1=(r11)(2x)11−r(−x23)r=(r11)211−rx11−r⋅(−3)rx−2r=(r11)211−r(−3)rx11−3r.
Set 11−3r=5⇒r=2. Coefficient: (211)299=55⋅5129=512495.
Example 5 (harder). Find the ratio of T4 to T3 in (1+x)n if T3=28x2 and n is a positive integer.
T3=(2n)x2=28x2⇒(2n)=28⇒n=8.
T3T4=(2n)x2(3n)x3=3n−2x=36x=2x.
Try it yourself
- Find the 4th term in (2x+1)6.
- Find the term containing x7 in (x2+1)10.
- Find the constant term in (x−x1)10.
- Find the coefficient of x6 in (2x2−x1)9.
- Find the 6th term in (2−3x)10.
- If the third term in (1+x)n is 45x2, find n.
- Find the term independent of x in (x+x21)10.
- Find the term containing x−5 in (x+x22)10.
- Find the 7th term in the expansion of (1−2x)12.
- Compute the ratio T5/T4 in the expansion of (1+x)10 at x=1.
- Find the coefficient of x4 in (2x2−x1)10.
- If the coefficients of T5 and T8 in (1+x)n are equal, find n.
Pitfalls / Tricks
- Tr+1 is the (r+1)-th term, not the r-th. So T1 corresponds to r=0.
- Always factor out the negative signs first when one or both of a,b contain a −.
- Set the exponent of x in Tr+1 to the desired value, then solve for r. If r is not an integer between 0 and n, the term does not exist.
- Insight. The general term is just one formula. Memorise Tr+1=(rn)an−rbr , every problem in this subtopic reduces to choosing the right r.