Mathematical Induction and Binomial Theorem question
2016 · Shift 1 · Q29
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
Mathematical Induction and Binomial Theorem question
2016 · Shift 1 · Q29
JEE AdvancedMathematicsMathematical Induction and Binomial TheoremNumerical+3 / −1
Let m be the smallest positive integer such that the coefficient of x2 in the expansion of (1+x)2+(1+x)3+........+(1+x)49+(1+mx)50 is (3n+1)51C3 for some positive integer n. Then the value of n is
Numerical answer
View written solutionFree
Correct answer: 5
Step-by-step Derivations
1. Identify the Expression and the Goal
We need to find the coefficient of x2 in the expansion of the given expression:
S=Part 1(1+x)2+(1+x)3+⋯+(1+x)49+Part 2(1+mx)50
The problem states this coefficient is equal to (3n+1)51C3 for some positive integer n, where m is the smallest positive integer for this to hold. Our goal is to find the value of n.
2. Find the Coefficient of x2 from Part 1
Part 1 is the sum S1=(1+x)2+(1+x)3+⋯+(1+x)49.
The coefficient of x2 in the expansion of (1+x)k is given by the binomial coefficient kC2.
So, the coefficient of x2 in S1 is the sum of the individual coefficients:
C1=2C2+3C2+4C2+⋯+49C2=∑k=249kC2
We use the hockey-stick identity, which states that ∑i=rn(ri)=(r+1n+1).
Applying this identity with r=2 and n=49:
C1=∑k=249kC2=49+1C2+1=50C3
Alternatively, we can sum the geometric series:
S1=(1+x)−1(1+x)2((1+x)48−1)=x(1+x)50−(1+x)2S1=x1[(1+50C1x+50C2x2+50C3x3+…)−(1+2x+x2)]S1=x1[(50−2)x+(50C2−1)x2+50C3x3+…]S1=48+(50C2−1)x+50C3x2+…
The coefficient of x2 is indeed 50C3.
3. Find the Coefficient of x2 from Part 2
Part 2 is S2=(1+mx)50.
Using the binomial theorem, the term containing x2 is:
50C2(1)48(mx)2=50C2m2x2
So, the coefficient of x2 from Part 2 is C2=50C2m2.
4. Formulate the Equation
The total coefficient of x2 in the original expression S is C=C1+C2.
C=50C3+50C2m2
We are given that C=(3n+1)51C3. So, we have the equation:
50C3+50C2m2=(3n+1)51C3
5. Simplify the Equation
We use Pascal's identity: n+1Cr=nCr+nCr−1.
For n=50 and r=3, we get 51C3=50C3+50C2.
Substitute this into our equation:
50C3+50C2m2=(3n+1)(50C3+50C2)50C3+50C2m2=(3n+1)50C3+(3n+1)50C2
Rearranging the terms to solve for m2:
50C2m2=(3n+1−1)50C3+(3n+1)50C250C2m2=3n⋅50C3+(3n+1)50C2
Now, we relate 50C3 and 50C2 using the identity kCr=rk−r+1kCr−1.
50C3=350−3+150C2=34850C2=16⋅50C2
Substitute this back into the equation:
50C2m2=3n⋅(16⋅50C2)+(3n+1)50C2
Since 50C2=0, we can divide the entire equation by 50C2:
m2=48n+(3n+1)m2=51n+1
6. Find the Smallest Positive Integer m and the corresponding n
We have the Diophantine equation m2=51n+1, where m and n are positive integers. We are looking for the smallest possible value of m.
Rearranging, we get m2−1=51n, which means (m−1)(m+1)=51n.
This implies that (m−1)(m+1) must be a multiple of 51=3×17.
Since m must be a positive integer, m≥1. If m=1, m2−1=0, which gives n=0, but n must be a positive integer. So m>1.
We test values of m starting from m=2 to find the smallest m for which m2−1 is divisible by 51.
m=2:m2−1=3 (not divisible by 51)
...
m=15:m2−1=224 (not divisible by 51)
m=16:m2−1=256−1=255. Let's check if 255 is divisible by 51. 255=5×51. Yes.
For m=16, we have 255=51n, which gives n=5.
Since n=5 is a positive integer, m=16 is a possible value.
To confirm it is the smallest, we can check systematically. We need (m−1)(m+1) to be a multiple of 3×17. There are four cases for the factors (m−1) and (m+1):
m−1 is a multiple of 51 ⟹m−1=51k⟹m=51k+1. Smallest m>1 is for k=1, m=52.
m+1 is a multiple of 51 ⟹m+1=51k⟹m=51k−1. Smallest m>1 is for k=1, m=50.
m−1 is a multiple of 3 and m+1 is a multiple of 17. So m≡1(mod3) and m≡−1≡16(mod17). Using Chinese Remainder Theorem or substitution: m=17k+16. For k=0, m=16. Check mod 3: 16≡1(mod3). This works. So m=16 is a solution.
m−1 is a multiple of 17 and m+1 is a multiple of 3. So m≡1(mod17) and m≡−1≡2(mod3). m=17k+1. 17k+1≡2(mod3)⟹−k+1≡2⟹k≡−1≡2(mod3). Smallest k≥0 is k=2, which gives m=17(2)+1=35.
Comparing the possible values for m (52, 50, 16, 35, ...), the smallest positive integer is m=16.
7. Final Answer
The problem states that m is the smallest such positive integer. We found this to be m=16. The corresponding value of n is found from the equation:
162=51n+1256=51n+1255=51nn=51255=5
The value of n is 5.