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

Question

If the third term in the binomial expansion of (1+xlog2x)5{\left( {1 + {x^{{{\log }_2}x}}} \right)^5} equals 2560, then a possible value of x is -

Options

Solution

Detailed Solution

1. Key Concept: Binomial Theorem

The core concept for solving this problem is the Binomial Theorem, which provides a formula for expanding expressions of the form (a+b)n(a+b)^n. The general term, also known as the (r+1)th(r+1)^{th} term, in the expansion of (a+b)n(a+b)^n is given by: Tr+1=nCranrbrT_{r+1} = {}^nC_r \cdot a^{n-r} \cdot b^r where:

  • nn is the power to which the binomial is raised.
  • rr is the index of the term, starting from 0 for the first term.
  • nCr{}^nC_r is the binomial coefficient, calculated as n!r!(nr)!{n! \over r!(n-r)!}.
  • aa is the first term of the binomial.
  • bb is the second term of the binomial.

2. Identifying Terms and Applying the Formula

We are given the binomial expansion of (1+xlog2x)5{\left( {1 + {x^{{{\log }_2}x}}} \right)^5}. By comparing this with (a+b)n(a+b)^n, we can identify the components:

  • a=1a = 1
  • b=xlog2xb = {x^{{{\log }_2}x}}
  • n=5n = 5

We need to find the third term, which means T3T_3. For the formula Tr+1T_{r+1}, if r+1=3r+1 = 3, then r=2r = 2.

Now, substitute these values into the general term formula: T3=T2+1=5C2(1)52(xlog2x)2T_3 = T_{2+1} = {}^5C_2 \cdot (1)^{5-2} \cdot \left( {x^{{{\log }_2}x}} \right)^2

3. Calculating the Third Term

Let's simplify the expression for T3T_3 step-by-step:

  • Calculate the binomial coefficient 5C2{}^5C_2: 5C2=5!2!(52)!=5!2!3!=5×4×3×2×1(2×1)×(3×2×1)=5×42×1=10{}^5C_2 = {5! \over 2!(5-2)!} = {5! \over 2!3!} = {{5 \times 4 \times 3 \times 2 \times 1} \over {(2 \times 1) \times (3 \times 2 \times 1)}} = {{5 \times 4} \over {2 \times 1}} = 10 Explanation: This calculates the number of ways to choose 2 items from a set of 5, which is the coefficient for the third term.

  • Simplify the term with base 1: (1)52=(1)3=1(1)^{5-2} = (1)^3 = 1 Explanation: Any power of 1 is always 1.

  • Simplify the exponential term: (xlog2x)2{\left( {{x^{{{\log }_2}x}}} \right)^2} Using the exponent rule (AB)C=ABC(A^B)^C = A^{B \cdot C}: (xlog2x)2=x2log2x{\left( {{x^{{{\log }_2}x}}} \right)^2} = {x^{2 \cdot {{\log }_2}x}} Explanation: When raising a power to another power, we multiply the exponents.

Combining these, the third term T3T_3 is: T3=101x2log2xT_3 = 10 \cdot 1 \cdot {x^{2{{\log }_2}x}} T3=10x2log2xT_3 = 10 \cdot {x^{2{{\log }_2}x}}

4. Forming the Equation

The problem states that the third term equals 2560. So, we set up the equation: 10x2log2x=256010 \cdot {x^{2{{\log }_2}x}} = 2560 To simplify, divide both sides by 10: x2log2x=256{x^{2{{\log }_2}x}} = 256 Explanation: This isolates the exponential term involving xx, preparing it for further logarithmic manipulation.

5. Solving for x using Logarithms

When the variable appears in both the base and the exponent, taking a logarithm of both sides is a common strategy to bring the exponent down. Since the exponent already involves log2x\log_2 x, taking log2\log_2 on both sides will simplify the equation.

  • Take log2\log_2 on both sides: log2(x2log2x)=log2(256)\log_2 \left( {x^{2{{\log }_2}x}} \right) = \log_2 (256) Explanation: Applying the logarithm function to both sides maintains the equality and allows us to use logarithm properties to simplify the left side. We choose base 2 because it matches the base of the logarithm already present in the exponent, which will lead to significant simplification.

  • Apply the logarithm property logb(AC)=ClogbA\log_b (A^C) = C \cdot \log_b A: The left side becomes: (2log2x)(log2x)(2{{\log }_2}x) \cdot ({{\log }_2}x) The right side: We need to express 256 as a power of 2. 256=28256 = 2^8 So, log2(256)=log2(28)=8\log_2 (256) = \log_2 (2^8) = 8 Explanation: This step brings the complex exponent down to the base line, transforming the equation into a more manageable form. Simplifying log2256\log_2 256 makes the right side a simple constant.

  • Substitute these back into the equation: 2(log2x)(log2x)=82 \cdot ({{\log }_2}x) \cdot ({{\log }_2}x) = 8 2(log2x)2=82 ({{\log }_2}x)^2 = 8

  • Simplify and solve for log2x{{\log }_2}x: Divide both sides by 2: (log2x)2=4({{\log }_2}x)^2 = 4 Take the square root of both sides. Remember that taking the square root can yield both a positive and a negative result: log2x=±4{{\log }_2}x = \pm \sqrt{4} log2x=±2{{\log }_2}x = \pm 2 Explanation: We isolate the term log2x{{\log }_2}x by performing algebraic operations. It's crucial to remember both the positive and negative roots when solving an equation of the form y2=ky^2 = k.

6. Finding Possible Values of x

Now we have two possible cases for log2x{{\log }_2}x:

  • Case 1: log2x=2{{\log }_2}x = 2 Using the definition of logarithm (logbA=C    A=bC\log_b A = C \iff A = b^C): x=22x = 2^2 x=4x = 4

  • Case 2: log2x=2{{\log }_2}x = -2 Using the definition of logarithm: x=22x = 2^{-2} x=122x = {1 \over {2^2}} x=14x = {1 \over 4} Explanation: We convert the logarithmic equations back into exponential form to find the values of xx. Both values are positive, satisfying the domain requirement for log2x\log_2 x (x>0x>0).

Thus, the possible values of xx are 4 and 141 \over 4. From the given options, 141 \over 4 matches option (D).

7. Common Mistakes & Tips

  • Forgetting the ±\pm sign: A common error is only considering the positive square root when solving y2=ky^2 = k. Always include both positive and negative roots.
  • Incorrect Logarithm Properties: Be careful with logarithm rules. For example, (logbx)2({\log_b x})^2 is not the same as logb(x2)\log_b (x^2).
  • Domain of Logarithms: Always ensure that the arguments of logarithms are positive. In this case, for log2x\log_2 x to be defined, x>0x > 0. Both our solutions (4 and 1/41/4) satisfy this condition.
  • Base Consistency: When taking logarithms on both sides, choose a base that simplifies the equation, typically matching a base already present in the expression.

8. Summary/Key Takeaway

This problem effectively tests the understanding of the Binomial Theorem's general term formula and the fundamental properties of logarithms. The key steps involved calculating the binomial coefficient, simplifying exponential terms, applying logarithms to solve for an unknown in an exponent, and correctly handling both positive and negative solutions from a quadratic-like equation. The possible values of xx that satisfy the given condition are 4 and 141 \over 4.

Practice More Binomial Theorem Questions

View All Questions