Max(Min(Sum(Distance)))=...

Geometry Level 5

There are four points on the plane, A ( 1 , 0 ) , B ( 1 , 0 ) , C ( 0 , 1 ) , D ( 0 , 1 ) A(1,0),B(-1,0),C(0,1),D(0,-1) .Choose a point P P and so the sum of the distances P A + P B + P C + P D \overline{PA}+\overline{PB}+\overline{PC}+\overline{PD} is minimized. Of course,now point P P is at ( 0 , 0 ) (0,0) .

If we add one more point E ( a , b ) E(a,b) ,and choose a point P P so the sum of the distances P A + P B + P C + P D + P E \overline{PA}+\overline{PB}+\overline{PC}+\overline{PD}+\overline{PE} is minimized. When E E is at different places,point P P will change its position,too.

So,what is the maximum distance from P P to the origin?


The answer is 0.5774.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Jeremy Galvagni
Jul 9, 2018

I expect a better solution will come but here's what I did. I was surprised that P P had a maximum, but it does. My solution also uses calculus, so unless this can be solved without calculus, the category should be changed.

Importantly, I was able to convince myself using Geometer's Sketchpad, but I do not have a proof, P P is maximized when E E is on the X-axis and P P will also be on the X-axis. So this solution should not be considered complete.

E = ( a , 0 ) E=(a,0) where a > 1 a>1 and P = ( x , 0 ) P=(x,0)

P A = ( x 1 ) PA=(x-1) , P B = ( x + 1 ) PB=(x+1) , P C = x 2 + 1 2 PC=\sqrt{x^{2}+1^{2}} , P D = x 2 + ( 1 ) 2 PD=\sqrt{x^{2}+(-1)^{2}} , P E = ( a x ) PE=(a-x)

Sum of distances as a function of x x is T ( x ) = a + 2 x + 2 x 2 + 1 T(x)=a+2-x+2\sqrt{x^{2}+1} . Check graphically there is a mimimum around x = 0.58 x=0.58

T ( x ) = 1 + 2 x x 2 + 1 T'(x)=-1+\frac{2x}{\sqrt{x^{2}+1}}

Surprisingly the a a is gone, implying this minimum doesn't depend on a a (I had expected a limiting value for P P )

Solving T ( x ) = 0 T'(x)=0 gives x 2 = 1 3 x^{2}=\frac{1}{3} and since x x is the distance from the origin P = 1 3 0.57735 P=\sqrt{\frac{1}{3}}\approx\boxed{0.57735}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...