Let ABC and H be given triangle and point inside it.
Let x=HA1,y=HB1,z=HC1 be lengths of the perpendicualars to the sides a=BC,b=AC,c=AB respectively. We have 2ax,2by,2cz are areas of the triangles BCH,ACH,ABH respectively, so ax+by+cz=2A. We can express z: z=c2A−ax−by.
Then F(x,y)=x2+y2+z2=x2+y2+(c2A−ax−by)2=
=c21(x2c2+y2c2+4A2+a2x2+
+b2y2−4Aax−4Aby+2abxy) .
Since x≥0, y≥0 and z=c2A−ax−by≥0, F is defined on the set U={(x,y)∈R2:x≥0,y≥0,ax+by≤2A}. Since U is bounded (U⊂[0,a2A]×[0,b2A] ) and closed, U is a compact set by criterion of compactness in Rn .
Moreover, F(x,y)=x2+y2+z2≥0 for all x and y . So F(U) is bounded from below.
Since U is a compact set, F is a continuous function bounded from below on U , we have that there is the minimum of F on U.
If we want to minimize F(x,y) , then we need such x and y that ∂x∂F(x,y)=0 and ∂y∂F(x,y)=0.
So 0=∂x∂F(x,y)=c22(xc2+xa2−2Aa+aby) and 0=∂y∂F(x,y)=c22(yc2+yb2−2Ab+abx) .
We obtain the linear equation system
{xc2+xa2−2Aa+aby=0yc2+yb2−2Ab+abx=0
The system has the only one solution x0=a2+b2+c22aA and y0=a2+b2+c22bA (so F(x0,y0) is minimum of F(x,y)) . Value of z0 is z0=c2A−ax0−by0=a2+b2+c22cA . So minimum of F on U is F(x0,y0)=x02+y02+z02=a2+b2+c24A2
Comments