Math Lab
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=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r.
  • Coefficient of xkx^k: solve the exponent equation for rr, then plug in.
  • Sum of coefficients of f(x)=(a0+a1x++anxn)f(x) = (a_0 + a_1 x + \dots + a_n x^n): evaluate f(1)f(1).
  • Sum of coefficients of even/odd powers: f(1)±f(1)2\dfrac{f(1) \pm f(-1)}{2}.

Two recurring problem types

Type A , ratios and equations of terms

Often a problem specifies "coefficients of T5T_5 and T8T_8 are equal" or "T3:T5=T_3 : T_5 = some ratio". The strategy is the same: write both terms, divide, simplify.

Pattern. Tr+1Tr=nr+1rba\dfrac{T_{r+1}}{T_r} = \dfrac{n - r + 1}{r} \cdot \dfrac{b}{a}. Repeated use of this recursion is often quicker than computing TrT_r from scratch.

Type B , finding nn from coefficient conditions

A statement like "coefficient of x7x^7 equals coefficient of x8x^8 in (3+ax)15(3 + ax)^{15}" gives an equation in aa (or nn). 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=nn!n1!n2!nk!x1n1x2n2xknk.(x_1 + x_2 + \dots + x_k)^n = \sum_{n_1 + n_2 + \dots + n_k = n} \frac{n!}{n_1!\, n_2! \cdots n_k!} \, x_1^{n_1} x_2^{n_2} \cdots x_k^{n_k}.

For k=2k = 2, this reduces to the ordinary binomial theorem since n1+n2=nn_1 + n_2 = n and n!n1!n2!=(nn1)\dfrac{n!}{n_1!\, n_2!} = \binom{n}{n_1}.

The number of distinct terms in the expansion of (x1++xk)n(x_1 + \dots + x_k)^n equals the number of non-negative integer solutions to n1++nk=nn_1 + \dots + n_k = n, which is (n+k1k1)\binom{n + k - 1}{k - 1}.

Worked examples

Example 1. Find nn if the coefficients of T2T_2, T3T_3, T4T_4 in (1+x)n(1 + x)^n are in AP.

Coefficients: (n1),(n2),(n3)\binom{n}{1}, \binom{n}{2}, \binom{n}{3}. AP condition: 2(n2)=(n1)+(n3)2 \binom{n}{2} = \binom{n}{1} + \binom{n}{3}. 2n(n1)2=n+n(n1)(n2)6.2 \cdot \frac{n(n-1)}{2} = n + \frac{n(n-1)(n-2)}{6}. n(n1)=n+n(n1)(n2)6n(n - 1) = n + \frac{n(n-1)(n-2)}{6}. Divide by nn (assume n>0n > 0): n1=1+(n1)(n2)6n - 1 = 1 + \frac{(n-1)(n-2)}{6}. 6(n2)=(n1)(n2)6(n - 2) = (n-1)(n-2). Assuming n2n \ne 2: 6=n16 = n - 1, so n=7n = 7.

Example 2. Find the coefficient of x5x^5 in (1+x+x2)4(1 + x + x^2)^4.

By multinomial, (1+x+x2)4=4!n1!n2!n3!xn2+2n3,n1+n2+n3=4.(1 + x + x^2)^4 = \sum \frac{4!}{n_1!\, n_2!\, n_3!}\, x^{n_2 + 2 n_3}, \quad n_1 + n_2 + n_3 = 4. Need n2+2n3=5n_2 + 2 n_3 = 5 with n1,n2,n30n_1, n_2, n_3 \ge 0 and sum 44.

Possible (n3,n2,n1)(n_3, n_2, n_1): (2,1,1),(1,3,0)(2, 1, 1), (1, 3, 0).

  • (2,1,1)(2, 1, 1): 4!1!1!2!=12\frac{4!}{1!\,1!\,2!} = 12.
  • (1,3,0)(1, 3, 0): 4!0!3!1!=4\frac{4!}{0!\,3!\,1!} = 4.

Coefficient: 12+4=1612 + 4 = 16.

Example 3. The coefficient of x17x^{17} in (1+x)50+x(1+x)49+x2(1+x)48++x50(1 + x)^{50} + x(1 + x)^{49} + x^2 (1 + x)^{48} + \dots + x^{50}.

This is a geometric series: k=050xk(1+x)50k=(1+x)501(x/(1+x))511x/(1+x).\sum_{k=0}^{50} x^k (1 + x)^{50 - k} = (1 + x)^{50} \cdot \frac{1 - (x/(1+x))^{51}}{1 - x/(1+x)}. The simpler approach: the coefficient of x17x^{17} in xk(1+x)50kx^k (1 + x)^{50 - k} is (50k17k)\binom{50 - k}{17 - k} for 0k170 \le k \le 17. Summing: k=017(50k17k)=j=017(5017+jj)=j=017(33+jj).\sum_{k=0}^{17} \binom{50 - k}{17 - k} = \sum_{j=0}^{17} \binom{50 - 17 + j}{j} = \sum_{j=0}^{17} \binom{33 + j}{j}. Using the hockey-stick identity, j=0m(r+jj)=(r+m+1m)\sum_{j=0}^{m} \binom{r + j}{j} = \binom{r + m + 1}{m}, this equals (5117)\binom{51}{17}.

Example 4. Find the term independent of xx in (x3+12x3)18\left(\sqrt[3]{x} + \dfrac{1}{2 \sqrt[3]{x}}\right)^{18}.

Tr+1=(18r)x(18r)/312rxr/3=(18r)12rx(182r)/3T_{r+1} = \binom{18}{r} x^{(18-r)/3} \cdot \dfrac{1}{2^r} x^{-r/3} = \binom{18}{r} \dfrac{1}{2^r} x^{(18 - 2r)/3}.

Set (182r)/3=0r=9(18 - 2r)/3 = 0 \Rightarrow r = 9. T10=(189)129=48620512=12155128T_{10} = \binom{18}{9} \cdot \dfrac{1}{2^9} = \dfrac{48620}{512} = \dfrac{12155}{128}.

Example 5. In the expansion of (1+x)43(1 + x)^{43}, the coefficients of (2r+1)(2r + 1)th and (r+2)(r + 2)th terms are equal. Find rr.

Coefficients (432r)\binom{43}{2r} and (43r+1)\binom{43}{r + 1} equal \Rightarrow either 2r=r+12r = r + 1 (i.e., r=1r = 1) or 2r+(r+1)=432r + (r + 1) = 43 (i.e., r=14r = 14). Both valid.

Try it yourself

  1. Find nn if coefficients of T5T_5, T6T_6, T7T_7 in (1+x)n(1 + x)^n are in AP.
  2. In (1+x)n(1 + x)^n, if coefficient of x9x^9 equals coefficient of x10x^{10}, find nn.
  3. Find the coefficient of x4x^4 in (1+x+x2+x3)11(1 + x + x^2 + x^3)^{11}. (Hint: (1+x+x2+x3)=(1+x)(1+x2)(1 + x + x^2 + x^3) = (1 + x)(1 + x^2).)
  4. Find the coefficient of x6x^6 in (1+x)5(1+x2)4(1 + x)^5 (1 + x^2)^4.
  5. Find the term independent of xx in (2x2+3x)15\left(2 x^2 + \dfrac{3}{x}\right)^{15}.
  6. If T3=720T_3 = 720 in (a+x)6(a + x)^6 at x=1x = 1, find aa (where a>0a > 0).
  7. Show that the greatest coefficient in (1+x)n(1 + x)^n at x=1x = 1 is (nn/2)\binom{n}{\lfloor n/2 \rfloor}.
  8. Find the coefficient of x7x^7 in (1+x2x3)8(1 + x^2 - x^3)^8.
  9. How many terms are in the expansion of (x+y+z)10(x + y + z)^{10}?
  10. Find the number of terms in (x+y+z+w)12(x + y + z + w)^{12}.
  11. In (1+x)2n(1 + x)^{2n}, prove that the coefficient of xnx^n is the largest.
  12. Find the sum of the coefficients of even powers of xx in (1+x+x2)10(1 + x + x^2)^{10}.

Pitfalls / Tricks

  • When two binomial coefficients are equal, (na)=(nb)\binom{n}{a} = \binom{n}{b} implies a=ba = b or a+b=na + b = n , don't forget the second case.
  • For trinomial expansions, count terms via (n+22)\binom{n + 2}{2}, not n+1n + 1.
  • Substituting x=1x = 1, x=1x = -1, or x=ix = i in a polynomial is a quick way to extract sums of subsets of coefficients.
  • Insight. Hard problems decompose into simple steps: identify a,b,na, b, n; write Tr+1T_{r+1}; impose the given condition; solve. Don't try to leap.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Miscellaneous problems
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6