题目
Problem
Figure 3 shows a sketch of part of the curve with equation y=f(x), where
f(x)=x(x2−4)e−x/2
(a) Find f′(x).
(2)
The line l is the normal to the curve at O and meets the curve again at the point P.
The point P lies in the 3rd quadrant, as shown in Figure 3.
(b) Show that the x coordinate of P is a solution of the equation
x=−2116+ex/2
(4)
(c) Using the iterative formula
xn+1=−2116+exn/2with x1=−2
find, to 4 decimal places,
(i) the value of x2
(ii) the x coordinate of P.
(3)
题目中文翻译
图 3 给出了部分曲线的示意图,其方程为 y=f(x),其中
f(x)=x(x2−4)e−x/2
(a) 求 f′(x)。
直线 l 是曲线在点 O 处的法线,并与曲线再次相交于点 P。
点 P 位于第三象限,如图 3 所示。
(b) 证明点 P 的 x 坐标是方程
x=−2116+ex/2
的一个解。
(c) 使用迭代公式
xn+1=−2116+exn/2其中 x1=−2
求下列各值(精确到小数点后 4 位):
(i) x2
(ii) 点 P 的 x 坐标。
解答
(a)
First write
f(x)=(x3−4x)e−x/2
Using the product rule,
f′(x)=(3x2−4)e−x/2+(x3−4x)(−21e−x/2)=e−x/2(3x2−4−21x3+2x)
So
f′(x)=(−21x3+3x2+2x−4)e−x/2
(b)
At O, we have x=0.
From part (a),
f′(0)=−4
So the gradient of the tangent at O is −4.
Therefore the gradient of the normal is
41
Hence the normal l has equation
y=41x
At the second intersection point P,
x(x2−4)e−x/2=41x
Since P is not O, x=0, so we can divide by x:
(x2−4)e−x/2=41
Thus
x2−4=41ex/2
So
4x2=16+ex/2
and hence
x2=41(16+ex/2)
Since P lies in the third quadrant, its x coordinate is negative. Therefore
x=−2116+ex/2
(c)
(i)
Using x1=−2,
x2=−2116+e−1
So
x2=−2.0229
to 4 decimal places.
(ii)
Continuing the iteration,
x1x2x3x4=−2,=−2.0229,=−2.0226,=−2.0226
The values converge to
x=−2.0226
So the x coordinate of P is
−2.0226