Question
Question: If the third term in the binomial expansion of \[{{\left( 1+x \right)}^{m}}\text{ is }-\dfrac{1}{8}{...
If the third term in the binomial expansion of (1+x)m is −81x2, then the rational value of m is:
(a) 2
(b) 21
(c) 3
(d) 4
Solution
Hint: First find the binomial expansion of (1+x)m. Now compare the third term with the given value. Cancel the common terms to get the value of m. The equation will be a single variable equation of m. The value of m is the required result.
Complete step-by-step answer:
Proof of binomial theorem by Mathematical Induction: The expression, we aim to prove is:
(a+b)n=an+ nC1an−1b+.....+ nCran−rbr+.....+ nCn−1abn−1+bn
We will first prove that the relationship is true for n = 1, n = 2.
Case 1: n = 1
(a+b)1=a1+b1
This is true as the left-hand side is equal to the right-hand side.
Case 2: n = 2
(a+b)2=a2+ 2C1a2−1b+b2
By simplifying, we get,
(a+b)2=a2+2ab+b2
This is true as it is a general algebraic identity.
Now, we should take the case where n = k
By substituting this, we get,
(a+b)k=ak+ kC1ak−1b1+ kC2ak−2b2+.....+ kCkabk−1+bk
Now, consider the expansion:
(a+b)k+1=(a+b)(a+b)k
By substituting the case of n = k into this equation, we get:
(a+b)(ak+ kC1ak−1b+ kC2ak−2b2+......+bk)
By using distributive law, we get,
(a+b).c=a.c+b.c
⇒ak+1+(1+ kC1)akb+(kC1+ kC2)ak−1b2+.....+bk+1
We know Pascal’s identity on combinations is:
nCr−1+ nCr= n+1Cr
By using Pascal’s identity, we get,
(a+b)k+1=ak+1+ kC1akb+.....+ k+1Crak+1−rbr+.....+bk+1
So, by assuming n = k is correct, we have proved n = k + 1 correct as well.
So, the binomial theorem is proved by Mathematical Induction. According to the binomial theorem, we have
(a+b)n=k=0∑nnCkakbn−k
From the above binomial proof, we get the expansion as:
(1+x)m=1+mx+2m(m−1)x2+.....
The third term of the above expression can be given as
2m(m−1)x2
The third term given in the question can be written as:
8−1x2
By equating both the terms, we get the equation as:
2m(m−1)x2=8−1x2
By canceling the common terms on both the sides of the equation, we get:
2m(m−1)=8−1
By multiplying with 2 on both the sides, we get it as:
m(m−1)=4−1
By multiplying with 4 on both the sides, we get it as:
4m(m−1)=−1
By applying distributive law on the left-hand side, we get,
4m2−4m=−1
By adding 1 on both the sides of the equation, we get it as:
4m2−4m+1=0
Comparing this to the equation ax2+bx+c, we can say a = 4, b = – 4, c = 1.
The product of two numbers ac value is +4. So, the two numbers whose product is 4, the sum is – 4 are – 2, – 2. By using these, we can write our equation as:
4m2−2m−2m+1=0
By taking 2m common from the first two, – 1 common from the last two, we get
2m(2m−1)−1(2m−1)=0
We can write the equation as product form, given by:
(2m−1)(2m−1)=0
By equating the expression to 0, we get it as:
2m−1=0
By simplifying we say the value of m to be as:
m=21
By simplifying the given condition, we need the value of m to be 21.
Therefore, option (b) is the right answer.
Note: While expanding in binomial expansion, be careful with negative signs. After substituting in the third term, while multiplying take care of – 1 also. After getting the quadratic, you can use a2−2ab+b2=(a−b)2 formula instead of factorization. Anyways you will get the same result.