Skip to main content
Back to Binomial Theorem
JEE Main 2020
Binomial Theorem
Binomial Theorem
Medium

Question

If the maximum value of the term independent of tt in the expansion of (t2x15+(1x)110t)15,x0\left(\mathrm{t}^{2} x^{\frac{1}{5}}+\frac{(1-x)^{\frac{1}{10}}}{\mathrm{t}}\right)^{15}, x \geqslant 0, is K\mathrm{K}, then 8 K8 \mathrm{~K} is equal to ____________.

Answer: 2

Solution

Detailed Solution: Finding the Maximum Value of a Term Independent of a Variable

This problem involves two core concepts: the Binomial Theorem for expanding expressions and differential calculus for finding the maximum value of a function.


1. Key Concept: The General Term of a Binomial Expansion

For a binomial expansion of the form (A+B)n(A+B)^n, the general term (or (r+1)th(r+1)^{th} term) is given by the formula: Tr+1=nCrAnrBrT_{r+1} = {}^{n}C_r A^{n-r} B^r where nn is the power of the binomial, rr is the index (starting from 0), and nCr=n!r!(nr)!{}^{n}C_r = \frac{n!}{r!(n-r)!} is the binomial coefficient.


2. Step-by-Step Derivation

Given the expression: (t2x15+(1x)110t)15\left(\mathrm{t}^{2} x^{\frac{1}{5}}+\frac{(1-x)^{\frac{1}{10}}}{\mathrm{t}}\right)^{15} Here, A=t2x15A = t^2 x^{\frac{1}{5}}, B=(1x)110tB = \frac{(1-x)^{\frac{1}{10}}}{t}, and n=15n=15.

Step 2.1: Write down the general term Tr+1T_{r+1} Applying the general term formula: Tr+1=15Cr(t2x15)15r((1x)110t)rT_{r+1} = {}^{15}C_r \left(t^2 x^{\frac{1}{5}}\right)^{15-r} \left(\frac{(1-x)^{\frac{1}{10}}}{t}\right)^r

Explanation: This is the foundational step, directly applying the binomial theorem to express any term in the expansion.

Step 2.2: Simplify the powers of tt, xx, and (1x)(1-x) We need to combine the terms involving tt, xx, and (1x)(1-x) separately. Tr+1=15Cr(t2)15r(x15)15r((1x)110)rtrT_{r+1} = {}^{15}C_r \cdot (t^2)^{15-r} \cdot (x^{\frac{1}{5}})^{15-r} \cdot \frac{((1-x)^{\frac{1}{10}})^r}{t^r} Tr+1=15Crt2(15r)x15(15r)(1x)r10trT_{r+1} = {}^{15}C_r \cdot t^{2(15-r)} \cdot x^{\frac{1}{5}(15-r)} \cdot (1-x)^{\frac{r}{10}} \cdot t^{-r} Tr+1=15Crt302rtrx15r5(1x)r10T_{r+1} = {}^{15}C_r \cdot t^{30-2r} \cdot t^{-r} \cdot x^{\frac{15-r}{5}} \cdot (1-x)^{\frac{r}{10}} Combining the powers of tt: Tr+1=15Crt302rrx15r5(1x)r10T_{r+1} = {}^{15}C_r \cdot t^{30-2r-r} \cdot x^{\frac{15-r}{5}} \cdot (1-x)^{\frac{r}{10}} Tr+1=15Crt303rx15r5(1x)r10T_{r+1} = {}^{15}C_r \cdot t^{30-3r} \cdot x^{\frac{15-r}{5}} \cdot (1-x)^{\frac{r}{10}}

Explanation: We simplify the expression using exponent rules (am)n=amn(a^m)^n = a^{mn} and aman=am+na^m a^n = a^{m+n} to isolate the powers of tt, xx, and (1x)(1-x). This is crucial for identifying the term independent of tt.

Step 2.3: Find the value of rr for the term independent of tt A term is independent of tt if the power of tt in that term is zero. So, we set the exponent of tt to 0: 303r=030 - 3r = 0 3r=303r = 30 r=10r = 10

Explanation: The phrase "independent of tt" directly translates to the coefficient of tt being 00 in the general term. Solving this equation gives us the specific value of rr that corresponds to this term.

Step 2.4: Substitute r=10r=10 back into the general term Now that we have r=10r=10, we can find the specific term, which is T10+1=T11T_{10+1} = T_{11}. T11=15C10x15105(1x)1010T_{11} = {}^{15}C_{10} \cdot x^{\frac{15-10}{5}} \cdot (1-x)^{\frac{10}{10}} T11=15C10x55(1x)1T_{11} = {}^{15}C_{10} \cdot x^{\frac{5}{5}} \cdot (1-x)^{1} T11=15C10x(1x)T_{11} = {}^{15}C_{10} \cdot x \cdot (1-x)

Explanation: We substitute the calculated value of rr into our simplified general term to obtain the exact expression for the term independent of tt.

Step 2.5: Find the maximum value of x(1x)x(1-x) The term independent of tt is T11=15C10x(1x)T_{11} = {}^{15}C_{10} \cdot x(1-x). Since 15C10{}^{15}C_{10} is a constant, to maximize T11T_{11}, we need to maximize the function f(x)=x(1x)f(x) = x(1-x). Let f(x)=xx2f(x) = x - x^2. To find the maximum value of f(x)f(x), we use calculus:

  1. First Derivative: Calculate f(x)f'(x) and set it to zero to find critical points. f(x)=ddx(xx2)=12xf'(x) = \frac{d}{dx}(x - x^2) = 1 - 2x Set f(x)=0f'(x) = 0: 12x=01 - 2x = 0 2x=12x = 1 x=12x = \frac{1}{2}
  2. Second Derivative Test: Calculate f(x)f''(x) to determine if the critical point is a maximum or minimum. f(x)=ddx(12x)=2f''(x) = \frac{d}{dx}(1 - 2x) = -2 Since f(12)=2<0f''(\frac{1}{2}) = -2 < 0, the function f(x)f(x) has a local maximum at x=12x = \frac{1}{2}.

Now, substitute x=12x = \frac{1}{2} into f(x)f(x): f(12)=12(112)=1212=14f\left(\frac{1}{2}\right) = \frac{1}{2}\left(1 - \frac{1}{2}\right) = \frac{1}{2} \cdot \frac{1}{2} = \frac{1}{4} So, the maximum value of x(1x)x(1-x) is 14\frac{1}{4}.

Explanation: This is a crucial optimization step. We treat x(1x)x(1-x) as a function and use the standard calculus method (first and second derivatives) to find its absolute maximum. The condition x0x \ge 0 is implicitly satisfied by x=1/2x=1/2. Alternatively, recognize f(x)=xx2f(x) = x-x^2 is a downward-opening parabola with roots at x=0,1x=0, 1, so its maximum occurs at the vertex, x=b2a=12(1)=12x = -\frac{b}{2a} = -\frac{1}{2(-1)} = \frac{1}{2}.

Step 2.6: Calculate KK and 8K8K The maximum value of the term independent of tt is given as KK. K=15C10(maximum value of x(1x))K = {}^{15}C_{10} \cdot \left(\text{maximum value of } x(1-x)\right) K=15C1014K = {}^{15}C_{10} \cdot \frac{1}{4}

We need to calculate 8K8K: 8K=8(15C1014)8K = 8 \cdot \left({}^{15}C_{10} \cdot \frac{1}{4}\right) 8K=215C108K = 2 \cdot {}^{15}C_{10}

Now, we calculate the binomial coefficient 15C10{}^{15}C_{10}. Using the property nCr=nCnr{}^n C_r = {}^n C_{n-r}: 15C10=15C1510=15C5{}^{15}C_{10} = {}^{15}C_{15-10} = {}^{15}C_5 15C5=15×14×13×12×115×4×3×2×1{}^{15}C_5 = \frac{15 \times 14 \times 13 \times 12 \times 11}{5 \times 4 \times 3 \times 2 \times 1} 15C5=155×3×124×142×13×11{}^{15}C_5 = \frac{15}{5 \times 3} \times \frac{12}{4} \times \frac{14}{2} \times 13 \times 11 15C5=1×3×7×13×11{}^{15}C_5 = 1 \times 3 \times 7 \times 13 \times 11 15C5=21×143{}^{15}C_5 = 21 \times 143 15C5=3003{}^{15}C_5 = 3003

Finally, substitute this value back into the expression for 8K8K: 8K=230038K = 2 \cdot 3003 8K=60068K = 6006

Explanation: We combine the constant binomial coefficient with the maximum value of the variable part to find KK. Then, a simple multiplication gives us the final answer. Using the symmetry property of binomial coefficients, nCr=nCnr{}^{n}C_r = {}^{n}C_{n-r}, simplifies the calculation for 15C10{}^{15}C_{10} to 15C5{}^{15}C_5.


3. Tips and Common Mistakes to Avoid

  • Careful with Exponents: Pay close attention to negative exponents and fractional powers when simplifying the general term. A small error in handling trt^{-r} or x1/5x^{1/5} can lead to an incorrect value of rr.
  • Term Independent of Variable: Remember that "independent of a variable" means the exponent of that variable must be zero.
  • Maximizing a Function: When finding the maximum/minimum of a quadratic function like ax2+bx+cax^2+bx+c, you can either use calculus (f(x)=0,f(x)f'(x)=0, f''(x) test) or recognize its parabolic nature. For x(1x)=x2+xx(1-x) = -x^2+x, it's a downward-opening parabola, so its vertex is the maximum. The x-coordinate of the vertex is b/(2a)-b/(2a).
  • Binomial Coefficient Calculation: Don't rush the calculation of nCr{}^{n}C_r. Use the symmetry property nCr=nCnr{}^{n}C_r = {}^{n}C_{n-r} to simplify calculations (e.g., 15C10{}^{15}C_{10} is easier to calculate as 15C5{}^{15}C_5).

4. Summary and Key Takeaway

This problem effectively tests your understanding of applying the Binomial Theorem to find a specific term in an expansion and then using differential calculus to optimize (maximize in this case) that term with respect to another variable. The key steps are:

  1. Formulate the general term.
  2. Simplify exponents to isolate powers of relevant variables.
  3. Set the exponent of the variable to be eliminated (here, tt) to zero to find the specific term.
  4. Treat the remaining expression as a function of the other variable (here, xx) and use calculus to find its maximum or minimum value.
  5. Perform the final calculation as required by the question.

The final answer is 6006\boxed{6006}.

Practice More Binomial Theorem Questions

View All Questions