题目
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)
The curve is
y=x2cos(21x)
Differentiate using the product rule:
dxdy=2xcos(21x)+x2[−sin(21x)]⋅21=2xcos(21x)−21x2sin(21x)
At a stationary point,
dxdy=0
So
2xcos(21x)−21x2sin(21x)=0
Since
0<x≤π
we may divide by x:
2cos(21x)−21xsin(21x)=0
Rearrange:
2cos(21x)=21xsin(21x)
Multiply by 2:
4cos(21x)=xsin(21x)
Therefore
cos(21x)sin(21x)=x4
So
tan(21x)=x4
Taking arctan on both sides gives
21x=arctan(x4)
Hence
x=2arctan(x4)
as required.
(b)
The iteration formula is
xn+1=2arctan(xn4)
with
x1=2
For x2:
x2=2arctan(24)
So
x2=2.214297…
Therefore
x2=2.214
to 3 decimal places.
Continuing the iteration:
x2x3x4x5x6=2.214297…=2.130426…=2.162810…=2.150239…=2.155109…
Hence
x6=2.155
to 3 decimal places.