Key Concept: The Binomial Theorem
The general term, Tr+1, in the binomial expansion of (a+b)n is given by:
Tr+1=(rn)an−rbr
where n is the power of the binomial, r is the index of the term (starting from 0), a is the first term, and b is the second term. This formula is fundamental for extracting specific terms or their coefficients from a binomial expansion without having to expand the entire expression.
Step-by-Step Solution
1. Finding the Coefficient of x9 in (αx3+βx1)11
We begin by analyzing the first expression.
Here, we have n=11, the first term a=αx3, and the second term b=βx1=β1x−1.
Using the general term formula, Tr+1=(rn)an−rbr:
Tr+1=(r11)(αx3)11−r(βx1)r
To find the coefficient of x9, we need to isolate the powers of x. We do this by distributing the exponents and combining the x terms:
Tr+1=(r11)α11−r(x3)11−r(β1)r(x−1)r
Tr+1=(r11)βrα11−rx3(11−r)x−r
Tr+1=(r11)βrα11−rx33−3r−r
Tr+1=(r11)βrα11−rx33−4r
Now, we set the exponent of x to 9 to find the value of r that corresponds to the x9 term:
33−4r=9
4r=33−9
4r=24
r=6
Substituting r=6 back into the coefficient part of Tr+1 gives us the desired coefficient:
Coefficient of x9=(611)β6α11−6=(611)β6α5
2. Finding the Coefficient of x−9 in (αx−βx31)11
Next, we analyze the second expression.
Here, n=11, the first term a=αx, and the second term b=−βx31=−β1x−3.
It is crucial to include the negative sign with the second term, as forgetting it is a common error.
Using the general term formula:
Tr+1=(r11)(αx)11−r(−βx31)r
Again, we separate coefficients and powers of x:
Tr+1=(r11)α11−rx11−r(−β1)r(x−3)r
Tr+1=(r11)(−1)rβrα11−rx11−rx−3r
Tr+1=(r11)(−1)rβrα11−rx11−r−3r
Tr+1=(r11)(−1)rβrα11−rx11−4r
We are looking for the term with x−9, so we set the exponent of x to -9:
11−4r=−9
4r=11+9
4r=20
r=5
Substituting r=5 back into the coefficient part of Tr+1:
Coefficient of x−9=(511)(−1)5β5α11−5
Since (−1)5=−1:
Coefficient of x−9=−(511)β5α6
3. Equating the Coefficients and Solving for (αβ)2
The problem states that these two coefficients are equal:
(611)β6α5=−(511)β5α6
We use the property of binomial coefficients: (rn)=(n−rn). Thus, (611)=(11−611)=(511).
Since both (611) and (511) are equal and non-zero, we can cancel them from both sides of the equation:
β6α5=−β5α6
Assuming α=0 and β=0 (otherwise, the original terms would be undefined or trivial), we can simplify by dividing both sides by α5 and multiplying both sides by β6:
β61⋅β6=−β5α6⋅α5β6
1=−α6−5β6−5
1=−αβ
αβ=−1
Finally, we need to find the value of (αβ)2:
(αβ)2=(−1)2
(αβ)2=1
Relevant Tips and Common Mistakes:
- Sign Errors: The most frequent mistake in such problems is mishandling the negative sign when the second term of the binomial is negative (e.g., (a−b)n). Always treat b as the complete second term, including its sign.
- Exponent Rules: Be meticulous when combining powers of x, especially with negative exponents. Recall that xm⋅xn=xm+n and (xm)n=xmn.
- Binomial Coefficient Symmetry: The property (rn)=(n−rn) is very useful for simplifying equations and recognizing equalities between binomial coefficients.
- Assumptions: When cancelling terms involving variables (like α5 and β5), it's implicitly assumed that these variables are non-zero. In competitive exams, this assumption is generally safe unless specified otherwise.
Summary and Key Takeaway
This problem is a good application of the Binomial Theorem, specifically finding particular terms in an expansion. The core idea is to express the general term, extract the power of the variable, solve for the term index r, and then use this r to find the complete coefficient. Careful handling of negative signs and exponent rules, along with knowing binomial coefficient properties, are vital for accuracy. The problem culminates in solving a simple algebraic equation to find the final value.