题目
Problem
(a) Using the definitions of hyperbolic functions in terms of
exponentials, show that
1−tanh2x≡sech2x.
(b) Solve the equation
2sech2x+3tanhx=3,
giving your answer as an exact logarithm.
(6)
题目中文翻译
(a) 使用双曲函数的指数定义,证明
1−tanh2x≡sech2x
(b) 解方程
2sech2x+3tanhx=3
并将答案写成精确的对数形式。
解答
(a)
解法一:通分展开
思路
展开
按题意把 tanhx 换成指数形式。对平方后的分式通分,再利用平方差展开分子,结果正好化成 sech2x 的指数形式。
答题过程
展开
Using
tanhx=ex+e−xex−e−x,
we have
\begin{align*}
1-\tanh^2x
=&\,1-igg(\frac{e^x-e^{-x}}{e^x+e^{-x}}\bigg)^2 \\
=&\,\frac{(e^x+e^{-x})^2-(e^x-e^{-x})^2}
{(e^x+e^{-x})^2} \\
=&\,\frac4{(e^x+e^{-x})^2} \\
=&\,\bigg(\frac2{e^x+e^{-x}}\bigg)^2 \\
=&\,\operatorname{sech}^2x.
\end{align*}
Hence
1−tanh2x≡sech2x.
解法二:先作平方差因式分解
思路
展开
官方替代路线先写成 (1−tanhx)(1+tanhx)。两个因子分别代入指数定义后,分子会化成 2e−x 与 2ex,相乘立即得到常数 4。
答题过程
展开
Using the difference of two squares,
1−tanh2x=====(1−tanhx)(1+tanhx)(1−ex+e−xex−e−x)×(1+ex+e−xex−e−x)ex+e−x2e−x⋅ex+e−x2ex(ex+e−x)24sech2x.
解法三:从右边出发
思路
展开
也可以从 sech2x 的指数形式开始,把分子 4 写成两个平方之差,再识别出 tanh2x。这与官方给出的第三条路线一致。
答题过程
展开
Starting from the right-hand side,
\begin{align*}
\operatorname{sech}^2x
=&\,\frac4{(e^x+e^{-x})^2} \\
=&\,\frac{(e^x+e^{-x})^2-(e^x-e^{-x})^2}
{(e^x+e^{-x})^2} \\
=&\,1-igg(\frac{e^x-e^{-x}}{e^x+e^{-x}}\bigg)^2 \\
=&\,1-\tanh^2x.
\end{align*}
Therefore,
1−tanh2x≡sech2x.
(b)
解法一:使用 (a) 的恒等式
思路
展开
用 (a) 把 sech2x 换成 1−tanh2x,方程便成为关于 tanhx 的二次方程。其中 tanhx=1 对有限实数 x 不成立,所以只保留另一根,再用指数定义求 x。
答题过程
展开
Using the identity from part (a),
2(1−tanh2x)+3tanhx=2tanh2x−3tanhx+1=(2tanhx−1)(tanhx−1)=3,0,0.
For every finite real x, −1<tanhx<1, so tanhx=1 is
not possible. Hence
tanhx=21.
Using the exponential definition,
e2x+1e2x−1=2e2x−2=e2x=21,e2x+1,3.
Therefore,
x=21ln3.
解法二:完全使用指数形式
思路
展开
官方也允许不使用 (a),而是把两个双曲函数直接换成指数形式。令 t=e2x>0 可缩短式子;清除分母后高次项相消,只留下一个一次方程。
答题过程
展开
Let t=e2x, so t>0. Then
tanhx=t+1t−1,sech2x=(t+1)24t.
The equation becomes
(t+1)28t+t+13(t−1)=3.
Since t>0, t+1=0, so multiplying by (t+1)2 is valid:
8t+3(t−1)(t+1)=8t+3t2−3=2t=t=3(t+1)2,3t2+6t+3,6,3.
Thus e2x=3, and hence
x=21ln3.