|
2# 的方法没错,最后结果应该是 $x=a-b+1$.
但我在计算时发现,$b$ 的值似乎由 $a$ 决定,也就是说,$x$ 也可以仅用 $a$ 表示.
以下为我的过程:
设 $CD=BE=x,\angle{ACD}=\theta,\sin\theta=s$
由 $\triangle BEF\sim\triangle BCD$ 有 $\dfrac{BE}{BC}=\dfrac{EF}{CD}=\dfrac{BF}{BD}=\dfrac{2}{a}$
则 $BC=\dfrac{ax}{2}$
由正弦定理,
$$\frac{CD}{\sin(\frac\pi2-3\theta)}=\frac{BD}{\sin2\theta}\Longleftrightarrow \frac xa=\frac{\cos3\theta}{\sin2\theta}=\frac{1-4\sin^2\theta}{2\sin\theta}=\frac{1-4s^2}{2s}$$
$$\Longleftrightarrow 4as^2+2xs-a=0\Longrightarrow x=\frac{(1-4s^2)a}{2s}$$
$BD<BE\Longleftrightarrow a<x\Longrightarrow 4s^2+2s-1<0$
$x>0\Longrightarrow 1-4s^2>0$
由余弦定理,
$$CD^2=BC^2+BD^2-2\cdot BC\cdot BD\cdot\cos(\frac\pi2-3\theta)\Longleftrightarrow (a^2-4)x^2+(16s^3-12s)a^2x+4a^2=0$$
消去 $x$, 得 $$a^2[(1-4s^2)a-2][(1-4s^2)a+2(4s^2+2s-1)(4s^2-2s-1)]=0$$
显然只有一解满足题意:$a=\dfrac{2}{1-4s^2}$
容易解得 $$x=2\sqrt{\frac{a}{a-2}}$$ |
|