Solveeit Logo

Question

Question: Middle term of the expression (x+y)^n...

Middle term of the expression (x+y)^n

Answer

If n is even, the middle term is (nn/2)xn/2yn/2\binom{n}{n/2} x^{n/2} y^{n/2}. If n is odd, the middle terms are (n(n1)/2)x(n+1)/2y(n1)/2\binom{n}{(n-1)/2} x^{(n+1)/2} y^{(n-1)/2} and (n(n+1)/2)x(n1)/2y(n+1)/2\binom{n}{(n+1)/2} x^{(n-1)/2} y^{(n+1)/2}.

Explanation

Solution

The expansion of (x+y)n(x+y)^n has (n+1)(n+1) terms. The determination of the middle term(s) depends on whether nn is an even or an odd integer.

The general term in the expansion of (x+y)n(x+y)^n is given by the formula: Tr+1=(nr)xnryrT_{r+1} = \binom{n}{r} x^{n-r} y^r

Case 1: nn is an even integer. If nn is even, then n+1n+1 (the total number of terms) is an odd integer. In this case, there is exactly one middle term. The position of the middle term is (n2+1)\left(\frac{n}{2} + 1\right). To find this term using the general term formula, we set r+1=n2+1r+1 = \frac{n}{2} + 1, which implies r=n2r = \frac{n}{2}. Substituting r=n2r=\frac{n}{2} into the general term formula: Middle Term =Tn2+1=(nn/2)xnn/2yn/2=(nn/2)xn/2yn/2= T_{\frac{n}{2}+1} = \binom{n}{n/2} x^{n-n/2} y^{n/2} = \binom{n}{n/2} x^{n/2} y^{n/2}.

Case 2: nn is an odd integer. If nn is odd, then n+1n+1 (the total number of terms) is an even integer. In this case, there are two middle terms. The positions of the two middle terms are (n+12)\left(\frac{n+1}{2}\right) and (n+12+1)\left(\frac{n+1}{2} + 1\right).

  • First Middle Term: The position of the first middle term is (n+12)\left(\frac{n+1}{2}\right). To find this term, we set r+1=n+12r+1 = \frac{n+1}{2}, which implies r=n+121=n12r = \frac{n+1}{2} - 1 = \frac{n-1}{2}. Substituting r=n12r=\frac{n-1}{2} into the general term formula: First Middle Term =Tn12+1=Tn+12=(n(n1)/2)xn(n1)/2y(n1)/2=(n(n1)/2)x(n+1)/2y(n1)/2= T_{\frac{n-1}{2}+1} = T_{\frac{n+1}{2}} = \binom{n}{(n-1)/2} x^{n-(n-1)/2} y^{(n-1)/2} = \binom{n}{(n-1)/2} x^{(n+1)/2} y^{(n-1)/2}.

  • Second Middle Term: The position of the second middle term is (n+12+1)\left(\frac{n+1}{2} + 1\right). To find this term, we set r+1=n+12+1r+1 = \frac{n+1}{2} + 1, which implies r=n+12r = \frac{n+1}{2}. Substituting r=n+12r=\frac{n+1}{2} into the general term formula: Second Middle Term =Tn+12+1=(n(n+1)/2)xn(n+1)/2y(n+1)/2=(n(n+1)/2)x(n1)/2y(n+1)/2= T_{\frac{n+1}{2}+1} = \binom{n}{(n+1)/2} x^{n-(n+1)/2} y^{(n+1)/2} = \binom{n}{(n+1)/2} x^{(n-1)/2} y^{(n+1)/2}.

Summary:

  • If nn is even, the middle term is Tn2+1=(nn/2)xn/2yn/2T_{\frac{n}{2}+1} = \binom{n}{n/2} x^{n/2} y^{n/2}.
  • If nn is odd, the two middle terms are Tn+12=(n(n1)/2)x(n+1)/2y(n1)/2T_{\frac{n+1}{2}} = \binom{n}{(n-1)/2} x^{(n+1)/2} y^{(n-1)/2} and Tn+12+1=(n(n+1)/2)x(n1)/2y(n+1)/2T_{\frac{n+1}{2}+1} = \binom{n}{(n+1)/2} x^{(n-1)/2} y^{(n+1)/2}.