题目
Problem
Solve the equation
4tanhx−sechx=1
giving your answer in the form x=lnk where k is a fully simplified rational number.
(6)
题目中文翻译
求解方程
4tanhx−sechx=1
并将答案写成 x=lnk 的形式,其中 k 为完全化简的有理数。
解答
解法一:直接改写成指数形式
思路
展开
把 tanhx 与 sechx 直接写成含 ex 的分式。令 t=ex,由于 t>0,所得二次方程中的负根可立即排除,最后对正根取自然对数。
答题过程
展开
Using
tanhx=sechx=e2x+1e2x−1,e2x+12ex.
the equation becomes
4(e2x+1e2x−1)−e2x+12ex=1.
Let t=ex, where t>0. Multiplying by t2+1 gives
4(t2−1)−2t=3t2−2t−5=(3t−5)(t+1)=t2+1,0,0.
Thus
t=35ort=−1.
Since t=ex>0, the root t=−1 is rejected. Hence
ex=35,
and therefore
x=ln(35).
解法二:化为 sinhx 后平方
思路
展开
先乘以恒正的 coshx,把方程化为 4sinhx−1=coshx,再平方并使用 cosh2x−sinh2x=1。由于平方可能产生增根,求得候选值后必须逐一回到平方前的方程检验。
答题过程
展开
Since coshx>0, multiplying the original equation by coshx gives
4sinhx−1=coshx.
Squaring both sides and using
cosh2x=1+sinh2x,
(4sinhx−1)2=16sinh2x−8sinhx+1=15sinh2x−8sinhx=sinhx(15sinhx−8)=cosh2x,1+sinh2x,0,0.
Hence
sinhx=0orsinhx=158.
If sinhx=0, then x=0, but the original left-hand side is −1, so this is an extraneous solution.
For sinhx=158,
x====arsinh(158)ln(158+1+22564)ln(158+1517)ln(35).
Moreover,
4sinhx−1=4⋅158−1=1517=coshx,
so this value satisfies the equation before squaring. Therefore,
x=ln(35).