题目
Problem
Given that
coshy=xandy<0,
use the definition of coshy in terms of exponential functions to prove that
y=ln(x−x2−1).
(6)
题目中文翻译
已知
coshy=x且y<0
利用 coshy 的指数定义证明
y=ln(x−x2−1)
解答
解法一:解关于 ey 的二次方程
思路
展开
按题目要求写出 coshy 的指数定义,乘以 ey 后得到关于 ey 的二次方程。两个根互为倒数;条件 y<0 意味着 0<ey<1,因此必须选择较小的根。
答题过程
展开
Using the exponential definition of coshy,
x=2ey+e−y.
Multiplying by 2ey gives
e2y−2xey+1=0.
Treating this as a quadratic in ey,
ey==22x±4x2−4x±x2−1.
Since y<0, 0<ey<1. Also x=coshy>1, so
x+x2−1>1.
Therefore, the smaller root must be selected:
ey=x−x2−1.
Taking natural logarithms,
y=ln(x−x2−1).
解法二:验证给定形式
思路
展开
从待证结果出发,先求 ey,再把其倒数有理化得到 e−y。两者相加后恰好为 2x,从而恢复 coshy=x;同时检查对数真数位于 (0,1),保证 y<0。
答题过程
展开
Let
y=ln(x−x2−1).
Then
ey=x−x2−1.
Rationalising its reciprocal,
e−y==x−x2−11x+x2−1,
because
x2−(x2−1)=1.
Therefore,
coshy===2ey+e−y2x−x2−1+x+x2−1x.
Moreover, for x>1,
0<x−x2−1<1,
so y<0. Hence the stated expression is the required negative solution.