题目
Problem
f(x)=1−4x2∣x∣<21
(a) Find, in ascending powers of x, the first four non-zero terms of the binomial expansion of f(x). Give each coefficient in simplest form.
(4)
(b) By substituting x=41 into the binomial expansion of f(x), obtain an approximation for 3
Give your answer to 4 decimal places.
(2)
题目中文翻译
f(x)=1−4x2∣x∣<21
(a) 求 f(x) 的二项展开式中按 x 的升幂排列的前四个非零项,并将每个系数写成最简形式。
(b) 将 x=41 代入 f(x) 的二项展开式,求 3 的近似值。
答案保留 4 位小数。
解答
(a)
解法一
思路
展开
把函数写成 (1+u)1/2,其中 u=−4x2,再使用二项展开至 u3。由于 u 含 x2,前三次幂会依次产生 x2,x4,x6。
答题过程
展开
Using the binomial expansion,
(1+u)n=1+nu+2!n(n−1)u2+3!n(n−1)(n−2)u3+⋯.
Taking n=21 and u=−4x2,
(1−4x2)1/2==1+21(−4x2)+2!21(−21)(−4x2)2+3!21(−21)(−23)(−4x2)3+⋯1−2x2−2x4−4x6+⋯.
解法二
思路
展开
官方替代路线先因式分解 1−4x2=(1−2x)(1+2x),分别展开两个平方根,再相乘并合并同次幂项。奇次幂会互相抵消。
答题过程
展开
We may write
1−4x2=(1−2x)1/2(1+2x)1/2.
Expanding each factor to the required order gives
(1−2x)1/2=1−x−21x2−21x3−85x4−87x5−1621x6+⋯
and
(1+2x)1/2=1+x−21x2+21x3−85x4+87x5−1621x6+⋯.
Multiplying the two series and collecting like powers, all odd-power terms cancel, giving
1−4x2=1−2x2−2x4−4x6+⋯.
(b)
解法一
思路
展开
承接 (a),代入 x=41。此时 f(41)=23,所以将展开式的近似值乘以 2 才是 3 的近似值。
答题过程
展开
When x=41,
f(41)=1−4(41)2=23.
Using the expansion from part (a),
23≈1−2(41)2−2(41)4−4(41)6.
Therefore,
3≈=2[1−81−1281−10241]1.732421875.
Hence, to four decimal places,
3≈1.7324.