题目
Problem
The curve C has equation
y=x2cos(21x)0<x≤π
The curve has a stationary point at the point P.
(a) Show, using calculus, that the x coordinate of P is a solution of the equation
x=2arctan(x4)
(4)
Using the iteration formula
xn+1=2arctan(xn4)x1=2
(b) find the value of x2 and the value of x6, giving your answers to 3 decimal places.
(3)
题目中文翻译
曲线 C 的方程为
y=x2cos(21x)0<x≤π
该曲线在点 P 处有一个驻点。
(a) 用求导证明,点 P 的 x 坐标满足方程
x=2arctan(x4)
使用迭代公式
xn+1=2arctan(xn4)x1=2
(b) 求 x2 和 x6 的值,答案精确到小数点后 3 位。
解答
(a)
解法一
思路
展开
先用乘积法则求导,再令导数等于零。利用题目给出的范围 0<x≤π 排除 x=0,便可除以 x 并整理成指定的迭代公式。
答题过程
展开
The curve is
y=x2cos(21x).
Differentiate using the product rule:
dxdy=2xcos(21x)−21x2sin(21x).
At a stationary point,
dxdy=0.
Since 0<x≤π, we may divide by x and rearrange:
2cos(21x)−21xsin(21x)=4cos(21x)=tan(21x)=0,xsin(21x),x4.
Here 0<21x≤2π, so taking arctan gives
21x=arctan(x4).
Hence
x=2arctan(x4)
as required.
解法二
思路
展开
官方评分资料也接受从题目要求证明的等式反向整理。把它化回导数为零的条件,即可说明该等式确实刻画曲线的驻点。
答题过程
展开
Starting from
x=2arctan(x4),
we obtain
tan(21x)=x4.
Therefore
xsin(21x)=4cos(21x),
so
2xcos(21x)−21x2sin(21x)=0.
But
dxdy=2xcos(21x)−21x2sin(21x),
hence dxdy=0. All the steps above are reversible for 0<x≤π, so the stationary-point condition is equivalent to
x=2arctan(x4).
(b)
解法一
思路
展开
把初值逐次代入题目给出的迭代式。计算器须使用弧度制,并保留足够多的中间位数,最后才按要求取三位小数。
答题过程
展开
The iteration formula is
xn+1=2arctan(xn4),
with x1=2.
For x2,
x2=2arctan(2)=2.214297…
Therefore
x2=2.214
to 3 decimal places.
Continuing the iteration:
x2=x3=x4=x5=x6=2.214297…2.130426…2.162810…2.150239…2.155109…
Hence
x6=2.155
to 3 decimal places.