Home/Class XI/Ch 7/Miscellaneous problems and multinomial preview
Miscellaneous problems and multinomial preview
Once you can write the general term, find the middle term, and use the basic identities, the binomial theorem becomes a problem-solving toolkit. Real exam problems mix several ideas at once. This subtopic collects the common combinations and previews the multinomial theorem for trinomial and higher expansions.
Definitions and reminders
Recall:
General term: Tr+1=(rn)an−rbr.
Coefficient of xk: solve the exponent equation for r, then plug in.
Sum of coefficients of f(x)=(a0+a1x+⋯+anxn): evaluate f(1).
Sum of coefficients of even/odd powers: 2f(1)±f(−1).
Two recurring problem types
Type A , ratios and equations of terms
Often a problem specifies "coefficients of T5 and T8 are equal" or "T3:T5= some ratio". The strategy is the same: write both terms, divide, simplify.
Pattern.TrTr+1=rn−r+1⋅ab. Repeated use of this recursion is often quicker than computing Tr from scratch.
Type B , finding n from coefficient conditions
A statement like "coefficient of x7 equals coefficient of x8 in (3+ax)15" gives an equation in a (or n). Set up using the general term, equate, solve.
The multinomial theorem (preview)
The binomial theorem expands a sum of two terms raised to a power. The multinomial generalises to more terms:
(x1+x2+⋯+xk)n=∑n1+n2+⋯+nk=nn1!n2!⋯nk!n!x1n1x2n2⋯xknk.
For k=2, this reduces to the ordinary binomial theorem since n1+n2=n and n1!n2!n!=(n1n).
The number of distinct terms in the expansion of (x1+⋯+xk)n equals the number of non-negative integer solutions to n1+⋯+nk=n, which is (k−1n+k−1).
Worked examples
Example 1. Find n if the coefficients of T2, T3, T4 in (1+x)n are in AP.
Coefficients: (1n),(2n),(3n). AP condition: 2(2n)=(1n)+(3n).
2⋅2n(n−1)=n+6n(n−1)(n−2).n(n−1)=n+6n(n−1)(n−2). Divide by n (assume n>0):
n−1=1+6(n−1)(n−2).
6(n−2)=(n−1)(n−2).
Assuming n=2: 6=n−1, so n=7.
Example 2. Find the coefficient of x5 in (1+x+x2)4.
By multinomial,
(1+x+x2)4=∑n1!n2!n3!4!xn2+2n3,n1+n2+n3=4.
Need n2+2n3=5 with n1,n2,n3≥0 and sum 4.
Possible (n3,n2,n1): (2,1,1),(1,3,0).
(2,1,1): 1!1!2!4!=12.
(1,3,0): 0!3!1!4!=4.
Coefficient: 12+4=16.
Example 3. The coefficient of x17 in (1+x)50+x(1+x)49+x2(1+x)48+⋯+x50.
This is a geometric series:
∑k=050xk(1+x)50−k=(1+x)50⋅1−x/(1+x)1−(x/(1+x))51.
The simpler approach: the coefficient of x17 in xk(1+x)50−k is (17−k50−k) for 0≤k≤17. Summing:
∑k=017(17−k50−k)=∑j=017(j50−17+j)=∑j=017(j33+j).
Using the hockey-stick identity, ∑j=0m(jr+j)=(mr+m+1), this equals (1751).
Example 4. Find the term independent of x in (3x+23x1)18.