题目
Problem
(i) The curve C1 has equation
y=3ln(x2−5)−4x2+15x>5
Show that C1 has a stationary point at x=2p where p is a constant to be found.
(4)
(ii) A different curve C2 has equation
y=4x−12sin2x
(a) Show that, for this curve,
dxdy=A+Bsin2x
where A and B are constants to be found.
(b) Hence, state the maximum gradient of this curve.
(4)
题目中文翻译
(i) 曲线 C1 的方程为
y=3ln(x2−5)−4x2+15x>5
证明 C1 在 x=2p 处有一个驻点,其中 p 是需要求出的常数。
(ii) 另一条曲线 C2 的方程为
y=4x−12sin2x
(a) 证明对这条曲线,
dxdy=A+Bsin2x
其中 A 与 B 是需要求出的常数。
(b) 由此写出这条曲线的最大梯度。
解答
(i)
解法一
思路
展开
先求导并令导数为零。题目给出 x>5,所以 x 为正且不为零,可以安全地约去 x,最后只保留符合定义域的正根。
答题过程
展开
For
y=3ln(x2−5)−4x2+15,
we have
dxdy=x2−56x−8x.
At a stationary point,
x2−56x−8x=0.
Since x>5, we have x=0. Dividing by x gives
x2−56=8.
Therefore
x2−5=x2=43423.
The domain requires the positive root, so
x=223.
Comparing this with x=2p gives
p=23.
(ii)(a)
解法一
思路
展开
直接用链式法则求 sin2x 的导数,再使用双角公式 2sinxcosx=sin2x。
答题过程
展开
For
y=4x−12sin2x,
the chain rule gives
dxdy==4−24sinxcosx4−12sin2x.
Therefore
A=4,B=−12.
解法二
思路
展开
官方 Way Two 先用半角恒等式把 sin2x 改写成含 cos2x 的式子,再求导。
答题过程
展开
Using
sin2x=21−cos2x,
we can write
y==4x−6(1−cos2x)4x−6+6cos2x.
Hence
dxdy=4−12sin2x.
Therefore
A=4,B=−12.
(ii)(b)
解法一
思路
展开
承接 (ii)(a),利用 −1≤sin2x≤1。由于正弦项前的系数为负,sin2x=−1 时梯度最大。
答题过程
展开
From part (ii)(a),
dxdy=4−12sin2x.
Since
−1≤sin2x≤1,
the maximum gradient occurs when sin2x=−1. Therefore
max(dxdy)=4−12(−1)=16.
Hence the maximum gradient is
16.
解法二
思路
展开
官方评分资料的注释也接受对梯度再次求导:先找梯度的驻值位置,再比较这些位置的梯度值。
答题过程
展开
Differentiating the gradient gives
dx2d2y=−24cos2x.
At a stationary value of the gradient,
cos2x=0,
so
sin2x=1orsin2x=−1.
The corresponding gradient values are
4−12(1)=−8
and
4−12(−1)=16.
Therefore the maximum gradient is
16.