题目
Problem
(a) Find the first 4 terms, in ascending powers of x, of the binomial expansion of
(3+2x)6
giving each coefficient in simplest form.
(4)
(b) Hence find the coefficient of x2 in the expansion of
(2x2−6x1)(3+2x)6
(3)
解答
(a)
解法一
思路
展开
用二项式定理 (a+b)n=∑k=0n(kn)an−kbk,逐项计算 k=0,1,2,3。
答题过程
展开
Using the binomial theorem with a=3, b=2x and n=6,
(3+2x)6=k=0∑6(k6)36−k(2x)k.
The first four terms (k=0,1,2,3) are:
k=0:k=1:k=2:k=3:(06)36=1×729=729(16)35(2x)=6×243×2x=2916x(26)34(2x)2=15×81×4x2=4860x2(36)33(2x)3=20×27×8x3=4320x3
Therefore
(3+2x)6=729+2916x+4860x2+4320x3+⋯
(b)
解法一
思路
展开
把 (2x2−6x1) 分别乘以 (a) 的展开式,找出所有产生 x2 的项。
答题过程
展开
From part (a),
(3+2x)6=729+2916x+4860x2+4320x3+⋯
Now
(2x2−6x1)(3+2x)6=2x2(3+2x)6−6x1(3+2x)6.
For the coefficient of x2:
- From 2x2×(3+2x)6: the term 2x2×729 gives x2.
- From −6x1×(3+2x)6: the term −6x1×4860x2 gives x2, and −6x1×2916x gives x0 (not x2).
Wait, let me be more careful. We need the total power of x to be 2:
- 2x2×729: power =2+0=2 ✓
- −6x1×4860x2: power =−1+2=1 ✗
- −6x1×4320x3: power =−1+3=2 ✓
Therefore the coefficient of x2 is
2×729+(−61)×4320=1458−720=738.