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

Question

If α\alpha and β\beta be the coefficients of x 4 and x 2 respectively in the expansion of (x+x21)6+(xx21)6{\left( {x + \sqrt {{x^2} - 1} } \right)^6} + {\left( {x - \sqrt {{x^2} - 1} } \right)^6}, then

Options

Solution

Key Concept: Binomial Expansion of Sum of Conjugate Terms

This problem utilizes a common simplification in binomial expansions involving terms of the form (A+B)n+(AB)n(A+B)^n + (A-B)^n. When two such expansions are added, all terms with odd powers of BB cancel out. This significantly reduces the number of terms we need to calculate.

The general formula for this type of expansion is: (A+B)n+(AB)n=2[(n0)AnB0+(n2)An2B2+(n4)An4B4+](A+B)^n + (A-B)^n = 2 \left[ \binom{n}{0} A^n B^0 + \binom{n}{2} A^{n-2} B^2 + \binom{n}{4} A^{n-4} B^4 + \dots \right] This formula only includes terms where the power of BB is even.

Step-by-Step Solution

  1. Identify the Components (A, B, n) Given the expression: (x+x21)6+(xx21)6{\left( {x + \sqrt {{x^2} - 1} } \right)^6} + {\left( {x - \sqrt {{x^2} - 1} } \right)^6} We can identify the components for our general formula:

    • A=xA = x
    • B=x21B = \sqrt{x^2-1}
    • n=6n = 6 Why this step? Breaking down the complex expression into its fundamental AA, BB, and nn components allows us to directly apply the powerful general formula for (A+B)n+(AB)n(A+B)^n + (A-B)^n.
  2. Apply the Simplified Binomial Expansion Formula Substitute the identified values of AA, BB, and nn into the formula: 2[(60)x6(x21)0+(62)x4(x21)2+(64)x2(x21)4+(66)x0(x21)6]2 \left[ \binom{6}{0} x^6 (\sqrt{x^2-1})^0 + \binom{6}{2} x^4 (\sqrt{x^2-1})^2 + \binom{6}{4} x^2 (\sqrt{x^2-1})^4 + \binom{6}{6} x^0 (\sqrt{x^2-1})^6 \right] Why this step? By immediately using the simplified formula, we avoid expanding two full binomial expressions (each with 7 terms) and then combining them. This saves significant time and reduces the chance of errors.

  3. Calculate Binomial Coefficients and Simplify Powers of BB Now, we calculate the binomial coefficients and simplify the terms involving BB:

    • (60)=1\binom{6}{0} = 1
    • (62)=6×52×1=15\binom{6}{2} = \frac{6 \times 5}{2 \times 1} = 15
    • (64)=(664)=(62)=15\binom{6}{4} = \binom{6}{6-4} = \binom{6}{2} = 15 (using the property (nr)=(nnr)\binom{n}{r} = \binom{n}{n-r})
    • (66)=1\binom{6}{6} = 1

    And for the powers of B=x21B = \sqrt{x^2-1}:

    • (x21)0=1(\sqrt{x^2-1})^0 = 1 (Any non-zero number raised to the power of 0 is 1)
    • (x21)2=x21(\sqrt{x^2-1})^2 = x^2-1
    • (x21)4=((x21)1/2)4=(x21)2(\sqrt{x^2-1})^4 = ((x^2-1)^{1/2})^4 = (x^2-1)^2
    • (x21)6=((x21)1/2)6=(x21)3(\sqrt{x^2-1})^6 = ((x^2-1)^{1/2})^6 = (x^2-1)^3

    Substitute these simplified values back into the expression: 2[1x61+15x4(x21)+15x2(x21)2+1x0(x21)3]2 \left[ 1 \cdot x^6 \cdot 1 + 15 \cdot x^4 (x^2-1) + 15 \cdot x^2 (x^2-1)^2 + 1 \cdot x^0 (x^2-1)^3 \right] 2[x6+15x4(x21)+15x2(x21)2+(x21)3]2 \left[ x^6 + 15x^4(x^2-1) + 15x^2(x^2-1)^2 + (x^2-1)^3 \right] Why this step? This step reduces the expression to a more manageable form, replacing the combinatorial notation and radical terms with their algebraic equivalents.

  4. Expand and Simplify Algebraically Next, we expand the polynomial terms using algebraic identities:

    • (x21)2=(x2)22(x2)(1)+12=x42x2+1(x^2-1)^2 = (x^2)^2 - 2(x^2)(1) + 1^2 = x^4 - 2x^2 + 1 (using (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2)
    • (x21)3=(x2)33(x2)2(1)+3(x2)(1)213=x63x4+3x21(x^2-1)^3 = (x^2)^3 - 3(x^2)^2(1) + 3(x^2)(1)^2 - 1^3 = x^6 - 3x^4 + 3x^2 - 1 (using (ab)3=a33a2b+3ab2b3(a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3)

    Substitute these expansions back into the expression: 2[x6+(15x615x4)+15x2(x42x2+1)+(x63x4+3x21)]2 \left[ x^6 + (15x^6 - 15x^4) + 15x^2(x^4 - 2x^2 + 1) + (x^6 - 3x^4 + 3x^2 - 1) \right] 2[x6+15x615x4+15x630x4+15x2+x63x4+3x21]2 \left[ x^6 + 15x^6 - 15x^4 + 15x^6 - 30x^4 + 15x^2 + x^6 - 3x^4 + 3x^2 - 1 \right] Why this step? Expanding these terms fully converts the expression into a standard polynomial form, making it easier to identify and collect coefficients of specific powers of xx.

  5. Collect Like Terms Now, group the terms by their powers of xx:

    • Coefficient of x6x^6: 1x6+15x6+15x6+1x6=(1+15+15+1)x6=32x61x^6 + 15x^6 + 15x^6 + 1x^6 = (1+15+15+1)x^6 = 32x^6
    • Coefficient of x4x^4: 15x430x43x4=(15303)x4=48x4-15x^4 - 30x^4 - 3x^4 = (-15-30-3)x^4 = -48x^4
    • Coefficient of x2x^2: 15x2+3x2=(15+3)x2=18x215x^2 + 3x^2 = (15+3)x^2 = 18x^2
    • Constant term: 1-1

    So, the expression inside the brackets simplifies to: 32x648x4+18x2132x^6 - 48x^4 + 18x^2 - 1 Why this step? Grouping terms by their powers allows us to clearly see the coefficient for each power of xx, which is essential for determining α\alpha and β\beta.

  6. Complete the Expansion by Multiplying by 2 Finally, multiply the entire simplified polynomial by the factor of 2 that was extracted at the beginning: 2[32x648x4+18x21]=64x696x4+36x222 \left[ 32x^6 - 48x^4 + 18x^2 - 1 \right] = 64x^6 - 96x^4 + 36x^2 - 2 Why this step? This is the last step in getting the complete expanded form of the original expression, which is necessary to identify the exact coefficients.

Identify Coefficients α\alpha and β\beta

From the final expanded expression 64x696x4+36x2264x^6 - 96x^4 + 36x^2 - 2:

  • The coefficient of x4x^4 is α\alpha. Therefore, α=96\alpha = -96.
  • The coefficient of x2x^2 is β\beta. Therefore, β=36\beta = 36. Why this step? This directly extracts the values of α\alpha and β\beta as defined in the problem statement.

Calculate the Required Expression

The problem asks us to find the relationship between α\alpha and β\beta, specifically by checking the given options. Let's calculate both α+β\alpha + \beta and αβ\alpha - \beta.

  • α+β=96+36=60\alpha + \beta = -96 + 36 = -60
  • αβ=9636=132\alpha - \beta = -96 - 36 = -132

Match with Options

Comparing our results with the given options: (A) α+β=60\alpha + \beta = 60 (Our result: -60) (B) αβ=60\alpha - \beta = 60 (Our result: -132) (C) α+β=30\alpha + \beta = -30 (Our result: -60) (D) αβ=132\alpha - \beta = -132 (Our result: -132)

Our calculated value αβ=132\alpha - \beta = -132 matches option (D).

Tips for Students & Common Mistakes

  • Recognize the Sum/Difference Pattern: Always look for (A+B)n±(AB)n(A+B)^n \pm (A-B)^n. Knowing when to use the simplified formulas (only even powers of B for '+' and only odd powers of B for '-') is a significant time-saver.
  • Careful with Negative Signs: A very common mistake is errors in handling negative signs, especially when expanding terms like (x21)2(x^2-1)^2 or (x21)3(x^2-1)^3 and when distributing constants. Double-check each sign change.
  • Algebraic Identities: Memorizing and correctly applying identities like (ab)2(a-b)^2 and (ab)3(a-b)^3 is crucial for accuracy and speed.
  • Systematic Approach: Break the problem into smaller, manageable steps: identify components, apply formula, calculate coefficients, expand algebraically, collect terms, then perform final calculations. This reduces the cognitive load and helps prevent errors.

Summary and Key Takeaway

This problem demonstrates the efficiency gained by recognizing specific patterns in binomial expansions. By leveraging the simplified formula for (A+B)n+(AB)n(A+B)^n + (A-B)^n, we methodically expanded the expression, carefully collected terms, and identified the coefficients of x4x^4 and x2x^2. The coefficients were found to be α=96\alpha = -96 and β=36\beta = 36, leading to αβ=132\alpha - \beta = -132. The key takeaway is to look for binomial sum/difference patterns to simplify calculations and maintain precision through careful algebraic manipulation.

Practice More Binomial Theorem Questions

View All Questions