Given $2$ points $A(-2,0)$ and $B(0,4)$ and a line $y=x.$ Find the coordinate of a
point $C$ on the line So that Perimeter of a $\triangle ABC$ is minimum
$\bf{My\; Try::}$ Let Coordinate of Point $P(x,y)$
Here We have to Minimize $AB+BC+CA = 2\sqrt{5}+\sqrt{(x+2)^2+y^2}+\sqrt{x^2+(y-4)^2}$
So We have to Minimize $CA+CB$
So
$$\min\left(\sqrt{(x+2)^2+y^2}+\sqrt{x^2+(y-4)^2}\right)$$
So Using Minkowski Inequality::
$$\sqrt{(x+2)^2+y^2}+\sqrt{x^2+(y-4)^2}\geq \sqrt{(x+2-x)^2+(y-y+4)^2} = 2\sqrt{5}$$
and equality hold when $$\frac{x+2}{-x} = \frac{y}{-(y-4)}\Rightarrow 2x+4=y$$
So solving $2x+4=y$ and $y=x\;,$ We get $(x,y) = (-4,-4)$
Although I have used Minkowski Inequality, But i did not understand how can i solve it Using Image of point $A$ or $B$ with respect to line $y=x$
plz explain me using Figure, Thanks
