Finding the Middle Term

The total number of terms in the expansion of (x+a)n(x+a)^n is n+1n+1. The middle term depends on whether n is even or odd.

  • If n is Even: The number of terms (n+1n+1) is odd. There is one middle term, which is the (n2+1)th(\frac{n}{2} + 1)^{th} term.

  • If n is Odd: The number of terms (n+1n+1) is even. There are two middle terms: the (n+12)th(\frac{n+1}{2})^{th} term and the (n+12+1)th(\frac{n+1}{2} + 1)^{th} term.

Properties of Binomial Coefficients (nCr^nC_r)

Binomial coefficients have several important properties that are frequently used in problem-solving.

  1. Symmetry: The coefficient of the kthk^{th} term from the beginning is equal to the coefficient of the kthk^{th} term from the end.

nCr=nCnr^nC_r = ^nC_{n-r}

  1. Pascal's Rule:

nCr+nCr1=n+1Cr^nC_r + ^nC_{r-1} = ^{n+1}C_r

  1. Sum of Coefficients: By setting x=1x=1 in (1+x)n(1+x)^n, we find the sum of all binomial coefficients.

nC0+nC1+nC2+...+nCn=2n^nC_0 + ^nC_1 + ^nC_2 + ... + ^nC_n = 2^n

  1. Sum of Even and Odd Coefficients:

nC0+nC2+nC4+...=nC1+nC3+nC5+...=2n1^nC_0 + ^nC_2 + ^nC_4 + ... = ^nC_1 + ^nC_3 + ^nC_5 + ... = 2^{n-1}

  1. Ratio of Consecutive Coefficients:

nCrnCr1=nr+1r\frac{^nC_r}{^nC_{r-1}} = \frac{n-r+1}{r}

  1. Greatest Binomial Coefficient: The value of nCr^nC_r is maximum at the middle term(s).
    • If n is even, the greatest coefficient is nCn/2^nC_{n/2}.
    • If n is odd, the two greatest coefficients are nC(n1)/2^nC_{(n-1)/2} and nC(n+1)/2^nC_{(n+1)/2} (and they are equal).

Example 1: Middle Term (n is Even)

Question: Find the middle term in the expansion of (2x21x)8(2x^2 - \frac{1}{x})^8.

Solution: Here, n=8 (even). The number of terms is 9. The middle term is the (82+1)th=5th(\frac{8}{2}+1)^{th} = 5^{th} term. For the 5th term, r=4r=4. Using the general term formula Tr+1=nCrxnrarT_{r+1} = {^nC_r}x^{n-r}a^r:

T5=8C4(2x2)84(1x)4=8C4(2x2)4(1x4)T_5 = {^8C_4}(2x^2)^{8-4}(-\frac{1}{x})^4 = {^8C_4}(2x^2)^4(\frac{1}{x^4})

=70(16x8)(1x4)=1120x4= 70 \cdot (16x^8) \cdot (\frac{1}{x^4}) = 1120x^4

Example 2: Middle Terms (n is Odd)

Question: Find the middle terms in the expansion of (3xx36)7(3x - \frac{x^3}{6})^7.

Solution: Here, n=7 (odd). There are two middle terms: the (7+12)th=4th(\frac{7+1}{2})^{th}=4^{th} term and the (7+12+1)th=5th(\frac{7+1}{2}+1)^{th}=5^{th} term.

  • For the 4th term (r=3r=3):

T4=7C3(3x)73(x36)3=35(34x4)(x9216)=1058x13T_4 = {^7C_3}(3x)^{7-3}(-\frac{x^3}{6})^3 = 35(3^4x^4)(-\frac{x^9}{216}) = -\frac{105}{8}x^{13}

  • For the 5th term (r=4r=4):

T5=7C4(3x)74(x36)4=35(33x3)(x121296)=3548x15T_5 = {^7C_4}(3x)^{7-4}(-\frac{x^3}{6})^4 = 35(3^3x^3)(\frac{x^{12}}{1296}) = \frac{35}{48}x^{15}

Example 3: Sum of Coefficients

Question: If the sum of the coefficients in the expansion of (a+b)n(a+b)^n is 4096, find the greatest binomial coefficient in the expansion.

Solution: The sum of the coefficients is (1+1)n=2n(1+1)^n = 2^n. We are given 2n=40962^n = 4096. Since 4096=2124096 = 2^{12}, we have n=12n=12. The greatest binomial coefficient occurs at the middle term. Since n=12 is even, the greatest coefficient is 12C12/2=12C6^{12}C_{12/2} = ^{12}C_6.

12C6=12×11×10×9×8×76×5×4×3×2×1=924^{12}C_6 = \frac{12 \times 11 \times 10 \times 9 \times 8 \times 7}{6 \times 5 \times 4 \times 3 \times 2 \times 1} = 924

Example 4: Using the Ratio Property

Question: The coefficients of three consecutive terms in the expansion of (1+x)n(1+x)^n are 165, 330, and 462. Find n.

Solution: Let the terms be for r,r+1,r+2r, r+1, r+2. The coefficients are nCr1=165,nCr=330,nCr+1=462^nC_{r-1}=165, ^nC_r=330, ^nC_{r+1}=462. Using the ratio property:

  1. nCrnCr1=nr+1r=330165=2    nr+1=2r    n3r=1\frac{^nC_r}{^nC_{r-1}} = \frac{n-r+1}{r} = \frac{330}{165} = 2 \implies n-r+1=2r \implies n-3r=-1.
  2. nCr+1nCr=nrr+1=462330=75    5n5r=7r+7    5n12r=7\frac{^nC_{r+1}}{^nC_r} = \frac{n-r}{r+1} = \frac{462}{330} = \frac{7}{5} \implies 5n-5r=7r+7 \implies 5n-12r=7. Solving the two linear equations, we find n=11n=11.