题目
Problem
The curve C has equation
y=x2+kln(x2+k)x∈R
where k is a positive constant.
(a) Show that
dxdy=(x2+k)2Ax(B−ln(x2+k))
where A and B are constants to be found.
(3)
Given that C has exactly three turning points,
(b) find the x coordinate of each of these points. Give your answer in terms of k where appropriate.
(3)
(c) find the upper limit to the value for k.
(1)
题目中文翻译
曲线 C 的方程为
y=x2+kln(x2+k)x∈R
其中 k 是正常数。
(a) 证明
dxdy=(x2+k)2Ax(B−ln(x2+k))
其中 A 和 B 是需要求出的常数。
已知 C 恰有三个转折点。
(b) 求这些点各自的 x 坐标;适当时用 k 表示答案。
(c) 求 k 的上界。
解答
(a)
解法一
思路
展开
把分子 ln(x2+k) 与分母 x2+k 分别看作两个函数,使用商法则。分子的导数需要用链式法则,整理时再从分子提取公因式 2x,自然得到题目要求的形式。
答题过程
展开
Using the quotient rule,
dxdy===(x2+k)2(x2+k)x2+k2x−2xln(x2+k)(x2+k)22x−2xln(x2+k)(x2+k)22x(1−ln(x2+k)).
This is of the required form
dxdy=(x2+k)2Ax(B−ln(x2+k)).
Hence,
A=2,B=1.
解法二
思路
展开
官方评分资料也接受乘积法则。先把函数写成 ln(x2+k)(x2+k)−1,分别对两个因子求导,再通分并提取 2x。
答题过程
展开
Write
y=ln(x2+k)(x2+k)−1.
Using the product rule,
dxdy===x2+k2x(x2+k)−1−2xln(x2+k)(x2+k)−2(x2+k)22x−(x2+k)22xln(x2+k)(x2+k)22x(1−ln(x2+k)).
Therefore,
A=2,B=1.
(b)
解法一
思路
展开
转折点必为驻点,所以令导数等于零。由于 k>0,分母始终为正,因此只需令分子等于零,并分别处理 x=0 与对数因子等于零的情况。
答题过程
展开
At a turning point,
dxdy=0.
Since k>0, the denominator (x2+k)2 is always positive. Hence,
2x(1−ln(x2+k))=0.
Therefore,
x=0
or
1−ln(x2+k)=ln(x2+k)=x2+k=x2=01ee−k.
The three x coordinates are therefore
x=−e−k,0,e−k.
(c)
解法一
思路
展开
要有三个不同的转折点,(b) 中的两个平方根必须为非零实数,因此根号内必须严格大于零。等号不能取,否则三个驻点会合并成一个。
答题过程
展开
For the two non-zero turning points to be real and distinct,
e−k>0.
Thus,
k<e.
Since k is positive, the permitted range is 0<k<e. Therefore, the upper limit of k is
e.