Given a triangle $ABC$, let $S$ be an inner point of this triangle. Let $P$, $Q$, $R$ be the orthogonal projection of $S$ respectively on the three sides of this triangle. Are there beautiful methods (those which involve geometric insight with the least calculation) to find out the maximum among all $S$ of the product of non oriented lenghts $SP$, $SQ$, and $SR$?
Thank you!

I don't know if you'd consider this as an algebraic or geometric solution.
$$SP \cdot AB = 2\mbox{Area} (SAB)$$ and similarly the other two.
Thus
$$SP \cdot SQ \cdot SR = 8 \frac{ \mbox{Area} (SAB) \mbox{Area} (SBC) \mbox{Area} (SAC)}{AB \cdot BC \cdot AC }$$
Hence, the product is maximal if the product $\mbox{Area} (SAB) \mbox{Area} (SBC) \mbox{Area} (SAC)$ is maximal. Maximizing thsi product is very easy with some algebra:
$$\sqrt[3]{\mbox{Area} (SAB) \mbox{Area} (SBC) \mbox{Area} (SAC)} \leq \frac{ \mbox{Area} (SAB) + \mbox{Area} (SBC) + \mbox{Area} (SAC)}{3}= \frac{ \mbox{Area} (ABC) }{3}$$
with equality if and only if $\mbox{Area} (SAB) = \mbox{Area} (SBC) = \mbox{Area} (SAC)$. Thus the maximum is obtained when
$$\mbox{Area} (SAB) =\mbox{Area} (SBC)= \mbox{Area} (SAC)$$
It is easy to conclude that $S=G$ .