Animated Solution for Mathematics - Binomial Theorem: Let α,β,γ and δ be the coefficients of x7, x5, x3 and x respectively in the expansion of (x+x3−1)5+(x−x3−1)5, x>1. If u and v satisfy the equations αu+βv=18 and γu+δv=20, then u+v equals:
The Sigma Insight: Binomial Expansion for Positive Integral Index
Analyzing the Setup
Imagine you are standing before this seemingly monstrous expression: (x+x3−1)5+(x−x3−1)5. It looks like a nightmare of algebra, but in mathematics, complexity is often just a mask for symmetry.
Notice the structure. We have (A+B)5+(A−B)5, where A=x and B=x3−1.
When you expand these two binomials, the terms with odd powers of B will have opposite signs and vanish into thin air. You are left with only the even powers of B.
We are essentially calculating:
2[(05)A5+(25)A3B2+(45)AB4]
The Heavy Lifting
Now, let us substitute our values back in. With A=x and B=x3−1, the expression becomes:
2[(05)x5+(25)x3(x3−1)2+(45)x(x3−1)4]
Calculating the coefficients is straightforward: (05)=1, (25)=10, and (45)=5.
When we square x3−1, we get x3−1. When we raise it to the power of 4, we get (x3−1)2, which is x6−2x3+1.
Our expression now looks like:
2[x5+10x3(x3−1)+5x(x6−2x3+1)]
Expanding this gives:
2[x5+10x6−10x3+5x7−10x4+5x]
Multiplying by 2, we obtain the final polynomial:
10x7+20x6+2x5−20x4−20x3+10x
The Coefficient Hunt
We have our polynomial! Now, we just need to extract the coefficients as defined in the problem.
The coefficient of x7 is α=10. The coefficient of x5 is β=2. The coefficient of x3 is γ=−20. The coefficient of x is δ=10.
The Final Resolution
We are left with a simple system of linear equations: 10u+2v=18 and −20u+10v=20.
Simplifying these, we get 5u+v=9 and −2u+v=2.
Subtracting the second equation from the first, we get 7u=7, so u=1.
Substituting u=1 into 5u+v=9, we get 5+v=9, so v=4.