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

Question

Let α,β,γ\alpha, \beta, \gamma and δ\delta be the coefficients of x7,x5,x3x^7, x^5, x^3 and xx respectively in the expansion of (x+x31)5+(xx31)5,x>1. If u and v satisfy the equations αu+βv=18,γu+δv=20,\begin{aligned} & \left(x+\sqrt{x^3-1}\right)^5+\left(x-\sqrt{x^3-1}\right)^5, x>1 \text {. If } u \text { and } v \text { satisfy the equations } \\\\ & \alpha u+\beta v=18, \\\\ & \gamma u+\delta v=20, \end{aligned} then u+v\mathrm{u+v} equals :

Options

Solution

Key Concept: Binomial Theorem for Sum of Expansions

The problem involves the sum of two binomial expansions of the form (A+B)n+(AB)n(A+B)^n + (A-B)^n. A crucial simplification exists for such expressions, which significantly reduces the computational effort.

For an integer nn, the expansion of (A+B)n(A+B)^n is given by: (A+B)n=k=0nnCkAnkBk(A+B)^n = \sum_{k=0}^{n} {}^nC_k A^{n-k} B^k And the expansion of (AB)n(A-B)^n is: (AB)n=k=0nnCkAnk(B)k(A-B)^n = \sum_{k=0}^{n} {}^nC_k A^{n-k} (-B)^k When we add these two expansions, the terms where kk is odd will cancel out because (B)k=Bk(-B)^k = -B^k for odd kk. The terms where kk is even will be doubled because (B)k=Bk(-B)^k = B^k for even kk. Thus, for n=5n=5: (A+B)5+(AB)5=2[5C0A5B0+5C2A3B2+5C4A1B4](A+B)^5 + (A-B)^5 = 2 \left[ {}^5C_0 A^5 B^0 + {}^5C_2 A^3 B^2 + {}^5C_4 A^1 B^4 \right] This formula is the foundation of our solution.


Step 1: Expanding the Given Expression

We are given the expression: (x+x31)5+(xx31)5\left(x+\sqrt{x^3-1}\right)^5+\left(x-\sqrt{x^3-1}\right)^5 Here, we can identify A=xA=x and B=x31B=\sqrt{x^3-1}. Applying the simplified binomial expansion formula for (A+B)5+(AB)5(A+B)^5 + (A-B)^5: =2(5C0x5(x31)0+5C2x3(x31)2+5C4x1(x31)4)= 2\left({}^5C_0 x^5 (\sqrt{x^3-1})^0 + {}^5C_2 x^3 (\sqrt{x^3-1})^2 + {}^5C_4 x^1 (\sqrt{x^3-1})^4\right) Explanation: We use the simplified formula to avoid expanding all 12 terms (6 for each binomial) and then canceling. This saves time and reduces chances of error. We only include terms where the power of x31\sqrt{x^3-1} is even.

Now, we calculate the binomial coefficients and simplify the powers of BB:

  • 5C0=1{}^5C_0 = 1
  • 5C2=5×42×1=10{}^5C_2 = \frac{5 \times 4}{2 \times 1} = 10
  • 5C4=5C54=5C1=5{}^5C_4 = {}^5C_{5-4} = {}^5C_1 = 5
  • (x31)0=1(\sqrt{x^3-1})^0 = 1
  • (x31)2=x31(\sqrt{x^3-1})^2 = x^3-1
  • (x31)4=(x31)2(\sqrt{x^3-1})^4 = (x^3-1)^2

Substituting these values back into the expression: =2(1x51+10x3(x31)+5x(x31)2)= 2\left(1 \cdot x^5 \cdot 1 + 10 \cdot x^3 (x^3-1) + 5 \cdot x (x^3-1)^2\right) =2(x5+10x3(x31)+5x(x62x3+1))= 2\left(x^5 + 10x^3(x^3-1) + 5x(x^6 - 2x^3 + 1)\right) Explanation: We performed the direct substitutions and expanded (x31)2(x^3-1)^2 as a quadratic.

Further simplifying by distributing terms: =2(x5+10x610x3+5x710x4+5x)= 2\left(x^5 + 10x^6 - 10x^3 + 5x^7 - 10x^4 + 5x\right) Rearranging the terms in descending powers of xx: =2(5x7+10x6+x510x410x3+5x)= 2\left(5x^7 + 10x^6 + x^5 - 10x^4 - 10x^3 + 5x\right) Explanation: We multiplied through by x3x^3 and xx respectively and then arranged the terms for easier identification of coefficients.


Step 2: Identifying the Coefficients α,β,γ,δ\alpha, \beta, \gamma, \delta

The problem defines α,β,γ,δ\alpha, \beta, \gamma, \delta as the coefficients of x7,x5,x3x^7, x^5, x^3 and xx respectively. From our expanded expression: 2(5x7+10x6+x510x410x3+5x)2\left(5x^7 + 10x^6 + x^5 - 10x^4 - 10x^3 + 5x\right)

  • Coefficient of x7x^7: α=2×5=10\alpha = 2 \times 5 = 10
  • Coefficient of x5x^5: β=2×1=2\beta = 2 \times 1 = 2
  • Coefficient of x3x^3: γ=2×(10)=20\gamma = 2 \times (-10) = -20
  • Coefficient of xx: δ=2×5=10\delta = 2 \times 5 = 10

Explanation: We carefully extract the coefficient for each specified power of xx from the fully simplified expansion. Remember to multiply by the common factor of 22 that was outside the bracket.


Step 3: Setting Up and Solving the System of Linear Equations

We are given two linear equations:

  1. αu+βv=18\alpha u+\beta v=18
  2. γu+δv=20\gamma u+\delta v=20

Substitute the identified coefficients into these equations:

  1. 10u+2v=1810u + 2v = 18
  2. 20u+10v=20-20u + 10v = 20

To make these equations simpler, we can divide each by their greatest common divisor:

  1. Divide by 2: 5u+v=95u + v = 9 (Equation A)
  2. Divide by 10: 2u+v=2-2u + v = 2 (Equation B)

Explanation: Simplifying the equations by dividing by common factors makes them easier to work with and reduces the chance of arithmetic errors during solving.

Now, we solve this system of two linear equations for uu and vv. A straightforward method is elimination: Subtract Equation B from Equation A: (5u+v)(2u+v)=92(5u + v) - (-2u + v) = 9 - 2 5u+v+2uv=75u + v + 2u - v = 7 7u=77u = 7 u=1u = 1 Explanation: Subtracting the equations eliminates the variable vv, allowing us to directly solve for uu.

Now substitute the value of u=1u=1 into Equation A: 5(1)+v=95(1) + v = 9 5+v=95 + v = 9 v=95v = 9 - 5 v=4v = 4 Explanation: Substituting the value of uu back into one of the simplified equations allows us to find the value of vv.


Step 4: Calculating u+vu+v

Finally, we need to find the value of u+vu+v: u+v=1+4=5u+v = 1+4 = 5


Tips and Common Mistakes:

  • Binomial Expansion Shortcut: Always look for patterns like (A+B)n±(AB)n(A+B)^n \pm (A-B)^n. Using the simplified expansion 2[nC0An+nC2An2B2+]2\left[ {}^nC_0 A^n + {}^nC_2 A^{n-2}B^2 + \dots \right] for the sum and 2[nC1An1B1+nC3An3B3+]2\left[ {}^nC_1 A^{n-1}B^1 + {}^nC_3 A^{n-3}B^3 + \dots \right] for the difference can save significant time and prevent errors.
  • Careful with Signs: Pay close attention to signs, especially when terms like BkB^k involve negative expressions or when distributing the factor of 22 in the final step. A common mistake is to forget to multiply the identified coefficients by the outer factor of 22.
  • Algebraic Simplification: Ensure that all powers are correctly combined (e.g., x3x3=x6x^3 \cdot x^3 = x^6) and that the terms are fully expanded before identifying coefficients.
  • System of Equations: Double-check your arithmetic when solving simultaneous equations. Small errors here can propagate and lead to an incorrect final answer.

Summary and Key Takeaway:

This problem effectively tests the application of the Binomial Theorem, particularly the sum of two binomials with conjugate terms. It then combines this with the ability to extract specific coefficients from a polynomial expansion and solve a system of linear equations. The key takeaway is to leverage the symmetry in binomial expansions (i.e., using (A+B)n+(AB)n=2k evennCkAnkBk(A+B)^n + (A-B)^n = 2 \sum_{k \text{ even}} {}^nC_k A^{n-k} B^k) to simplify calculations and then meticulously follow through with algebraic manipulation and solving linear equations.

Practice More Binomial Theorem Questions

View All Questions