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

Question

The sum of the co-efficients of all even degree terms in x in the expansion of (x+x31)6{\left( {x + \sqrt {{x^3} - 1} } \right)^6} + (xx31)6{\left( {x - \sqrt {{x^3} - 1} } \right)^6}, (x > 1) is equal to:

Options

Solution

Problem Statement: We need to find the sum of the coefficients of all even degree terms in xx in the expansion of (x+x31)6+(xx31)6{{\left( {x + \sqrt {{x^3} - 1} } \right)}^6} + {{\left( {x - \sqrt {{x^3} - 1} } \right)}^6}, where x>1x > 1.


1. Key Binomial Theorem Property

The problem involves the sum of two binomial expansions that are nearly identical, differing only by a sign. For any two terms PP and QQ, and a positive integer nn, the sum of their binomial expansions can be simplified using the following property: (P+Q)n+(PQ)n=2[(n0)PnQ0+(n2)Pn2Q2+(n4)Pn4Q4+]{(P+Q)^n + (P-Q)^n = 2 \left[ \binom{n}{0} P^n Q^0 + \binom{n}{2} P^{n-2} Q^2 + \binom{n}{4} P^{n-4} Q^4 + \dots \right]} Explanation: When (P+Q)n(P+Q)^n and (PQ)n(P-Q)^n are expanded, the terms involving odd powers of QQ will have opposite signs and thus cancel out when added. The terms involving even powers of QQ will have the same sign and will be doubled. This significantly reduces the number of terms we need to consider.


2. Applying the Property to the Given Expression

In our problem, let's identify PP, QQ, and nn:

  • P=xP = x
  • Q=x31Q = \sqrt{x^3 - 1}
  • n=6n = 6

Substituting these into the property, we get: {{\left( {x + \sqrt {{x^3} - 1} } \right)}^6} + {{\left( {x - \sqrt {{x^3} - 1} } \right)}^6} = 2 \left[ \binom{6}{0} x^6 (\sqrt{x^3-1})^0 + \binom{6}{2} x^4 (\sqrt{x^3-1})^2 + \binom{6}{4} x^2 (\sqrt{x^3-1})^4 + \binom{6}{6} x^0 (\sqrt{x^3-1})^6 \right]}

Explanation: We've replaced PP with xx and QQ with x31\sqrt{x^3-1}. Notice that (x31)k(\sqrt{x^3-1})^k simplifies nicely for even values of kk. Specifically, (x31)2=x31(\sqrt{x^3-1})^2 = x^3-1, (x31)4=(x31)2(\sqrt{x^3-1})^4 = (x^3-1)^2, and (x31)6=(x31)3(\sqrt{x^3-1})^6 = (x^3-1)^3. Also, we need to recall the binomial coefficients:

  • (60)=1\binom{6}{0} = 1
  • (62)=6×52×1=15\binom{6}{2} = \frac{6 \times 5}{2 \times 1} = 15
  • (64)=6×52×1=15\binom{6}{4} = \frac{6 \times 5}{2 \times 1} = 15
  • (66)=1\binom{6}{6} = 1

Substituting these values, the expression becomes: 2[1x6(1)+15x4(x31)+15x2(x31)2+1(x31)3]2 \left[ 1 \cdot x^6 (1) + 15 \cdot x^4 (x^3-1) + 15 \cdot x^2 (x^3-1)^2 + 1 \cdot (x^3-1)^3 \right] =2[x6+15x4(x31)+15x2(x31)2+(x31)3] = 2 \left[ x^6 + 15x^4(x^3-1) + 15x^2(x^3-1)^2 + (x^3-1)^3 \right]


3. Expanding Terms and Identifying Coefficients of Even Degree xx

Now we will expand each term inside the bracket and collect the coefficients of xx that have an even degree (i.e., x0,x2,x4,x^0, x^2, x^4, \dots). The condition x>1x>1 ensures that x31\sqrt{x^3-1} is a real number, making the expansion straightforward.

Term 1: x6x^6 This is already in its simplest form.

  • The degree of xx is 66 (even).
  • Coefficient: 11

Term 2: 15x4(x31)15x^4(x^3-1) Expand this term by distributing 15x415x^4: 15x4(x31)=15x715x415x^4(x^3-1) = 15x^7 - 15x^4

  • For 15x715x^7, the degree of xx is 77 (odd). We ignore this for now.
  • For 15x4-15x^4, the degree of xx is 44 (even).
  • Coefficient: 15-15

Term 3: 15x2(x31)215x^2(x^3-1)^2 First, expand (x31)2(x^3-1)^2 using the formula (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2: (x31)2=(x3)22(x3)(1)+12=x62x3+1(x^3-1)^2 = (x^3)^2 - 2(x^3)(1) + 1^2 = x^6 - 2x^3 + 1 Now, multiply by 15x215x^2: 15x2(x62x3+1)=15x830x5+15x215x^2(x^6 - 2x^3 + 1) = 15x^8 - 30x^5 + 15x^2

  • For 15x815x^8, the degree of xx is 88 (even).
  • Coefficient: 1515
  • For 30x5-30x^5, the degree of xx is 55 (odd). We ignore this.
  • For 15x215x^2, the degree of xx is 22 (even).
  • Coefficient: 1515

Term 4: (x31)3(x^3-1)^3 Expand this term using the formula (ab)3=a33a2b+3ab2b3(a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3: (x31)3=(x3)33(x3)2(1)+3(x3)(1)213(x^3-1)^3 = (x^3)^3 - 3(x^3)^2(1) + 3(x^3)(1)^2 - 1^3 =x93x6+3x31 = x^9 - 3x^6 + 3x^3 - 1

  • For x9x^9, the degree of xx is 99 (odd). We ignore this.
  • For 3x6-3x^6, the degree of xx is 66 (even).
  • Coefficient: 3-3
  • For 3x33x^3, the degree of xx is 33 (odd). We ignore this.
  • For 1-1, this is a constant term, which can be considered 1x0 -1 \cdot x^0. The degree of xx is 00 (even).
  • Coefficient: 1-1

4. Summing the Coefficients of Even Degree Terms

Now, we collect all the identified coefficients of even degree terms from the expansions above:

  1. From x6x^6: 11
  2. From 15x4-15x^4: 15-15
  3. From 15x815x^8: 1515
  4. From 15x215x^2: 1515
  5. From 3x6-3x^6: 3-3
  6. From 1-1 (constant term x0x^0): 1-1

Sum of these coefficients (inside the main bracket): 1+(15)+15+15+(3)+(1)1 + (-15) + 15 + 15 + (-3) + (-1) =115+15+1531 = 1 - 15 + 15 + 15 - 3 - 1 =(115+15)+(1531) = (1 - 15 + 15) + (15 - 3 - 1) =1+11 = 1 + 11 =12 = 12

Finally, we must remember that the entire expression is multiplied by 22. So, the total sum of coefficients of all even degree terms in xx is: 2×12=242 \times 12 = 24


5. Important Considerations and Tips

  • Understanding "Even Degree Terms": It's crucial to understand that "even degree terms in xx" refers to terms like Cx0,Cx2,Cx4,Cx^0, Cx^2, Cx^4, \dots. The constant term (Cx0Cx^0) is included as x0x^0 is an even degree.
  • Alternative Method (and why it might be tricky here): For a general polynomial P(x)P(x), the sum of coefficients of even degree terms is P(1)+P(1)2\frac{P(1) + P(-1)}{2}. While this method is powerful, it requires P(x)P(x) to be a polynomial in xx. If we tried to apply this directly here, evaluating P(1)P(-1) would involve (1)31=2=i2\sqrt{(-1)^3 - 1} = \sqrt{-2} = i\sqrt{2}, leading to complex numbers. Since the question asks for the sum of coefficients in the expansion (implying the resulting polynomial form), the direct expansion method used here avoids complex numbers and ensures we are capturing the coefficients of the polynomial in xx.
  • Careful Expansion: Binomial expansions, especially with nested terms like (x31)n(x^3-1)^n, require meticulous attention to detail to avoid algebraic errors.

6. Conclusion

By utilizing the binomial theorem property for the sum of two expansions, we first simplified the given expression. Then, we meticulously expanded each resulting term, carefully identifying and collecting the coefficients of all powers of xx that have an even degree. Summing these coefficients yielded a total of 1212 inside the bracket, and multiplying by the factor of 22 gave the final answer.

The sum of the coefficients of all even degree terms in xx in the given expansion is 2424.

The final answer is 24\boxed{\text{24}}.

Practice More Binomial Theorem Questions

View All Questions