find the point $P$ such that the expression has minimum value

76 Views Asked by At

Let $ABC$ be a triangle with sides $$a,b,c.$$ Find a point $P$ inside the triangle such that $$a(PA)^2+b(PB)^2+c(PC)^2$$ is minimum

1

There are 1 best solutions below

2
On BEST ANSWER

Let $I$ be the incenter of $ABC$. $I$ is the barycenter of the weighted points $(A;a)$,$(B;b)$ and $(C;c)$. This means that $$ a\overrightarrow{IA}+b\overrightarrow{IB}+c\overrightarrow{IC}=\overrightarrow{0}\tag{1} $$ Now $$\eqalign{ a(PA)^2+b(PB)^2+c(PC)^2&=a(\overrightarrow{IA}-\overrightarrow{IP})^2 +a(\overrightarrow{IB}-\overrightarrow{IP})^2+ a(\overrightarrow{IC}-\overrightarrow{IP})^2\cr &=a (IA)^2+b(IB)^2+c(IC)^2\cr &\phantom{=}-2\underbrace{(a\overrightarrow{IA}+b\overrightarrow{IB}+c\overrightarrow{IC})}_0 \overrightarrow{IP}+(a+b+c)(IP)^2\cr &=a (IA)^2+b(IB)^2+c(IC)^2+(a+b+c)(IP)^2 } $$ Thus, the minimum is attained if and only if $IP=0$, that is, when $P$ is the incenter of the triangle.