题目
Problem
A curve has equation
y=ln(1−cos2x)x∈R,0<x<π
Show that
(a)
dxdy=kcotx
where k is a constant to be found.
(4)
Hence find the exact coordinates of the point on the curve where
(b)
dxdy=23
(4)
题目中文翻译
曲线方程为
y=ln(1−cos2x)x∈R,0<x<π
证明
(a)
dxdy=kcotx
其中 k 为待定常数。
由此求曲线上满足
(b)
dxdy=23
的点的精确坐标。
解答
(a)
解法一
思路
展开
先对对数函数使用链式法则,再用倍角公式 sin2x=2sinxcosx 和 1−cos2x=2sin2x 化简。最终可直接与 kcotx 比较。
答题过程
展开
Using the chain rule,
dxdy=1−cos2x2sin2x.
Using
sin2x=2sinxcosxand1−cos2x=2sin2x,
we obtain
dxdy===2sin2x4sinxcosxsinx2cosx2cotx.
Hence
k=2.
解法二
思路
展开
官方评分资料也接受先用 1−cos2x=2sin2x 改写对数的真数,再利用对数定律拆开。这样求导后几乎可以直接读出 2cotx。
答题过程
展开
Since 0<x<π, sinx>0. Therefore,
y==ln(2sin2x)ln2+2ln(sinx).
Differentiating,
dxdy==0+2sinxcosx2cotx.
Thus
k=2.
解法三
思路
展开
另一条官方路线是先把对数方程指数化,再进行隐函数求导。随后用原方程代回 ey,便会回到与解法一相同的倍角化简。
答题过程
展开
Exponentiating both sides gives
ey=1−cos2x.
Differentiating implicitly with respect to x,
eydxdy=2sin2x.
Hence
dxdy====ey2sin2x1−cos2x2sin2x2sin2x4sinxcosx2cotx.
Therefore,
k=2.
(b)
解法一
思路
展开
承接 (a) 的结果,把给定导数值代入 2cotx。结合 0<x<π 判断唯一有效角,再代回原曲线方程求精确纵坐标。
答题过程
展开
From part (a),
2cotx=23.
Thus
cotx=3⟹tanx=31.
Since 0<x<π, the only valid solution is
x=6π.
Substituting into the equation of the curve,
y===ln(1−cos3π)ln(21)−ln2.
Therefore, the exact coordinates are
(6π,−ln2).