Solution: Finding Coefficients in a Binomial Expansion
1. Key Concept: Binomial Theorem and Polynomial Multiplication
The problem requires us to find the coefficients of specific powers of x in the product of two polynomials: a quadratic (1+ax+bx2) and a binomial raised to a power (1−2x)18.
The key tool here is the Binomial Theorem, which states that for any non-negative integer n, the expansion of (p+q)n is given by:
(p+q)n=∑r=0n(rn)pn−rqr
where (rn)=r!(n−r)!n! is the binomial coefficient.
In our case, for the term (1−2x)18, we have p=1, q=−2x, and n=18. The general term Tr+1 (the (r+1)th term) in this expansion is:
Tr+1=(r18)(1)18−r(−2x)r=(r18)(−2)rxr
Let Cr=(r18)(−2)r be the coefficient of xr in the expansion of (1−2x)18.
The given expression is P(x)=(1+ax+bx2)(1−2x)18.
To find the coefficient of xk in P(x), we need to identify all combinations of terms from (1+ax+bx2) and (1−2x)18 that multiply to give xk.
2. Step-by-Step Working
Step 2.1: Calculate relevant binomial coefficients and powers of (−2)
We need coefficients up to x4. Let's compute the necessary binomial coefficients (r18) and powers of (−2):
- C0=(018)(−2)0=1×1=1
- C1=(118)(−2)1=18×(−2)=−36
- C2=(218)(−2)2=2×118×17×4=9×17×4=153×4=612
- C3=(318)(−2)3=3×2×118×17×16×(−8)=3×17×16×(−8)=816×(−8)=−6528
- C4=(418)(−2)4=4×3×2×118×17×16×15×16=18×17×10×16=3060×16=48960
So, the expansion of (1−2x)18 starts as 1−36x+612x2−6528x3+48960x4+…
Step 2.2: Determine the coefficient of x3
The terms contributing to x3 in the expansion of (1+ax+bx2)(C0+C1x+C2x2+C3x3+C4x4+…) are:
- 1×(C3x3)
- ax×(C2x2)
- bx2×(C1x)
Summing these up, the coefficient of x3 is C3+aC2+bC1.
According to the problem, this coefficient is zero.
C3+aC2+bC1=0
−6528+a(612)+b(−36)=0
−6528+612a−36b=0
To simplify, divide the entire equation by 12:
−544+51a−3b=0
51a−3b=544(Equation 1)
Step 2.3: Determine the coefficient of x4
Similarly, the terms contributing to x4 are:
- 1×(C4x4)
- ax×(C3x3)
- bx2×(C2x2)
Summing these up, the coefficient of x4 is C4+aC3+bC2.
According to the problem, this coefficient is also zero.
C4+aC3+bC2=0
48960+a(−6528)+b(612)=0
48960−6528a+612b=0
To simplify, divide the entire equation by 12:
4080−544a+51b=0
544a−51b=4080(Equation 2)
Step 2.4: Solve the system of linear equations
We now have a system of two linear equations with two variables a and b:
- 51a−3b=544
- 544a−51b=4080
From Equation 1, we can express 3b in terms of a:
3b=51a−544
b=351a−544
Substitute this expression for b into Equation 2:
544a−51(351a−544)=4080
Simplify the term with 51: 51/3=17.
544a−17(51a−544)=4080
544a−(17×51)a+(17×544)=4080
544a−867a+9248=4080
−323a=4080−9248
−323a=−5168
a=−323−5168
a=16
Now, substitute the value of a=16 back into the simplified Equation 1 (51a−3b=544):
51(16)−3b=544
816−3b=544
3b=816−544
3b=272
b=3272
Thus, the values are a=16 and b=3272.
The pair (a,b) is (16,3272).
3. Tips and Common Mistakes to Avoid
- Sign Errors: Be extremely careful with the negative sign in (−2x). Forgetting it or incorrectly applying it for even and odd powers is a common mistake. (−2x)r=(−2)rxr.
- Missing Terms: Ensure you account for all combinations that produce the desired power of x. For example, for xk, remember to consider 1⋅Ckxk, ax⋅Ck−1xk−1, and bx2⋅Ck−2xk−2.
- Calculation Errors: Binomial coefficients and multiplications can involve large numbers. Double-check your arithmetic, especially when simplifying equations. Using a calculator for intermediate steps can be helpful, but understanding the process is paramount.
- Simplifying Equations: Divide by common factors as early as possible to keep numbers manageable, reducing the chance of error during system solving.
- Options Discrepancy: In competitive exams, sometimes there might be slight errors in the provided options or the "correct answer." Always trust your systematic calculation. If your result doesn't directly match an option, re-check your steps. If the discrepancy persists, choose the option closest to your calculated value or highlight the potential error if possible. In this specific problem, our derived answer (16,3272) matches option (B), not the provided correct answer (A).
4. Summary and Key Takeaway
This problem demonstrates a systematic approach to finding coefficients in polynomial products, especially when one factor is a binomial expansion. The core idea is to:
- Expand the binomial term using the Binomial Theorem to find its general terms.
- Identify all combinations of terms from both polynomial factors that yield the desired power of x.
- Formulate linear equations by setting these combined coefficients to zero (as specified in the problem).
- Solve the resulting system of equations to find the unknown parameters.
Mastering the binomial theorem and careful algebraic manipulation are crucial for solving such problems efficiently and accurately.