题目
Problem
g(x)=4−x21
(a) Find, in ascending powers of x, the first four non-zero terms of the binomial expansion of g(x). Give each coefficient in simplest form.
(5)
(b) State the range of values of x for which this expansion is valid.
(1)
(c) Use the expansion from part (a) to find a fully simplified rational approximation for 3
Show your working and make your method clear.
(2)
题目中文翻译
g(x)=4−x21
(a) 按 x 的升幂展开,求 g(x) 的前四个非零项。将每个系数化为最简形式。
(b) 写出该展开式成立时 x 的取值范围。
(c) 利用 (a) 中的展开式,求 3 的一个完全化简的有理近似值。
请写出过程,并清楚说明你的方法。
解答
(a)
解法一
思路
展开
先从括号中提出 4,把函数写成 21(1−4x2)−1/2。再对指数 −21 使用二项式展开,保留常数项以及 x2,x4,x6 三项。
答题过程
展开
First rewrite
g(x)=21(1−4x2)−21.
Using
(1+u)n=1+nu+2!n(n−1)u2+3!n(n−1)(n−2)u3+⋯,
with n=−21 and u=−4x2 gives
g(x)=21[1+(−21)(−4x2)+2!(−21)(−23)(−4x2)2+3!(−21)(−23)(−25)(−4x2)3+⋯].
Therefore,
g(x)=21+161x2+2563x4+20485x6+⋯.
(b)
解法一
思路
展开
二项式展开要求变量部分的绝对值小于 1。这里变量部分是 −4x2,解对应不等式即可。
答题过程
展开
The expansion is valid when
−4x2<1.
Thus
x2<4,
so the required range is
−2<x<2.
(c)
解法一
思路
展开
取 x=1,则 g(1)=31,所以 3=3g(1)。把 x=1 代入 (a) 的截断展开式,再乘以 3,即可得到完全化简的有理近似值。
答题过程
展开
At x=1,
g(1)=31,
and hence
3=3g(1).
Using the first four terms of the expansion,
g(1)≈=21+161+2563+2048520481181.
Therefore,
3≈=3(20481181)20483543.