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

Question

The positive value of λ\lambda for which the co-efficient of x 2 in the expression x 2 (x+λx2)10{\left( {\sqrt x + {\lambda \over {{x^2}}}} \right)^{10}} is 720, is -

Options

Solution

Key Concept: The Binomial Theorem and General Term

The foundation for solving this problem lies in the Binomial Theorem, which provides a systematic way to expand expressions of the form (a+b)n(a+b)^n. The general term, often denoted as Tr+1T_{r+1}, in the expansion of (a+b)n(a+b)^n is given by:

Tr+1=nCranrbrT_{r+1} = {}^n C_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, r=1r=1 for the second, and so on).
  • nCr=n!r!(nr)!{}^n C_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.
  • aa is the first term of the binomial.
  • bb is the second term of the binomial.

Problem Breakdown and Setting Up the General Term

We are given the expression x2(x+λx2)10x^2 \left( \sqrt{x} + \frac{\lambda}{x^2} \right)^{10} and asked to find the positive value of λ\lambda such that the coefficient of x2x^2 is 720.

The expression has two main parts:

  1. An external multiplier: x2x^2
  2. A binomial expansion: (x+λx2)10\left( \sqrt{x} + \frac{\lambda}{x^2} \right)^{10}

Our strategy is to first find the general term of the binomial expansion, then multiply it by the external x2x^2 term, and finally identify the power of xx to determine the coefficient.

For the binomial part (x+λx2)10\left( \sqrt{x} + \frac{\lambda}{x^2} \right)^{10}:

  • The power n=10n = 10.
  • The first term a=x=x1/2a = \sqrt{x} = x^{1/2}. (We express x\sqrt{x} as x1/2x^{1/2} for easier algebraic manipulation of exponents).
  • The second term b=λx2=λx2b = \frac{\lambda}{x^2} = \lambda x^{-2}. (Similarly, 1/x21/x^2 is expressed as x2x^{-2}).

Step 1: Derive the General Term of the Binomial Expansion

Substitute n=10n=10, a=x1/2a=x^{1/2}, and b=λx2b=\lambda x^{-2} into the general term formula Tr+1=nCranrbrT_{r+1} = {}^n C_r a^{n-r} b^r:

Tr+1=10Cr(x1/2)10r(λx2)rT_{r+1} = {}^{10} C_r \left( x^{1/2} \right)^{10-r} \left( \lambda x^{-2} \right)^r

Now, simplify the terms involving xx and λ\lambda:

  • For the first part: (x1/2)10r=x12(10r)=x10r2\left( x^{1/2} \right)^{10-r} = x^{\frac{1}{2}(10-r)} = x^{\frac{10-r}{2}}
  • For the second part: (λx2)r=λr(x2)r=λrx2r\left( \lambda x^{-2} \right)^r = \lambda^r \cdot (x^{-2})^r = \lambda^r x^{-2r}

Substitute these back into the general term: Tr+1=10Crx10r2λrx2rT_{r+1} = {}^{10} C_r \cdot x^{\frac{10-r}{2}} \cdot \lambda^r \cdot x^{-2r}

Combine the powers of xx using the rule xAxB=xA+Bx^A \cdot x^B = x^{A+B}: Tr+1=10Crλrx10r22rT_{r+1} = {}^{10} C_r \lambda^r x^{\frac{10-r}{2} - 2r} This expression represents the general term within the binomial expansion (x+λx2)10\left( \sqrt{x} + \frac{\lambda}{x^2} \right)^{10}.

Step 2: Incorporate the External Term to Find the Overall General Term

The full expression is x2(x+λx2)10x^2 \left( \sqrt{x} + \frac{\lambda}{x^2} \right)^{10}. We must multiply the general term found in Step 1 by the external x2x^2 term:

Tr+1overall=x2(10Crλrx10r22r)T_{r+1}^{\text{overall}} = x^2 \cdot \left( {}^{10} C_r \lambda^r x^{\frac{10-r}{2} - 2r} \right)

Again, combine the powers of xx: Tr+1overall=10Crλrx2+10r22rT_{r+1}^{\text{overall}} = {}^{10} C_r \lambda^r x^{2 + \frac{10-r}{2} - 2r} This is the general term for the entire given expression.

Step 3: Determine the Value of 'r' for the Coefficient of x2x^2

We are looking for the coefficient of x2x^2, which means the power of xx in the overall general term must be equal to 2. So, we set the exponent of xx equal to 2:

2+10r22r=22 + \frac{10-r}{2} - 2r = 2

To solve for rr, first, subtract 2 from both sides of the equation: 10r22r=0\frac{10-r}{2} - 2r = 0

Next, eliminate the fraction by multiplying the entire equation by 2: 2(10r2)2(2r)=202 \cdot \left( \frac{10-r}{2} \right) - 2 \cdot (2r) = 2 \cdot 0 10r4r=010-r - 4r = 0

Combine the terms involving rr: 105r=010 - 5r = 0

Isolate rr by moving 5r5r to the right side of the equation: 10=5r10 = 5r

Finally, divide by 5 to find the value of rr: r=105=2r = \frac{10}{5} = 2 This tells us that the term containing x2x^2 corresponds to r=2r=2.

Step 4: Calculate the Coefficient of x2x^2 in terms of λ\lambda

Now that we have r=2r=2, we can substitute this value back into the coefficient part of our overall general term, which is 10Crλr{}^{10} C_r \lambda^r.

Substituting r=2r=2: Coefficient of x2=10C2λ2\text{Coefficient of } x^2 = {}^{10} C_2 \lambda^2

Let's calculate the binomial coefficient 10C2{}^{10} C_2: 10C2=10!2!(102)!=10!2!8!=10×9×8!(2×1)×8!{}^{10} C_2 = \frac{10!}{2!(10-2)!} = \frac{10!}{2!8!} = \frac{10 \times 9 \times 8!}{ (2 \times 1) \times 8!} Cancel out 8!8! from the numerator and denominator: 10C2=10×92=5×9=45{}^{10} C_2 = \frac{10 \times 9}{2} = 5 \times 9 = 45

So, the coefficient of x2x^2 in the given expression is 45λ245 \lambda^2.

Step 5: Solve for λ\lambda

The problem states that the coefficient of x2x^2 is 720. We can now set up an equation:

45λ2=72045 \lambda^2 = 720

To find λ2\lambda^2, divide both sides by 45: λ2=72045\lambda^2 = \frac{720}{45} Performing the division: λ2=16\lambda^2 = 16

Take the square root of both sides to find λ\lambda: λ=±16\lambda = \pm \sqrt{16} λ=±4\lambda = \pm 4

The problem explicitly asks for the positive value of λ\lambda. Therefore, λ=4\lambda = 4.

Common Mistakes and Educational Tips:

  • Ignoring the external x2x^2 term: A frequent mistake is to only apply the binomial theorem to (x+λx2)10\left( \sqrt{x} + \frac{\lambda}{x^2} \right)^{10} and forget to multiply the resulting terms by the x2x^2 outside. Always account for all xx terms in the entire expression when finding the overall exponent.
  • Exponent rules: Be meticulous with manipulating exponents, especially when dealing with fractions (x=x1/2\sqrt{x} = x^{1/2}) and negative powers (1x2=x2\frac{1}{x^2} = x^{-2}). A small error here can lead to an incorrect value of rr. Remember xaxb=xa+bx^a \cdot x^b = x^{a+b} and (xa)b=xab(x^a)^b = x^{ab}.
  • Calculation of Binomial Coefficients: Ensure accurate calculation of nCr{}^n C_r. Write out the factorial expansion to avoid mistakes.
  • Reading the question carefully: Pay close attention to specific conditions, such as "positive value of λ\lambda". If not specified, both ±4\pm 4 would be valid mathematical solutions.

Summary and Key Takeaway

This problem is a classic application of the Binomial Theorem that requires careful algebraic manipulation of exponents. The key is to correctly set up the general term for the entire expression, combine all powers of xx, equate the resulting exponent to the desired power (in this case, 2 for x2x^2), and then solve for the unknown variable. Understanding how each part of the expression contributes to the final power of xx is crucial.

Practice More Binomial Theorem Questions

View All Questions