题目
Problem
Figure 3 shows a sketch of part of the curve C with equation
y=3+4ex2x≥0
(a) Find
dxdy
giving your answer in simplest form.
(2)
The point P with x coordinate α lies on C.
Given that the tangent to C at P passes through the origin, as shown in Figure 3,
(b) show that x=α is a solution of the equation
4x2ex2−4ex2−3=0
(3)
(c) Hence show that α lies between 1 and 2
(2)
(d) Show that the equation in part (b) can be written in the form
x=214+3e−x2
(1)
The iteration formula
xn+1=214+3e−xn2
with x1=1 is used to find an approximation for α.
(e) Use the iteration formula to find, to 4 decimal places, the value of
(i) x3
(ii) α
(3)
题目中文翻译
图 3 给出了曲线 C 的一部分示意图,其方程为
y=3+4ex2x≥0
(a) 求
dxdy
并把答案写成最简形式。
x 坐标为 α 的点 P 在曲线 C 上。
已知曲线 C 在点 P 处的切线经过原点,如图 3 所示。
(b) 证明 x=α 是方程
4x2ex2−4ex2−3=0
的一个解。
(c) 由此证明 α 位于 1 与 2 之间。
(d) 证明 (b) 中的方程可写成
x=214+3e−x2
的形式。
利用迭代公式
xn+1=214+3e−xn2
且 x1=1,求 α 的近似值。
(e) 用该迭代公式求下列值(精确到小数点后 4 位):
(i) x3
(ii) α
解答
(a)
解法一
思路
展开
把 y=3+4ex2 写成 (3+4ex2)1/2,然后用链式法则。最后把负指数幂写回根式分母,使答案最简。
答题过程
展开
We have
y=(3+4ex2)1/2.
Differentiate using the chain rule:
dxdy==21(3+4ex2)−1/2⋅4ex2⋅2x4xex2(3+4ex2)−1/2.
Therefore
dxdy=3+4ex24xex2.
(b)
解法一
思路
展开
点 P 的坐标是 (α,3+4eα2)。因为切线经过原点,所以切线斜率也等于从原点到 P 的直线斜率。把这个斜率与 (a) 中在 x=α 处的导数相等,再整理即可。
答题过程
展开
At P,
x=α,y=3+4eα2.
Since the tangent at P passes through the origin, its gradient is
x−0y−0=α3+4eα2.
From part (a), the gradient of the curve at x=α is
3+4eα24αeα2.
Equate these two gradients:
3+4eα24αeα2=α3+4eα2.
Multiply both sides by
α3+4eα2.
This gives
4α2eα2=3+4eα2.
Rearrange:
4α2eα2−4eα2−3=0.
Therefore x=α is a solution of
4x2ex2−4ex2−3=0.
(c)
解法一
思路
展开
令 f(x)=4x2ex2−4ex2−3。计算 f(1) 和 f(2),若两者异号,并且 f 连续,就能说明方程在 1 和 2 之间有根。
答题过程
展开
Let
f(x)=4x2ex2−4ex2−3.
Then
f(1)==4(1)2e1−4e1−3−3.
Also,
f(2)==4(2)2e4−4e4−312e4−3.
Since e4>1,
12e4−3>0.
So
f(1)<0andf(2)>0.
The function f is continuous, so there is a root of f(x)=0 between 1 and 2.
Hence
1<α<2.
(d)
解法一
思路
展开
从 (b) 的方程出发,把含 x2 的项单独放一边。两边除以 ex2 后会出现 e−x2。由于 (c) 已知所需根在 1 和 2 之间,所以取正平方根。
答题过程
展开
Starting from
4x2ex2−4ex2−3=0,
we have
4x2ex2=4ex2+3.
Divide both sides by ex2:
4x2=4+3e−x2.
So
x2=41(4+3e−x2).
Since the required root lies between 1 and 2, we take the positive square root:
x=214+3e−x2.
Hence the equation can be written in the form
x=214+3e−x2.
(e)
解法一
思路
展开
按照题目给出的迭代公式,从 x1=1 开始依次计算 x2,x3,…。要找 α,继续迭代到数值稳定到 4 位小数即可。
答题过程
展开
The iteration formula is
xn+1=214+3e−xn2,x1=1.
First,
x2==214+3e−121.129561….
Then
x3==214+3e−(1.129561…)21.099719….
Therefore, to 4 decimal places,
x3=1.0997.
Continuing the iteration gives
x4=x5=x6=x7=1.106248…,1.104801…,1.105121…,1.105050….
The values converge to
α=1.105063….
Hence, to 4 decimal places,
α=1.1051.