3

Prove that the sum of distances from any point in the interior of a triangle to three vertices of the triangle is less than the sum of two larger sides of the triangle

mepinon
  • 189
  • 6
  • 14

1 Answers1

1

Let us prove that $$PA+PB+PC\lt AB+BC$$ always holds for any point $P$ inside $\triangle{ABC}$ satisfying $AB\ge BC\ge CA$.

Proof :

Consider an ellipse whose foci are $A,C$ that passes through $P$. Let $Q,R$ be the intersection point between the ellipse and the side $AB,BC$ respectively. Here, we have $$PA+PC=QA+QC=RA+RC.$$

So, if $P$ is on the ellipse, we have that $PA+PC$ is constant and that $PB$ is max when $P$ is either on $Q$ or on $R$.

Hence, we have $(1)$ or $(2)$ :

$$PA+PB+PC\lt QA+QB+QC=AB+QC\tag1$$ $$PA+PB+PC\lt RA+RB+RC=BC+RA\tag2$$

For $(1)$, we have $QC\lt BC$ because $$\angle{QBC}\le\angle{QAC}\lt\angle{QAC}+\angle{ACQ}=\angle{BQC}.$$

For $(2)$, we have $RA\lt AB$ because $$\angle{ABR}\le\angle{ACR}\lt\angle{ACR}+\angle{RAC}=\angle{ARB}.\quad\blacksquare$$

mathlove
  • 139,939