题目
Problem
y=arsinh(x2−1)x>1
(a) Prove that
dxdy=x2−11
(b) Determine the exact values of x for which f′(x)=0, where
f(x)=31arsinh(x2−1)−arctanxx>1
(7)
题目中文翻译
y=arsinh(x2−1)x>1
(a) 证明
dxdy=x2−11
(b) 求使 f′(x)=0 的 x 的精确值,其中
f(x)=31arsinh(x2−1)−arctanxx>1
解答
(a)
解法一:使用反双曲正弦的导数公式
思路
展开
把 x2−1 视为内层函数,直接使用 arsinhu 的求导公式。化简时必须利用 x>1,从而把 x2 写成 x 而不是遗漏绝对值。
答题过程
展开
Let
u=x2−1.
Then
dxdu=x2−1x.
Using
dud(arsinhu)=1+u21,
we obtain
dxdy==1+x2−11⋅x2−1xx21⋅x2−1x.
Since x>1, x2=x. Therefore,
dxdy=x2−11.
解法二:隐式求导
思路
展开
对等式两边取 sinh,再作隐式求导。双曲恒等式可把 coshy 化为 x;其中 coshy>0 且 x>1,因此取正根。
答题过程
展开
Taking sinh of both sides gives
sinhy=x2−1.
Differentiating implicitly,
coshydxdy=x2−1x.
Also, using cosh2y−sinh2y=1,
cosh2y==1+sinh2y1+(x2−1)=x2.
Since coshy>0 and x>1, it follows that coshy=x. Hence
xdxdy=x2−1x,
so
dxdy=x2−11.
解法三:使用反双曲正弦的对数形式
思路
展开
先用 arsinhu=ln(u+u2+1) 把函数改写成普通对数,再求导。条件 x>1 同样确保 x2=x。
答题过程
展开
Using the logarithmic form of arsinh,
y==ln(x2−1+(x2−1)+1)ln(x2−1+x),
where x2=x because x>1. Therefore,
dxdy===x2−1+xx2−1x+1x2−1(x2−1+x)x+x2−1x2−11.
(b)
解法一
思路
展开
使用 (a) 的结果求 f′(x),再令其为零。交叉相乘后两边均为正,因此平方不会引入符号分支;解关于 x2 的二次方程后,还要用定义域 x>1 只保留正根。
答题过程
展开
Using the result from part (a),
f′(x)=3x2−11−1+x21.
Hence f′(x)=0 gives
1+x2=3x2−1.
For x>1, both sides are positive, so squaring is reversible. Thus
(1+x2)2=x4+2x2+1=x4−7x2+10=(x2−2)(x2−5)=9(x2−1),9x2−9,0,0.
Therefore x2=2 or x2=5. Since x>1, the exact values are
x=2, 5.