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

Question

The coefficient of x 18 in the product (1 + x) (1 – x) 10 (1 + x + x 2 ) 9 is :

Options

Solution

Key Concepts and Formulas

This problem requires the application of the Binomial Theorem for expansion of polynomial expressions and strategic use of fundamental algebraic identities to simplify the given product.

  1. Binomial Theorem: For any real numbers aa and bb, and any non-negative integer nn, the expansion of (a+b)n(a+b)^n is given by: (a+b)n=k=0n(nk)ankbk(a+b)^n = \sum_{k=0}^n \binom{n}{k} a^{n-k} b^k where (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!} is the binomial coefficient. A special case often used is for (1x)n(1-x)^n, where the general term is (nk)(1)nk(x)k=(nk)(1)kxk\binom{n}{k} (1)^{n-k} (-x)^k = \binom{n}{k} (-1)^k x^k.

  2. Algebraic Identities:

    • Difference of Squares: (ab)(a+b)=a2b2(a-b)(a+b) = a^2 - b^2
    • Difference of Cubes: (ab)(a2+ab+b2)=a3b3(a-b)(a^2+ab+b^2) = a^3 - b^3. In our case, this translates to (1x)(1+x+x2)=1x3(1-x)(1+x+x^2) = 1-x^3.

Step-by-Step Derivation

Step 1: Simplify the given expression using algebraic identities.

The given expression is P(x)=(1+x)(1x)10(1+x+x2)9P(x) = (1+x)(1-x)^{10}(1+x+x^2)^9. Our first goal is to simplify this product into a form that is easier to expand using the Binomial Theorem. We can do this by strategically grouping terms and applying the algebraic identities mentioned above.

First, let's separate one (1x)(1-x) term from (1x)10(1-x)^{10}: P(x)=(1+x)(1x)(1x)9(1+x+x2)9P(x) = (1+x)(1-x) \cdot (1-x)^9 \cdot (1+x+x^2)^9

Now, we can apply the Difference of Squares identity to the first two terms (1+x)(1x)(1+x)(1-x): (1+x)(1x)=(12x2)=(1x2)(1+x)(1-x) = (1^2 - x^2) = (1-x^2) Substituting this back into the expression: P(x)=(1x2)(1x)9(1+x+x2)9P(x) = (1-x^2) \cdot (1-x)^9 \cdot (1+x+x^2)^9

Next, we notice that the terms (1x)9(1-x)^9 and (1+x+x2)9(1+x+x^2)^9 both have the same power, 99. This allows us to combine them: P(x)=(1x2)[(1x)(1+x+x2)]9P(x) = (1-x^2) \cdot [(1-x)(1+x+x^2)]^9 Now, we can apply the Difference of Cubes identity to the expression inside the square brackets, (1x)(1+x+x2)(1-x)(1+x+x^2): (1x)(1+x+x2)=(13x3)=(1x3)(1-x)(1+x+x^2) = (1^3 - x^3) = (1-x^3) Substituting this simplified form back into the expression: P(x)=(1x2)(1x3)9P(x) = (1-x^2)(1-x^3)^9 This simplified form is much easier to work with. We need to find the coefficient of x18x^{18} in this product.

Step 2: Expand the (1x3)9(1-x^3)^9 term using the Binomial Theorem.

Let's expand the term (1x3)9(1-x^3)^9 using the Binomial Theorem. Here, a=1a=1, b=x3b=-x^3, and n=9n=9. The general term in the expansion of (1x3)9(1-x^3)^9 is given by: Tk+1=(9k)(1)9k(x3)k=(9k)(1)k(x3)k=(9k)(1)kx3kT_{k+1} = \binom{9}{k} (1)^{9-k} (-x^3)^k = \binom{9}{k} (-1)^k (x^3)^k = \binom{9}{k} (-1)^k x^{3k} This expansion will only contain terms where the power of xx is a multiple of 33 (i.e., x0,x3,x6,,x27x^0, x^3, x^6, \dots, x^{27}).

Step 3: Identify terms contributing to x18x^{18} in the full product.

The full product is P(x)=(1x2)(1x3)9P(x) = (1-x^2)(1-x^3)^9. Let the expansion of (1x3)9(1-x^3)^9 be E(x)=A0+A3x3+A6x6++A18x18+E(x) = A_0 + A_3x^3 + A_6x^6 + \dots + A_{18}x^{18} + \dots. Then P(x)=(1x2)E(x)=1E(x)x2E(x)P(x) = (1-x^2)E(x) = 1 \cdot E(x) - x^2 \cdot E(x).

To find the coefficient of x18x^{18} in P(x)P(x), we consider two cases:

  • Case 1: The term 11 from (1x2)(1-x^2) multiplies a term with x18x^{18} from E(x)E(x). We need the coefficient of x18x^{18} in E(x)=(1x3)9E(x) = (1-x^3)^9. Using the general term Tk+1=(9k)(1)kx3kT_{k+1} = \binom{9}{k} (-1)^k x^{3k}, we set 3k=183k = 18, which implies k=6k=6. The coefficient for this term is (96)(1)6=(96)\binom{9}{6} (-1)^6 = \binom{9}{6}.

  • Case 2: The term x2-x^2 from (1x2)(1-x^2) multiplies a term with x16x^{16} from E(x)E(x). We need the coefficient of x16x^{16} in E(x)=(1x3)9E(x) = (1-x^3)^9. Using the general term Tk+1=(9k)(1)kx3kT_{k+1} = \binom{9}{k} (-1)^k x^{3k}, we set 3k=163k = 16. For 3k=163k=16, k=163k = \frac{16}{3}. Since kk must be a non-negative integer for the Binomial Theorem, there is no term with x16x^{16} in the expansion of (1x3)9(1-x^3)^9. Therefore, the coefficient of x16x^{16} in E(x)E(x) is 00.

Step 4: Calculate the coefficients for each contributing term and sum them.

  • From Case 1: The coefficient is (96)\binom{9}{6}. (96)=(996)=(93)=9×8×73×2×1=3×4×7=84\binom{9}{6} = \binom{9}{9-6} = \binom{9}{3} = \frac{9 \times 8 \times 7}{3 \times 2 \times 1} = 3 \times 4 \times 7 = 84
  • From Case 2: The coefficient is 00.

Combining these, the total coefficient of x18x^{18} in the product is 84+0=8484 + 0 = 84.

Tips and Common Mistakes

  • Prioritize Simplification: Always look for opportunities to simplify complex polynomial products using algebraic identities before attempting binomial expansion. This can significantly reduce the complexity of the problem.
  • Binomial Theorem for (1x)n(1-x)^n: Remember the alternating signs. The term is (nk)(1)kxk\binom{n}{k} (-1)^k x^k.
  • Integer Powers: When expanding terms like (1xm)n(1-x^m)^n, only powers of xx that are multiples of mm will appear. If you need a coefficient for a power of xx that is not a multiple of mm, its coefficient is 00.
  • Careful with Distribution: When multiplying two polynomials, ensure you consider all combinations of terms that lead to the desired power of xx.

Summary

The key to solving this problem efficiently was to first simplify the given product (1+x)(1x)10(1+x+x2)9(1+x)(1-x)^{10}(1+x+x^2)^9 into (1x2)(1x3)9(1-x^2)(1-x^3)^9 by judiciously applying the difference of squares and difference of cubes identities. Once simplified, we used the Binomial Theorem to expand (1x3)9(1-x^3)^9 and then identified the terms that would yield x18x^{18} when multiplied by (1x2)(1-x^2). The final coefficient of x18x^{18} is 8484.

Practice More Binomial Theorem Questions

View All Questions