题目
Problem
Find, in ascending powers of x up to and including the term in x3, the binomial expansion of
(1−4x)−3∣x∣<41
fully simplifying each term.
(4)
题目中文翻译
求
(1−4x)−3∣x∣<41
按 x 的升幂展开到并包括 x3 项,并将每一项完全化简。
解答
解法一
思路
展开
使用二项式展开公式。这里可以把 (1−4x)−3 看作 (1+u)n,其中 u=−4x、n=−3。题目要求展开到 x3,所以保留前四项即可。
答题过程
展开
For
(1+u)n=1+nu+2n(n−1)u2+6n(n−1)(n−2)u3+⋯,
take
u=−4x,n=−3.
Then
(1−4x)−3=1+(−3)(−4x)+2(−3)(−4)(−4x)2+6(−3)(−4)(−5)(−4x)3+⋯.
Now simplify each term:
(−3)(−4x)=12x,
2(−3)(−4)(−4x)2=6⋅16x2=96x2,
and
6(−3)(−4)(−5)(−4x)3=−10⋅(−64x3)=640x3.
Therefore
(1−4x)−3=1+12x+96x2+640x3+⋯
for
∣x∣<41.