SOLUTION: Find the smallest possible value: {{{sqrt(x^2+y^2)}}} + {{{sqrt((x-1)^2+y^2)}}} + {{{sqrt(x^2+(y-1)^2)}}} + {{{sqrt((x-3)^2+(y-4)^2)}}} If you can, answer in root and num

Algebra ->  Square-cubic-other-roots -> SOLUTION: Find the smallest possible value: {{{sqrt(x^2+y^2)}}} + {{{sqrt((x-1)^2+y^2)}}} + {{{sqrt(x^2+(y-1)^2)}}} + {{{sqrt((x-3)^2+(y-4)^2)}}} If you can, answer in root and num      Log On


   



Question 1119540: Find the smallest possible value:
sqrt%28x%5E2%2By%5E2%29 + sqrt%28%28x-1%29%5E2%2By%5E2%29 + sqrt%28x%5E2%2B%28y-1%29%5E2%29 + sqrt%28%28x-3%29%5E2%2B%28y-4%29%5E2%29


If you can, answer in root and numeral form, please.

Answer by ikleyn(52770) About Me  (Show Source):
You can put this solution on YOUR website!
.

The key to the solution of the problem is to recognize that the given expression is the sum of distances from the point  (x,y)
in a coordinate plane to the points  (0,0),  (0,1),  (1,0)  and  (3,4).


Theorem


        For a convex quadrilateral in a plane, the point in the plane which minimizes the sum of the distances from the point to vertices
        of the quadrilateral is the intersection of its diagonals.

          Similar statement for a triangle leads to Fermat's point of a triangle and is considered as a difficult geometry
          conception and statement, which goes far beyond and above the elementary geometry level.

              See this Wikipedia article  https://en.wikipedia.org/wiki/Fermat_point .

          But for a quadrilateral it is ELEMENTARY statement accesible and approachable for starters.

Proof

 
Let ABCD be the given quadrilatersl in a plane with the verices A, B, C and D  (in this order).

Let "O" be the intersection point of its diagonals AC and BD.


And let X be any other point in the plane. 


The sum of distances from X to vertices is 

d(X) = |AX| + |BX| + |CX| + |DX|.


The sum of distances from O to vertices is 

d(O) = |AO| + |BO| + |CO| + |DO|.


By applying the "triangle inequality", you have

d(O) = (|AO| + |CO|) + (|BO| + |DO|) = |AC| + |BD| < (|AX| + |CX|) + (|BX| + |DX|) = d(X),


and the statement is PROVED.


Therefore, the solution to your problem is THIS:

    The point in the plane which gives the minimum to your expression is the intersection point of the segment
    connecting the points A=(0,0) and C=(3,4) with the segment connecting the points B=(0,1) and D=(1,0).


The straight line connecting the points A and C is

    y = %284%2F3%29%2Ax.     (1)


The straight line connecting the points B and D is

    y - 1 = -x.      (2)


Their intersection is the point 

   %284%2F3%29%2Ax = 1 - x  ====>  4x = 3 - 3x  ====>  7x = 3  ====>  x = 3%2F7;  y = %284%2F3%29%2A%283%2F7%29 = 4%2F7.


To find the minimum of the given expression, you need to find the lengths of the diagonals  |AC| and |BD|  and add them.

|AC| = sqrt%28%283-0%29%5E2+%2B+%284-0%29%5E2%29 = sqrt%283%5E2+%2B+4%5E2%29 = sqrt%2825%29 = 5;

|BD| = sqrt%282%29.


So, the minimum of the given expression is  5+%2B+sqrt%282%29.


Answer.  The point which gives the minimum to the given expression is (x,y) = (3%2F7%29,4%2F7).

         The value of the minimum is 5+%2B+sqrt%282%29.


******************
* * * SOLVED * * *
******************