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

Question

The coefficient of x 5 in the expansion of ( 2 x 3 − 1 3 x 2 ) 5 is :

Options

Solution

Key Concept: Binomial Theorem and General Term The Binomial Theorem provides a formula for expanding expressions of the form (a+b)n(a+b)^n. For any non-negative integer nn, the general term (or the (r+1)th(r+1)^{th} term) in the expansion of (a+b)n(a+b)^n is given by: Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r where (nr)=n!r!(nr)!\binom{n}{r} = \frac{n!}{r!(n-r)!} is the binomial coefficient. This formula allows us to find any specific term or its coefficient without performing the entire expansion.

Step 1: Identify the Components of the Given Expression The given expression is (2x313x2)5( 2 x^3 - \frac{1}{3 x^2} )^5. To apply the general term formula, we need to identify aa, bb, and nn from this expression.

  • a=2x3a = 2x^3
  • b=13x2b = -\frac{1}{3x^2} (Note: It's crucial to include the negative sign with the second term)
  • n=5n = 5

Step 2: Apply the General Term Formula and Simplify Substitute these identified values into the general term formula Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r: Tr+1=(5r)(2x3)5r(13x2)rT_{r+1} = \binom{5}{r} (2x^3)^{5-r} \left(-\frac{1}{3x^2}\right)^r Now, we simplify this expression by separating the numerical coefficients and the powers of xx. Remember the exponent rules: (xy)m=xmym(xy)^m = x^m y^m, (xp)q=xpq(x^p)^q = x^{pq}, and 1xk=xk\frac{1}{x^k} = x^{-k}. Tr+1=(5r)(2)5r(x3)5r(13)r(1x2)rT_{r+1} = \binom{5}{r} (2)^{5-r} (x^3)^{5-r} \left(-\frac{1}{3}\right)^r \left(\frac{1}{x^2}\right)^r Tr+1=(5r)(2)5rx3(5r)(13)rx2rT_{r+1} = \binom{5}{r} (2)^{5-r} x^{3(5-r)} \left(-\frac{1}{3}\right)^r x^{-2r} Next, we combine the terms involving xx by adding their exponents: Tr+1=(5r)(2)5r(13)rx153r2rT_{r+1} = \binom{5}{r} (2)^{5-r} \left(-\frac{1}{3}\right)^r x^{15-3r-2r} Tr+1=(5r)(2)5r(13)rx155rT_{r+1} = \binom{5}{r} (2)^{5-r} \left(-\frac{1}{3}\right)^r x^{15-5r} This simplified general term now clearly separates the numerical coefficient part from the variable part x155rx^{15-5r}.

Step 3: Determine the Value of 'r' for the Coefficient of x5x^5 We are asked to find the coefficient of x5x^5. This means the exponent of xx in our general term, which is 155r15-5r, must be equal to 5. Set the exponent equal to 5 and solve for rr: 155r=515 - 5r = 5 Subtract 15 from both sides: 5r=515-5r = 5 - 15 5r=10-5r = -10 Divide by -5: r=105r = \frac{-10}{-5} r=2r = 2 The value of rr is 2. It is essential to check that rr is a non-negative integer and 0rn0 \le r \le n. Here, 0250 \le 2 \le 5, which is a valid value for rr.

Step 4: Calculate the Coefficient Now that we have r=2r=2, we substitute this value back into the coefficient part of the general term (the expression without x155rx^{15-5r}): Coefficient=(52)(2)52(13)2\text{Coefficient} = \binom{5}{2} (2)^{5-2} \left(-\frac{1}{3}\right)^2 Let's calculate each part:

  • Binomial Coefficient: (52)=5!2!(52)!=5!2!3!=5×4×3×2×1(2×1)(3×2×1)=12012=10\binom{5}{2} = \frac{5!}{2!(5-2)!} = \frac{5!}{2!3!} = \frac{5 \times 4 \times 3 \times 2 \times 1}{(2 \times 1)(3 \times 2 \times 1)} = \frac{120}{12} = 10
  • First Power Term: (2)52=(2)3=8(2)^{5-2} = (2)^3 = 8
  • Second Power Term: (13)2=(13)×(13)=19\left(-\frac{1}{3}\right)^2 = \left(\frac{-1}{3}\right) \times \left(\frac{-1}{3}\right) = \frac{1}{9}

Finally, multiply these results to get the full coefficient: Coefficient=10×8×19\text{Coefficient} = 10 \times 8 \times \frac{1}{9} Coefficient=809\text{Coefficient} = \frac{80}{9}

Tips and Common Mistakes to Avoid

  • Sign Errors: Always be careful with negative signs in the terms, especially when they are raised to a power. An even exponent makes a negative base positive, while an odd exponent keeps it negative.
  • Exponent Laws: Ensure correct application of exponent rules like (xa)b=xab(x^a)^b = x^{ab} and 1/xa=xa1/x^a = x^{-a} to combine variable terms accurately. A common error is incorrectly adding exponents instead of multiplying or mismanaging reciprocals.
  • Validity of 'r': After calculating rr, always verify that it is a non-negative integer and falls within the range 0rn0 \le r \le n. If rr is not an integer or is outside this range, it implies that the desired term does not exist in the expansion, and its coefficient is 0.
  • Arithmetic Precision: Perform calculations step-by-step, particularly with fractions, to minimize arithmetic errors.

Summary and Key Takeaway To efficiently find the coefficient of a specific power of xx in a binomial expansion, the most effective method is to use the general term formula. This involves:

  1. Correctly identifying the components aa, bb, and nn.
  2. Setting up the general term Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r.
  3. Systematically simplifying the general term to isolate the exponent of xx.
  4. Equating this exponent to the target power of xx to solve for rr.
  5. Substituting the valid rr back into the numerical part of the general term to compute the final coefficient. Following these steps ensures a precise and accurate solution. The coefficient of x5x^5 in the given expansion is 809\frac{80}{9}.

Practice More Binomial Theorem Questions

View All Questions