题目
Problem
(a) Find the first 4 terms, in ascending powers of x, of the binomial expansion of
(1−4x)7
giving each term in simplest form.
(4)
In the series expansion of
(5+kx)(1−4x)7
where k is a constant
the coefficient of the term in x2 is 1316
(b) Use the answer to part (a) to find the value of k.
(2)
解答
(a)
解法一
思路
展开
使用 binomial expansion。题目要前 4 项,所以取 r=0,1,2,3 的项。
答题过程
展开
Using the binomial expansion,
(1−4x)7=1+7(−4x)+(27)(−4x)2+(37)(−4x)3+⋯
Now simplify each term:
(1−4x)7==1−28x+21(16x2)+35(−64x3)+⋯1−28x+336x2−2240x3+⋯.
Therefore, the first 4 terms are
1−28x+336x2−2240x3.
(b)
解法一
思路
展开
要找 (5+kx)(1−4x)7 中 x2 的系数。它来自两部分:5 乘上原展开里的 x2 项,以及 kx 乘上原展开里的 x 项。
答题过程
展开
From part (a),
(1−4x)7=1−28x+336x2+⋯.
In
(5+kx)(1−4x)7,
the coefficient of x2 is
5(336)+k(−28).
So
5(336)−28k=1680−28k=28k=k=1316131636413.