题目
Problem
(a) Find the first four terms, in ascending powers of x, of the binomial expansion of
(2−5x)28
writing each term in simplest form.
(4)
(b) Find the range of values of x for which this expansion is valid.
(1)
题目中文翻译
(a) 求
(2−5x)28
按 x 的升幂展开时的前四项,并将每一项写成最简形式。
(b) 求该展开式成立时 x 的取值范围。
解答
(a)
解法一
思路
展开
先从分母中提出 22,把原式改写成 2(1−25x)−2。再使用二项式展开
(1+u)n=1+nu+2!n(n−1)u2+3!n(n−1)(n−2)u3+⋯
并取 n=−2, u=−25x,即可得到按 x 升幂排列的前四项。
答题过程
展开
First rewrite the expression as
(2−5x)28=2(1−25x)−2.
Using
(1+u)−2=1−2u+3u2−4u3+⋯
with u=−25x gives
(2−5x)28=2[1−2(−25x)+3(−25x)2−4(−25x)3+⋯]=2(1+5x+475x2+2125x3+⋯).
Therefore, the first four terms are
2+10x+275x2+125x3.
(b)
解法一
思路
展开
负整数指数的二项式展开要求括号内的变量部分绝对值小于 1。这里变量部分是 −25x,解对应的绝对值不等式即可。
答题过程
展开
The expansion is valid when
−25x<1.
Hence
∣x∣<52.
Therefore, the required range is
−52<x<52.