Detailed Solution: Finding Coefficients in Binomial Expansions
1. Key Concept: The General Term in Binomial Expansion
The Binomial Theorem states that for any real numbers A and B, and any non-negative integer n, the expansion of (A+B)n is given by:
(A+B)n=∑r=0n(rn)An−rBr
The (r+1)th term in this expansion, denoted as Tr+1, is:
Tr+1=(rn)An−rBr
This formula is fundamental for finding a specific term or the coefficient of a particular power of x without performing the entire expansion.
2. Analyzing the First Expression: Coefficient of x7 in (ax−bx21)13
Step 2.1: Identify the components of the binomial.
For the expression (ax−bx21)13:
- A=ax (the first term)
- B=−bx21 (the second term, including its sign)
- n=13 (the exponent of the binomial)
Step 2.2: Write the general term Tr+1.
Substitute these values into the general term formula:
Tr+1=(r13)(ax)13−r(−bx21)r
Now, we simplify this expression by separating the constant terms, a, b, and x terms.
Tr+1=(r13)a13−rx13−r(−b1)r(x21)r
Tr+1=(r13)a13−rx13−r(−b1)rx−2r
Combine the powers of x:
Tr+1=(r13)a13−r(−b1)rx13−r−2r
Tr+1=(r13)a13−r(−b1)rx13−3r
The coefficient of the (r+1)th term is therefore (r13)a13−r(−b1)r, and the power of x is 13−3r.
Step 2.3: Determine the value of r for the coefficient of x7.
To find the coefficient of x7, we set the exponent of x in the general term equal to 7:
13−3r=7
Subtract 13 from both sides:
−3r=7−13
−3r=−6
Divide by -3:
r=2
Since r=2 is a non-negative integer and 0≤r≤n (i.e., 0≤2≤13), this is a valid value for r.
Step 2.4: Calculate the coefficient of x7.
Substitute r=2 into the coefficient part of the general term:
Coefficient of x7=(213)a13−2(−b1)2
Coefficient of x7=(213)a11(b21)
Coefficient of x7=(213)b2a11
3. Analyzing the Second Expression: Coefficient of x−5 in (ax+bx21)13
Step 3.1: Identify the components of the binomial.
For the expression (ax+bx21)13:
- A=ax
- B=bx21 (Note the positive sign here)
- n=13
Step 3.2: Write the general term Tr+1.
Substitute these values into the general term formula:
Tr+1=(r13)(ax)13−r(bx21)r
Simplify as before:
Tr+1=(r13)a13−rx13−r(b1)r(x21)r
Tr+1=(r13)a13−r(b1)rx13−r−2r
Tr+1=(r13)a13−r(b1)rx13−3r
Notice that the power of x is the same as in the first expansion, but the coefficient differs due to the sign of B.
Step 3.3: Determine the value of r for the coefficient of x−5.
To find the coefficient of x−5, we set the exponent of x equal to -5:
13−3r=−5
Subtract 13 from both sides:
−3r=−5−13
−3r=−18
Divide by -3:
r=6
Again, r=6 is a valid non-negative integer (0≤6≤13).
Step 3.4: Calculate the coefficient of x−5.
Substitute r=6 into the coefficient part of the general term:
Coefficient of x−5=(613)a13−6(b1)6
Coefficient of x−5=(613)a7b61
Coefficient of x−5=(613)b6a7
4. Equating the Coefficients and Solving for a4b4
The problem states that the coefficient of x7 in the first expression and the coefficient of x−5 in the second expression are equal.
So, we set the two coefficients we found equal to each other:
(213)b2a11=(613)b6a7
Our goal is to find the value of a4b4. We can rearrange the equation to isolate a and b terms on one side and the binomial coefficients on the other.
First, divide both sides by a7:
(213)b2a7a11=(613)b61
(213)b2a4=(613)b61
Now, multiply both sides by b6:
(213)a4b2b6=(613)
(213)a4b4=(613)
Finally, divide by (213) to isolate a4b4:
a4b4=(213)(613)
Now, we calculate the values of the binomial coefficients:
(213)=2!(13−2)!13!=2×113×12=13×6=78
(613)=6!(13−6)!13!=6×5×4×3×2×113×12×11×10×9×8
Let's simplify (613):
6×2=12, so cancel 12 in numerator.
5×1=5, so 10/5=2.
4 in denominator, and 8 in numerator, so 8/4=2.
3 in denominator, and 9 in numerator, so 9/3=3.
(613)=13×1×11×2×3×2=13×11×12=13×132=1716
Now, substitute these values back into the equation for a4b4:
a4b4=781716
a4b4=22
5. Important Tips and Common Mistakes
- Sign Errors: Be extremely careful with negative signs in the binomial term, especially when raised to a power r. In the first expression, (−1/bx2)r becomes (−1)r(1/br)(1/x2r). If r is even, (−1)r=1; if r is odd, (−1)r=−1. In this specific problem, r=2 (even) and r=6 (even), so the negative signs cancel out, but it's a crucial point to remember.
- Exponent of x: Make sure to correctly combine all powers of x from both terms An−r and Br. For example, (ax)13−r contributes x13−r and (1/x2)r contributes x−2r.
- Value of r: The value of r must always be a non-negative integer (0,1,2,…,n). If you get a fractional or negative value for r, it means that power of x does not exist in the expansion.
- Simplification of Binomial Coefficients: When dividing binomial coefficients, it's often easier to write them out using factorials or the expanded form and then cancel common terms, rather than calculating each large number individually and then dividing.
6. Conclusion and Key Takeaway
This problem effectively tests the application of the general term formula in binomial expansions. By systematically identifying the components of each binomial, writing out the general term, isolating the power of x, and then solving for r, we can determine the specific coefficients. The final step involves equating these coefficients and algebraic manipulation to solve for the required expression, a4b4. Mastering the general term formula and careful algebraic handling are key to solving such problems efficiently and accurately.