|
kuing
Posted 2021-6-24 16:57
只需求 `D` 到平面 `PAC` 的最大距离。
记 `\angle BAC=\theta`,记 `B`, `D` 到平面 `PAC` 的距离分别为 `h_B`, `h_D`,则有
`AB=2\cos\theta`, `h_B=2\sin\theta\cos\theta`, `PB=2\sqrt{\cos^2\theta+3}`,而
\[\frac{h_D}{h_B}=\frac{PD}{PB}=\frac{PA^2}{PB^2},\]代入以上式子得到
\[h_D=\frac{6\sin\theta\cos\theta}{\cos^2\theta+3}=\frac{6\sin\theta\cos\theta}{4\cos^2\theta+3\sin^2\theta}\leqslant\frac6{2\sqrt{4\cdot3}}=\frac{\sqrt3}2,\]下略。 |
|