Skip to main content
Back to Binomial Theorem
JEE Main 2024
Binomial Theorem
Binomial Theorem
Hard

Question

If \sum_\limits{r=0}^5 \frac{{ }^{11} C_{2 r+1}}{2 r+2}=\frac{\mathrm{m}}{\mathrm{n}}, \operatorname{gcd}(\mathrm{m}, \mathrm{n})=1, then mn\mathrm{m}-\mathrm{n} is equal to __________.

Answer: 1

Solution

1. Key Concept: Integration of Binomial Expansion

The problem requires us to evaluate a sum involving binomial coefficients of the form nCrr+k\frac{{}^nC_r}{r+k}. Such sums can often be found by integrating the binomial expansion of (1+x)n(1+x)^n or related functions. The Binomial Theorem states that for any positive integer nn: (1+x)n=nC0+nC1x+nC2x2++nCnxn=r=0nnCrxr(1+x)^n = {^nC_0} + {^nC_1}x + {^nC_2}x^2 + \cdots + {^nC_n}x^n = \sum_{r=0}^n {^nC_r}x^r Integrating this expansion term by term with respect to xx will introduce terms of the form nCrr+1xr+1\frac{{}^nC_r}{r+1}x^{r+1}. By choosing appropriate limits of integration, we can isolate specific sums. In this particular problem, we have a sum of odd-indexed coefficients divided by an even number, which suggests that combining integrals over different ranges will be beneficial.

2. Binomial Expansion and General Integral Form

For the given problem, n=11n=11. So, the binomial expansion of (1+x)11(1+x)^{11} is: (1+x)11=11C0+11C1x+11C2x2++11C11x11(1+x)^{11} = {^{11}C_0} + {^{11}C_1}x + {^{11}C_2}x^2 + \cdots + {^{11}C_{11}}x^{11} To get terms involving division by r+kr+k, we integrate. The general form of the integral of (1+x)11(1+x)^{11} is: (1+x)11dx=(1+x)1212+C\int (1+x)^{11} dx = \frac{(1+x)^{12}}{12} + C And integrating the series term by term: (11C0+11C1x+11C2x2++11C11x11)dx=11C0x+11C1x22+11C2x33++11C11x1212+C\int \left( {^{11}C_0} + {^{11}C_1}x + {^{11}C_2}x^2 + \cdots + {^{11}C_{11}}x^{11} \right) dx = {^{11}C_0}x + \frac{{^{11}C_1}x^2}{2} + \frac{{^{11}C_2}x^3}{3} + \cdots + \frac{{^{11}C_{11}}x^{12}}{12} + C' We will now use definite integrals with specific limits to generate the required sum.

3. Integration from x=0x=0 to x=1x=1

We integrate both sides of the binomial expansion from x=0x=0 to x=1x=1. Why: Integrating from 00 to 11 simplifies xkx^k to 1/(k+1)1/(k+1) and results in a sum of all coefficients divided by their respective power plus one, which is a common form for these types of sums.

01(1+x)11dx=01(11C0+11C1x+11C2x2++11C11x11)dx\int_0^1 (1+x)^{11} dx = \int_0^1 \left( {^{11}C_0} + {^{11}C_1}x + {^{11}C_2}x^2 + \cdots + {^{11}C_{11}}x^{11} \right) dx Evaluating the left-hand side (LHS): LHS=[(1+x)1212]01=(1+1)1212(1+0)1212=21211212=212112\text{LHS} = \left[ \frac{(1+x)^{12}}{12} \right]_0^1 = \frac{(1+1)^{12}}{12} - \frac{(1+0)^{12}}{12} = \frac{2^{12}-1^{12}}{12} = \frac{2^{12}-1}{12} Evaluating the right-hand side (RHS) by integrating term by term: RHS=[11C0x+11C1x22+11C2x33++11C11x1212]01\text{RHS} = \left[ {^{11}C_0}x + \frac{{^{11}C_1}x^2}{2} + \frac{{^{11}C_2}x^3}{3} + \cdots + \frac{{^{11}C_{11}}x^{12}}{12} \right]_0^1 RHS=(11C0(1)+11C1(1)22+11C2(1)33++11C11(1)1212)(0)\text{RHS} = \left( {^{11}C_0}(1) + \frac{{^{11}C_1}(1)^2}{2} + \frac{{^{11}C_2}(1)^3}{3} + \cdots + \frac{{^{11}C_{11}}(1)^{12}}{12} \right) - (0) RHS=11C0+11C12+11C23++11C1112(1)\text{RHS} = {^{11}C_0} + \frac{{^{11}C_1}}{2} + \frac{{^{11}C_2}}{3} + \cdots + \frac{{^{11}C_{11}}}{12} \quad \cdots (1) So, we have: 11C0+11C12+11C23++11C1112=212112{^{11}C_0} + \frac{{^{11}C_1}}{2} + \frac{{^{11}C_2}}{3} + \cdots + \frac{{^{11}C_{11}}}{12} = \frac{2^{12}-1}{12}

4. Integration from x=1x=-1 to x=0x=0

Next, we integrate both sides of the binomial expansion from x=1x=-1 to x=0x=0. Why: Integrating with 1-1 as a limit introduces alternating signs for terms with odd powers of xx, which will be crucial for isolating the odd-indexed coefficients when combined with the previous result.

10(1+x)11dx=10(11C0+11C1x+11C2x2++11C11x11)dx\int_{-1}^0 (1+x)^{11} dx = \int_{-1}^0 \left( {^{11}C_0} + {^{11}C_1}x + {^{11}C_2}x^2 + \cdots + {^{11}C_{11}}x^{11} \right) dx Evaluating the left-hand side (LHS): LHS=[(1+x)1212]10=(1+0)1212(11)1212=11201212=112\text{LHS} = \left[ \frac{(1+x)^{12}}{12} \right]_{-1}^0 = \frac{(1+0)^{12}}{12} - \frac{(1-1)^{12}}{12} = \frac{1^{12}-0^{12}}{12} = \frac{1}{12} Evaluating the right-hand side (RHS) by integrating term by term: RHS=[11C0x+11C1x22+11C2x33++11C11x1212]10\text{RHS} = \left[ {^{11}C_0}x + \frac{{^{11}C_1}x^2}{2} + \frac{{^{11}C_2}x^3}{3} + \cdots + \frac{{^{11}C_{11}}x^{12}}{12} \right]_{-1}^0 RHS=(0)(11C0(1)+11C1(1)22+11C2(1)33++11C11(1)1212)\text{RHS} = (0) - \left( {^{11}C_0}(-1) + \frac{{^{11}C_1}(-1)^2}{2} + \frac{{^{11}C_2}(-1)^3}{3} + \cdots + \frac{{^{11}C_{11}}(-1)^{12}}{12} \right) RHS=(11C0+11C1211C23+11C34+11C1112)\text{RHS} = - \left( -{^{11}C_0} + \frac{{^{11}C_1}}{2} - \frac{{^{11}C_2}}{3} + \frac{{^{11}C_3}}{4} - \cdots + \frac{{^{11}C_{11}}}{12} \right) RHS=11C011C12+11C2311C34+11C1112(2)\text{RHS} = {^{11}C_0} - \frac{{^{11}C_1}}{2} + \frac{{^{11}C_2}}{3} - \frac{{^{11}C_3}}{4} + \cdots - \frac{{^{11}C_{11}}}{12} \quad \cdots (2) So, we have: 11C011C12+11C2311C34+11C1112=112{^{11}C_0} - \frac{{^{11}C_1}}{2} + \frac{{^{11}C_2}}{3} - \frac{{^{11}C_3}}{4} + \cdots - \frac{{^{11}C_{11}}}{12} = \frac{1}{12} Tip: Pay close attention to the signs when evaluating at the lower limit and subtracting, especially for alternating series. An easier way to think about the alternating series is to consider the original expansion of (1x)11(1-x)^{11} which would result in 11C011C1x+11C2x2{^{11}C_0} - {^{11}C_1}x + {^{11}C_2}x^2 - \dots, and then integrate that from 00 to 11. However, the method used here is also valid.

5. Combining the Results

Now, we subtract equation (2) from equation (1). Why: Subtracting these two equations will cause all terms with even-indexed coefficients (C0,C2,C4,C_0, C_2, C_4, \ldots) to cancel out, while all terms with odd-indexed coefficients (C1,C3,C5,C_1, C_3, C_5, \ldots) will be added together (doubled). This isolates the sum we need.

(1)(2):(1) - (2): (212112)(112)=(11C0+11C12+11C23++11C1112)(11C011C12+11C2311C1112)\left( \frac{2^{12}-1}{12} \right) - \left( \frac{1}{12} \right) = \left( {^{11}C_0} + \frac{{^{11}C_1}}{2} + \frac{{^{11}C_2}}{3} + \cdots + \frac{{^{11}C_{11}}}{12} \right) - \left( {^{11}C_0} - \frac{{^{11}C_1}}{2} + \frac{{^{11}C_2}}{3} - \cdots - \frac{{^{11}C_{11}}}{12} \right) Simplifying the LHS: LHS=2121112=212212\text{LHS} = \frac{2^{12}-1-1}{12} = \frac{2^{12}-2}{12} Simplifying the RHS: RHS=2(11C12+11C34+11C56+11C78+11C910+11C1112)\text{RHS} = 2 \left( \frac{{^{11}C_1}}{2} + \frac{{^{11}C_3}}{4} + \frac{{^{11}C_5}}{6} + \frac{{^{11}C_7}}{8} + \frac{{^{11}C_9}}{10} + \frac{{^{11}C_{11}}}{12} \right) The sum on the RHS matches the form r=0511C2r+12r+2\sum_{r=0}^5 \frac{{ }^{11} C_{2 r+1}}{2 r+2}. So, we have: 212212=2r=0511C2r+12r+2\frac{2^{12}-2}{12} = 2 \sum_{r=0}^5 \frac{{ }^{11} C_{2 r+1}}{2 r+2} Divide by 2 to find the required sum: r=0511C2r+12r+2=21222×12=2(2111)24=211112\sum_{r=0}^5 \frac{{ }^{11} C_{2 r+1}}{2 r+2} = \frac{2^{12}-2}{2 \times 12} = \frac{2(2^{11}-1)}{24} = \frac{2^{11}-1}{12}

6. Final Calculation and GCD Check

Now we calculate the numerical value of the sum: We know 211=20482^{11} = 2048. r=0511C2r+12r+2=2048112=204712\sum_{r=0}^5 \frac{{ }^{11} C_{2 r+1}}{2 r+2} = \frac{2048-1}{12} = \frac{2047}{12} The problem states that the sum is mn\frac{m}{n} where gcd(m,n)=1\operatorname{gcd}(m, n)=1. Here, m=2047m = 2047 and n=12n = 12. We need to check if mm and nn are coprime. The prime factors of n=12n=12 are 22 and 33. 20472047 is not divisible by 22 (it's an odd number). Sum of digits of 2047=2+0+4+7=132047 = 2+0+4+7 = 13, which is not divisible by 33. Therefore, gcd(2047,12)=1\operatorname{gcd}(2047, 12)=1. Finally, we need to find mnm-n: mn=204712=2035m-n = 2047 - 12 = 2035

7. Tips for Success

  • Recognize the pattern: When you see binomial coefficients divided by r+kr+k, think about integrating the binomial expansion.
  • Choose limits wisely: The limits of integration (00 to 11, 1-1 to 00, etc.) are chosen to simplify the resulting sum and isolate the desired terms.
  • Careful with signs: When evaluating definite integrals, especially with negative lower limits, be meticulous with the signs. An error in one sign can completely change the result.
  • Check GCD: Always perform the gcd\operatorname{gcd} check to ensure the fraction is in its simplest form before calculating mnm-n.

8. Key Takeaway

This problem demonstrates a powerful technique for evaluating sums involving binomial coefficients divided by linear terms using integral calculus. By integrating the binomial expansion (1+x)n(1+x)^n over suitable intervals and combining the resulting series, we can selectively isolate and sum odd or even indexed binomial coefficients. This method is a versatile tool in combinatorial problems.

Practice More Binomial Theorem Questions

View All Questions