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

Question

The maximum value of the term independent of 't' in the expansion of (tx15+(1x)110t)10{\left( {t{x^{{1 \over 5}}} + {{{{(1 - x)}^{{1 \over {10}}}}} \over t}} \right)^{10}} where x\in(0, 1) is :

Options

Solution

This problem is a fantastic blend of two essential JEE Mathematics topics: the Binomial Theorem for identifying specific terms in an expansion, and Differential Calculus for optimizing (finding the maximum value of) a function. Let's break it down methodically.


1. Understanding the General Term of a Binomial Expansion

The first step in tackling any binomial expansion problem is to recall the formula for the general term. For an expansion of (a+b)n(a+b)^n, the general term, denoted as Tr+1T_{r+1}, is given by: 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 of the term (starting from r=0r=0 for the first term). It must be a non-negative integer 0rn0 \le r \le n.
  • aa is the first term of the binomial.
  • bb is the second term of the binomial.

Let's identify these components from our given expression: (tx15+(1x)110t)10{\left( {t{x^{{1 \over 5}}} + {{{{(1 - x)}^{{1 \over {10}}}}} \over t}} \right)^{10}}

By comparing this with (a+b)n(a+b)^n:

  • n=10n = 10
  • a=tx15a = t{x^{{1 \over 5}}}
  • b=(1x)110t=t1(1x)110b = {{{{(1 - x)}^{{1 \over {10}}}}} \over t} = t^{-1} {(1-x)^{{1 \over {10}}}} (We rewrite bb with a negative exponent for tt to simplify combining 't' terms later.)

Now, substitute these into the general term formula: Tr+1=10Cr(tx15)10r(t1(1x)110)rT_{r+1} = {}^{10}{C_r} {\left(t{x^{{1 \over 5}}}\right)^{10 - r}} {\left(t^{-1} {(1-x)^{{1 \over {10}}}}\right)^r}

2. Finding the Term Independent of 't'

The problem asks for the "term independent of 't'". This means we need to find the term where the variable 't' is not present, which translates to its exponent being zero. To do this, we collect all terms involving 't' in our Tr+1T_{r+1} expression and set their combined exponent to zero.

Let's expand the powers in the expression for Tr+1T_{r+1}: Tr+1=10Cr(t10r)(x15(10r))(tr)((1x)110r)T_{r+1} = {}^{10}{C_r} (t^{10-r}) (x^{{1 \over 5}(10-r)}) (t^{-r}) ((1-x)^{{1 \over {10}}r})

Now, combine the terms involving 't' using the exponent rule pmpn=pm+np^m \cdot p^n = p^{m+n}: Tr+1=10Crt(10rr)x10r5(1x)r10T_{r+1} = {}^{10}{C_r} t^{(10-r-r)} x^{{{10-r} \over 5}} (1-x)^{{r \over {10}}} Tr+1=10Crt102rx10r5(1x)r10T_{r+1} = {}^{10}{C_r} t^{10-2r} x^{{{10-r} \over 5}} (1-x)^{{r \over {10}}}

For the term to be independent of 't', the exponent of 't' must be zero: 102r=010 - 2r = 0 Solving for rr: 2r=102r = 10 r=5r = 5

Since r=5r=5 is a non-negative integer and falls within the range of 0 to n=10n=10, it is a valid value. This means the 6th term (T5+1T_{5+1}) of the expansion will be independent of 't'.

Now, substitute r=5r=5 back into our simplified general term expression to find this specific term: T6=10C5x1055(1x)510T_6 = {}^{10}{C_5} x^{{{10-5} \over 5}} (1-x)^{{5 \over {10}}} T6=10C5x55(1x)12T_6 = {}^{10}{C_5} x^{{5 \over 5}} (1-x)^{{1 \over 2}} T6=10C5x1(1x)1/2T_6 = {}^{10}{C_5} x^1 (1-x)^{1/2} T6=10C5x1xT_6 = {}^{10}{C_5} x\sqrt{1-x}

This is the term independent of 't', and it is now a function of 'x'. Let's denote this function as f(x)f(x).

Tip: Always double-check that the value of rr you find is an integer and within the valid range (0rn0 \le r \le n). If not, there might be no term independent of the variable, or you might have made a calculation error.

3. Maximizing the Term with Respect to 'x'

The problem asks for the maximum value of this term, given that x(0,1)x \in (0, 1). This is an optimization problem that we solve using differential calculus. To find the maximum value of a function f(x)f(x), we follow these steps:

  1. Find the first derivative of f(x)f(x), i.e., f(x)f'(x).
  2. Set f(x)=0f'(x) = 0 to find the critical points.
  3. Solve for xx.
  4. Verify that this critical point corresponds to a maximum (often, in JEE problems, a single critical point within the domain is the required extremum).

Let f(x)=10C5x1xf(x) = {}^{10}{C_5} x\sqrt{1-x}. Since 10C5{}^{10}{C_5} is a positive constant, maximizing f(x)f(x) is equivalent to maximizing the part g(x)=x1xg(x) = x\sqrt{1-x}.

We will differentiate g(x)g(x) using the product rule: (uv)=uv+uv(uv)' = u'v + uv'. Let u=x    u=ddx(x)=1u = x \implies u' = {d \over {dx}}(x) = 1 Let v=1x=(1x)1/2    v=ddx((1x)1/2)v = \sqrt{1-x} = (1-x)^{1/2} \implies v' = {d \over {dx}}((1-x)^{1/2}) Using the chain rule for vv', we get: v=12(1x)121ddx(1x)v' = {1 \over 2}(1-x)^{{1 \over 2} - 1} \cdot {d \over {dx}}(1-x) v=12(1x)12(1)v' = {1 \over 2}(1-x)^{-{1 \over 2}} \cdot (-1) v=121xv' = -{1 \over {2\sqrt{1-x}}}

Now, apply the product rule to find g(x)g'(x): g(x)=(1)1x+(x)(121x)g'(x) = (1)\sqrt{1-x} + (x)\left(-{1 \over {2\sqrt{1-x}}}\right) g(x)=1xx21xg'(x) = \sqrt{1-x} - {x \over {2\sqrt{1-x}}}

To find the critical points, set g(x)=0g'(x) = 0: 1xx21x=0\sqrt{1-x} - {x \over {2\sqrt{1-x}}} = 0 Add the second term to both sides: 1x=x21x\sqrt{1-x} = {x \over {2\sqrt{1-x}}} To eliminate the square root from the denominator, multiply both sides by 21x2\sqrt{1-x}: 2(1x)(1x)=x2(\sqrt{1-x})(\sqrt{1-x}) = x 2(1x)=x2(1-x) = x Distribute on the left side: 22x=x2 - 2x = x Add 2x2x to both sides: 2=3x2 = 3x x=23x = {2 \over 3}

This critical value x=2/3x = 2/3 lies within the given domain (0,1)(0, 1). This value of xx will yield the maximum value of f(x)f(x). (A quick check using the second derivative or analyzing the sign of g(x)g'(x) around x=2/3x=2/3 would confirm this is a maximum).

Alternative for Maximization: Instead of differentiating g(x)=x1xg(x) = x\sqrt{1-x}, we can maximize g(x)2=x2(1x)g(x)^2 = x^2(1-x) for x(0,1)x \in (0,1), since g(x)g(x) is always positive. Let h(x)=x2x3h(x) = x^2 - x^3. h(x)=2x3x2h'(x) = 2x - 3x^2 Set h(x)=0h'(x) = 0: x(23x)=0x(2 - 3x) = 0 This gives x=0x=0 or x=2/3x=2/3. Since x(0,1)x \in (0,1), we choose x=2/3x=2/3. Substitute x=2/3x=2/3 into h(x)h(x): h(2/3)=(23)2(123)=4913=427h(2/3) = \left({2 \over 3}\right)^2 \left(1 - {2 \over 3}\right) = {4 \over 9} \cdot {1 \over 3} = {4 \over {27}} So, the maximum value of g(x)2g(x)^2 is 4/274/27. Therefore, the maximum value of g(x)=427=227=233g(x) = \sqrt{{4 \over {27}}} = {2 \over {\sqrt{27}}} = {2 \over {3\sqrt 3 }}. This confirms our previous result.

4. Calculating the Maximum Value

Finally, substitute the optimal value x=2/3x = 2/3 back into the expression for T6T_6 to find its maximum value: T6 max=10C5(23123)T_{6 \text{ max}} = {}^{10}{C_5} \left( {2 \over 3} \sqrt{1 - {2 \over 3}} \right) Simplify the term inside the square root: T6 max=10C5(2313)T_{6 \text{ max}} = {}^{10}{C_5} \left( {2 \over 3} \sqrt{{1 \over 3}} \right) Evaluate the square root: T6 max=10C5(2313)T_{6 \text{ max}} = {}^{10}{C_5} \left( {2 \over 3} \cdot {1 \over {\sqrt 3 }} \right) Combine the terms: T6 max=10C5(233)T_{6 \text{ max}} = {}^{10}{C_5} \left( {2 \over {3\sqrt 3 }} \right)

Now, let's calculate the binomial coefficient 10C5{}^{10}{C_5}: 10C5=10!5!(105)!=10!5!5!{}^{10}{C_5} = {{10!} \over {5!(10-5)!}} = {{10!} \over {5!5!}} 10C5=10×9×8×7×65×4×3×2×1=2×9×2×7=252{}^{10}{C_5} = {{10 \times 9 \times 8 \times 7 \times 6} \over {5 \times 4 \times 3 \times 2 \times 1}} = 2 \times 9 \times 2 \times 7 = 252

Substitute this back into the expression for T6 maxT_{6 \text{ max}}: T6 max=10!5!5!233T_{6 \text{ max}} = {{10!} \over {5!5!}} \cdot {2 \over {3\sqrt 3 }} T6 max=210!33(5!)2T_{6 \text{ max}} = {{2 \cdot 10!} \over {3\sqrt 3 {{(5!)}^2}}}

This result matches option (B).

Summary and Key Takeaways:

  1. Binomial Theorem Foundation: Always start by writing down the general term (Tr+1)(T_{r+1}) and carefully identifying aa, bb, and nn. Pay attention to signs and exponents.
  2. Term Independent of a Variable: To find a term independent of a specific variable (like 't' here), collect all instances of that variable, combine their exponents, and set the total exponent to zero to solve for rr.
  3. Optimization with Calculus: Once you have the term as a function of another variable (like 'x' here), use differential calculus to find its maximum or minimum value.
    • Find the first derivative.
    • Set it to zero to find critical points.
    • (Optional but good practice) Use the second derivative test or check the sign of the first derivative around the critical point to confirm if it's a maximum or minimum.
    • Substitute the optimal value back into the function to find the maximum/minimum value.
  4. Algebraic Precision: Be careful with exponent rules, square roots, and simplifying fractions, especially with factorials.
  5. Alternative Maximization: For functions of the form xa(1x)bx^a(1-x)^b (or its square root), maximizing the squared term can sometimes simplify differentiation. The maximum for xa(1x)bx^a(1-x)^b occurs at x=aa+bx = \frac{a}{a+b}. Here, for x1(1x)1/2x^1(1-x)^{1/2}, this formula gives x=11+1/2=13/2=23x = \frac{1}{1+1/2} = \frac{1}{3/2} = \frac{2}{3}, which confirms our critical point.

Practice More Binomial Theorem Questions

View All Questions