题目
Problem
f(x)=4x3+2x2−12
The equation f(x)=0 has a single root α.
(a) Show that α lies in the interval [1,2]
(2)
(b) Show that the equation f(x)=0 can be written as
x=2x+1k
where k is a constant to be found.
(2)
(c) Using the iteration formula
xn+1=2xn+1k
with x1=1 and the value of k found in part (b), find, to 4 decimal places,
(i) the value of x3
(ii) the value of α.
(3)
题目中文翻译
f(x)=4x3+2x2−12
方程 f(x)=0 有一个唯一根 α。
(a) 证明 α 位于区间 [1,2] 内。
(b) 证明方程 f(x)=0 可写成
x=2x+1k
其中 k 是一个需要求出的常数。
(c) 使用迭代公式
xn+1=2xn+1k
其中 x1=1,并使用 (b) 中求得的 k 值,求以下结果,精确到小数点后 4 位:
(i) x3 的值
(ii) α 的值。
解答
(a)
解法一
思路
展开
分别计算区间两端的函数值。由于 f 是多项式,所以在 [1,2] 上连续;若两个端点的函数值异号,便可由介值定理说明区间内有根。
答题过程
展开
At the endpoints of the interval,
f(1)==4(1)3+2(1)2−12−6,
and
f(2)==4(2)3+2(2)2−1228.
Since f is continuous and
f(1)<0<f(2),
there is a change of sign in [1,2]. Hence
α∈[1,2].
(b)
解法一
思路
展开
从 f(x)=0 出发,把含 x 的两项提取公因式 x2,再把 x2 单独留在等号一边。由 (a) 可知所求根为正数,所以开平方时取正根,并与题目给出的形式比较得出 k。
答题过程
展开
From f(x)=0,
4x3+2x2−12=0.
Therefore,
x2(4x+2)=x2==124x+2122x+16.
Since the root α lies in [1,2], it is positive. Hence
x=2x+16.
Comparing this with
x=2x+1k,
gives
k=6.
解法二
思路
展开
官方评分资料也接受逆向推导:先把题目要求的固定点形式平方并交叉相乘,得到一个三次方程;再与原方程比较系数,直接确定 k。
答题过程
展开
Starting with the required form,
x=2x+1k,
squaring and cross-multiplying gives
x2=x2(2x+1)=2x3+x2−k=2x+1kk0.
Dividing the original equation by 2 gives
2x3+x2−6=0.
The two equations are identical when
k=6.
(c)(i)
解法一
思路
展开
把 k=6 和 x1=1 依次代入迭代公式,先求 x2,再用 x2 求 x3。计算过程中保留计算器的完整数值,只在最终答案按要求取四位小数。
答题过程
展开
Using k=6 and x1=1,
x2==2(1)+162.
Therefore,
x3==22+161.251887874…
Hence, to 4 decimal places,
x3=1.2519.
(c)(ii)
解法一
思路
展开
继续使用同一个迭代公式,直到连续两次迭代所得数值取四位小数后相同。这样便能确认根 α 的四位小数值已经稳定。
答题过程
展开
Continuing the iteration gives
| n | xn |
|---|
| 4 | 1.308601682 |
| 5 | 1.287920815 |
| 6 | 1.295348084 |
| 7 | 1.292665911 |
| 8 | 1.293632588 |
| 9 | 1.293283940 |
| 10 | 1.293409653 |
| 11 | 1.293364320 |
Both x10 and x11 round to 1.2934 to
4 decimal places. Therefore,
α=1.2934.