Question
Question: Show that the coefficient of middle term of \({{\left( 1+x \right)}^{2n}}\) is equal to the sum of c...
Show that the coefficient of middle term of (1+x)2n is equal to the sum of coefficient of the two middle term of (1+x)2n−1
Solution
Hint: Try to use the binomial expansion formula. Note that the middle term of ‘m’ numbers is
2m+1 if m is odd, or 2m and 2m+1 if m is even.
Complete step-by-step answer:
We know that by binomial formula,
(1+x)m=C0mxm+C1mxm−1+......+Cmmx0.....(1)
Therefore applying this to the given expression (1+x)2n, we get
(1+x)2n=C02nx2n+C12nx2n−1+......+C2n2nx0.....(2)
Also, number of terms in ‘m’ power is m+1
Therefore, the total number of terms = 2n+1 i.e., odd number.
So, the middle term is given by, (22n+1+1)th term.
That is,
(22(n+1))th=(n+1)th
So, the middle term of (1+x)2n is the (n+1)th term. It is given by,
Cn2nxn............(3)
We know the coefficient of the kth term is given by Ck−12n.
Therefore the coefficient of the (n+1)th is,
Cn2n=(2n−n)!(n)!(2n)!..........(4)
Now consider the expansion of (1+x)2n−1 .
It contains (2n-1+1)=2n terms, this is an even number.
Therefore, middle terms of even numbers are n and (n+1)th terms.
So, the middle terms of (1+x)2n−1 are given by,
nth term: Cn−12n−1xn+1
(n+1)th term: Cn2n−1xn
Now the coefficient of nth term =Cn−12n−1.........(5)
Coefficient of (n+1)th term = Cn2n−1.........(6)
Adding equation (5) and (6), we get
Cn−12n−1+Cn2n−1=(n−1)!n!(2n−1)!+(n−1)!n!(2n−1)!........(7)
Here we have used the formula,
Cim=(m−1)i!m! where i!=i(i−1)(i−2).....1
Solving equation (7), we get
Cn−12n−1+Cn2n−1=2((n−1)!n!(2n−1)!)
Multiply numerator and denominator by n, the above equation can be written as
Cn−12n−1+Cn2n−1=n(n−1)!n!2n(2n−1)!
From the definition of ‘!’ (Factorial) we have, 2n(2n-1)! = (2n)! and n(n-1)! = n!, so the above equation can be written as
Cn−12n−1+Cn2n−1=n!n!(2n)!
Now ‘n’ can be written as ‘2n-n’, so the above equation can be written as,
Cn−12n−1+Cn2n−1=(2n−n)!(n)!(2n)!
Comparing this with equation (4), we get
Cn−12n−1+Cn2n−1=Cn2n
So, the coefficient of middle term of (1+x)2n is equal to the sum of coefficients of the two middle terms of (1+x)2n−1.
Hence, proved
Note: Students often think of power as a number of terms. This is false, for example, (1+x)0 it has 1 term but the power is 0. (1+x)1has 2 terms and not 1 term.
Also, the kth term is not CkmIk , but C2−1mIk.