题目
Problem
f(x)=(8−3x)340<x<38
(a) Show that the binomial expansion of f(x) in ascending powers of x up to and including the term in x3 is
A−8x+2x2+Bx3+…
where A and B are constants to be found.
(4)
(b) Use proof by contradiction to prove that the curve with equation
y=8+8x−215x2
does not intersect the curve with equation
y=A−8x+2x2+Bx30<x<38
where A and B are the constants found in part (a).
(Solutions relying on calculator technology are not acceptable.)
(4)
题目中文翻译
f(x)=(8−3x)340<x<38
(a) 证明 f(x) 按 x 的升幂展开,直到并包括 x3 项,为
A−8x+2x2+Bx3+…
其中 A,B 为待求常数。
(b) 用反证法证明曲线
y=8+8x−215x2
与曲线
y=A−8x+2x2+Bx30<x<38
不相交,其中 A,B 是 (a) 中求得的常数。
不接受依赖计算器技术的解法。
解答
(a)
解法一
思路
展开
先把 (8−3x)34 写成适合二项式展开的形式:
16(1−83x)34
然后使用标准展开式,保留到 x3 项。最后和题目给出的形式比较,就能读出 A 和 B。
答题过程
展开
Rewrite
(8−3x)34=834(1−83x)34
Since
834=16
we have
f(x)=16(1−83x)34
Use
(1+u)n=1+nu+2n(n−1)u2+6n(n−1)(n−2)u3+⋯
Here
n=34,u=−83x
So
(1−83x)34=1+34(−83x)+234⋅31(−83x)2+634⋅31⋅(−32)(−83x)3+⋯
This becomes
(1−83x)34=1−2x+32x2+384x3+⋯
Therefore
f(x)=16(1−2x+32x2+384x3+⋯)=16−8x+2x2+24x3+⋯
Hence
A=16,B=241
(b)
解法一
思路
展开
反证法的核心是:假设两条曲线有交点,那么同一个 x 必须同时满足两个方程。把 (a) 中得到的 A=16、B=241 代入后整理,会得到
0=8(x−1)2+24x3
但在 0<x<38 中,右边严格大于 0,所以不可能等于 0,产生矛盾。
答题过程
展开
Assume, for contradiction, that the two curves intersect for some x in the interval
0<x<38
Then
8+8x−215x2=16−8x+2x2+24x3
Move all terms to one side:
0=8−16x+8x2+24x3
The quadratic part can be written as
8−16x+8x2=8(x−1)2
So the equation becomes
0=8(x−1)2+24x3
But in the interval
0<x<38
we have
24x3>0
and
8(x−1)2≥0
Even when 8(x−1)2=0, we still have 24x3>0 because x>0.
Therefore
8(x−1)2+24x3>0
This cannot equal 0, which is a contradiction.
Hence the two curves do not intersect.