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

Question

If the fourth term in the expansion of (x+xlog2x)7{(x + {x^{{{\log }_2}x}})^7} is 4480, then the value of x where x\inN is equal to :

Options

Solution

Key Concept: The Binomial Theorem

For any binomial expansion of the form (a+b)n(a+b)^n, the general term, often denoted as Tr+1T_{r+1}, gives us the (r+1)(r+1)-th term in the expansion. Its formula is: Tr+1=nCranrbrT_{r+1} = {}^nC_r a^{n-r} b^r where:

  • nn is the power to which the binomial is raised.
  • rr is the index of the term (starting from r=0r=0 for the first term).
  • nCr=n!r!(nr)!{}^nC_r = \frac{n!}{r!(n-r)!} is the binomial coefficient, representing the number of ways to choose rr items from a set of nn items.

In this problem, the given expression is (x+xlog2x)7(x + x^{{\log_2}x})^7. Comparing this with (a+b)n(a+b)^n, we identify:

  • a=xa = x
  • b=xlog2xb = x^{{\log_2}x}
  • n=7n = 7

Step 1: Determine the Fourth Term (T₄)

The problem states that the fourth term in the expansion is 4480. For the fourth term, Tr+1=T4T_{r+1} = T_4, which implies r+1=4r+1 = 4, so r=3r = 3.

Now, we substitute these values into the general term formula: T4=7C3(x)73(xlog2x)3T_4 = {}^7C_3 (x)^{7-3} (x^{{\log_2}x})^3 T4=7C3x4(xlog2x)3T_4 = {}^7C_3 x^4 (x^{{\log_2}x})^3

Step 2: Calculate the Binomial Coefficient

Let's calculate the value of 7C3{}^7C_3: 7C3=7!3!(73)!=7!3!4!=7×6×5×4!(3×2×1)×4!=7×6×56=35{}^7C_3 = \frac{7!}{3!(7-3)!} = \frac{7!}{3!4!} = \frac{7 \times 6 \times 5 \times 4!}{ (3 \times 2 \times 1) \times 4! } = \frac{7 \times 6 \times 5}{6} = 35

So, the fourth term can be written as: T4=35x4(xlog2x)3T_4 = 35 x^4 (x^{{\log_2}x})^3

Step 3: Formulate and Simplify the Equation

We are given that the fourth term is 4480. Therefore, we can set up the equation: 35x4(xlog2x)3=448035 x^4 (x^{{\log_2}x})^3 = 4480

To simplify, we first divide both sides by 35: x4(xlog2x)3=448035x^4 (x^{{\log_2}x})^3 = \frac{4480}{35} x4(xlog2x)3=128x^4 (x^{{\log_2}x})^3 = 128

Now, we use exponent rules to simplify the left side. Recall that (am)n=amn(a^m)^n = a^{mn}: (xlog2x)3=x3log2x(x^{{\log_2}x})^3 = x^{3 \cdot {\log_2}x} The equation becomes: x4x3log2x=128x^4 \cdot x^{3 {\log_2}x} = 128

Next, use the exponent rule aman=am+na^m \cdot a^n = a^{m+n}: x4+3log2x=128x^{4 + 3 {\log_2}x} = 128

We also know that 128=27128 = 2^7. So the equation is: x4+3log2x=27x^{4 + 3 {\log_2}x} = 2^7

Step 4: Solve the Equation Using Logarithms

To solve for xx when it appears in both the base and the exponent, taking the logarithm of both sides is a common strategy. Since the logarithm in the exponent is base 2, it is most convenient to take the logarithm base 2 on both sides of the equation.

Recall the logarithm property: logb(MP)=PlogbM\log_b (M^P) = P \log_b M. Taking log2\log_2 on both sides: log2(x4+3log2x)=log2(27)\log_2 (x^{4 + 3 {\log_2}x}) = \log_2 (2^7)

Applying the logarithm property to both sides: (4+3log2x)log2x=7log22(4 + 3 {\log_2}x) \cdot {\log_2}x = 7 \cdot {\log_2}2 Since log22=1{\log_2}2 = 1: (4+3log2x)log2x=7(4 + 3 {\log_2}x) {\log_2}x = 7

To make this equation easier to solve, let's substitute y=log2xy = {\log_2}x. The equation transforms into a quadratic equation in terms of yy: (4+3y)y=7(4 + 3y)y = 7 4y+3y2=74y + 3y^2 = 7 Rearranging into standard quadratic form ay2+by+c=0ay^2 + by + c = 0: 3y2+4y7=03y^2 + 4y - 7 = 0

Now we solve this quadratic equation for yy. We can factor it: We need two numbers that multiply to 3×(7)=213 \times (-7) = -21 and add up to 44. These numbers are 77 and 3-3. 3y2+7y3y7=03y^2 + 7y - 3y - 7 = 0 Group terms and factor: y(3y+7)1(3y+7)=0y(3y + 7) - 1(3y + 7) = 0 (y1)(3y+7)=0(y - 1)(3y + 7) = 0 This gives two possible values for yy: y1=0    y=1y - 1 = 0 \implies y = 1 3y+7=0    y=733y + 7 = 0 \implies y = -\frac{7}{3}

Step 5: Find the Value of x and Apply Conditions

Now, we substitute back y=log2xy = {\log_2}x for each value of yy:

Case 1: y=1y = 1 log2x=1{\log_2}x = 1 To find xx, we convert the logarithmic equation to its exponential form: x=21x = 2^1 x=2x = 2

Case 2: y=73y = -\frac{7}{3} log2x=73{\log_2}x = -\frac{7}{3} Converting to exponential form: x=27/3x = 2^{-7/3} x=127/3=1273=11283x = \frac{1}{2^{7/3}} = \frac{1}{\sqrt[3]{2^7}} = \frac{1}{\sqrt[3]{128}}

The problem statement specifies that xNx \in N, which means xx must be a natural number (positive integers: 1, 2, 3, ...).

  • From Case 1, x=2x = 2. This is a natural number.
  • From Case 2, x=27/3x = 2^{-7/3}. This is a fraction and not a natural number.

Therefore, the only valid value of xx that satisfies the given conditions is x=2x = 2.

Tips and Common Mistakes:

  • Understanding the General Term: Ensure you correctly identify aa, bb, and nn from the binomial expression and the correct rr for the desired term. A common mistake is using r=4r=4 for the fourth term instead of r=3r=3.
  • Exponent Rules: Be careful when simplifying terms like (xlog2x)3(x^{{\log_2}x})^3. Remember (Am)n=Amn(A^m)^n = A^{mn}.
  • Logarithm Properties: The key to solving this problem lies in correctly applying logb(MP)=PlogbM\log_b (M^P) = P \log_b M and logb(MN)=logbM+logbN\log_b (MN) = \log_b M + \log_b N. Ensure the base of the logarithm chosen matches the problem context for simplification.
  • Domain of x: Always check any conditions given for xx (e.g., xNx \in N) to filter out extraneous solutions.

Summary and Key Takeaway:

This problem is an excellent example of how different mathematical concepts—the Binomial Theorem, Exponents, and Logarithms—are integrated into a single question. The solution involves:

  1. Using the Binomial Theorem to set up an equation for a specific term.
  2. Simplifying the exponential expression using exponent rules.
  3. Employing logarithm properties to transform the exponential equation into a more manageable quadratic form.
  4. Solving the quadratic equation and then back-substituting to find the value of the original variable.
  5. Finally, verifying the solutions against the given domain constraints for xx. The valid natural number solution for xx is 2.

Practice More Binomial Theorem Questions

View All Questions