|
Author |
isee
Posted 2020-7-12 15:16
容易上当的地方是误以为直角三角形时最大,平时见到的边是定值,这里不是。
个人iC的解法相当麻烦。
易知$\triangle ACP\cong \triangle BCP$,记$PA=x,\angle CPA=\theta\in(0,\pi/2)$。
在三角形$ACP$中,由余弦定理$$36=1+x^2-2x\cos\theta\Rightarrow {\color{red}t}=x^2-35=2x\cos \theta.$$
三角形$ABP$的面积
\begin{align*}
S&=\frac 12x^2\sin2\theta\\[1ex]
S^2&=x^4(1-\cos^2\theta)\cos^2\theta\\[1ex]
16S^2&=(4x^2-4x^2\cos^2\theta)\cdot 4x^2\cos^2\theta\\[1ex]
\Rightarrow 16S^2&=(4(t+35)-t^2)t^2
\end{align*}
至此,求导可得惟一的驻点$t=10$,于是$$S_{\max}=10\sqrt 5.$$
计算量可控,但超出预期…… |
|