Finding the shortest network

Geometry Level 5

What is the length of the shortest network of lines that connects all four of the points A = ( 0 , 0 ) , B = ( 5 , 1 ) , C = ( 4 , 4 ) , D = ( 1 , 3 ) ? A=(0,0),\ B=(5,1), \ C=(4,4), \ D=(1,3)?

If the answer can be expressed as U + V W , \sqrt{U + V\sqrt{W}}, where U , V , W U,V,W are positive integers and W W is square-free, give the value of U + V + W U+V+W .


With thanks to this one and that one .
Note that the coordinates of C C in this problem are different.


The answer is 71.

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

Mark Hennings
Nov 11, 2016

If all possible Steiner points exist, the shortest network linking four points is obtained by joining up the points to two Steiner points within the quadrilateral formed by the vertices. To see how this works, pick points P , Q P,Q inside the quadrilateral rotate the triangle A P D APD through 6 0 60^\circ about the point A A to form the triangle A P 1 X AP_1X , thereby creating the equilateral triangle A D X ADX . Similarly, rotate the triangle C Q B CQB through 6 0 60^\circ about C C to form the triangle C Q 1 Y CQ_1Y and the equilateral triangle C B Y CBY . Note that A P P 1 APP_1 and C Q Q 1 CQQ_1 are also equilateral triangles, and hence A P + D P + P Q + B Q + C Q = P P 1 + X P 1 + P Q + Q 1 Y + Q Q 1 X Y AP + DP + PQ + BQ + CQ \; = \; PP_1 + XP_1 + PQ + Q_1Y + QQ_1 \; \ge \; XY and so the length of any network formed by joining A , D A,D to P P , P P to Q Q and B , C B,C to Q Q is greater than or equal to the length X Y XY . Moreover, this length can be achieved if it is possible to choose P , Q P,Q such that P , Q , P 1 , Q 1 P,Q,P_1,Q_1 all lie on the line X Y XY . This will happen if the angles A P D \angle APD , D P Q \angle DPQ , Q P A \angle QPA , P Q B \angle PQB , B Q C \angle BQC and C Q P \angle CQP are all 12 0 120^\circ . The first diagram above shows that this is possible. The second diagram also shows that it is possible to construct a pair of Steiner points if the vertices of the quadrilateral are to be joined in the other pairing. The minimum length of such a network is X Y X'Y' . It remains to show which of X Y XY and X Y X'Y' is the shorter.

It is easy to show that X , Y , X , Y X,Y,X',Y' have coordinates X ( 1 2 ( 1 3 3 ) , 1 2 ( 3 + 3 ) ) Y ( 1 2 ( 9 + 3 3 ) , 1 2 ( 5 + 3 ) ) X ( 1 2 ( 5 + 3 ) , 1 2 ( 1 5 3 ) ) Y ( 1 2 ( 5 3 ) , 1 2 ( 7 + 3 3 ) ) \begin{array}{rlcrl}X \; & \big(\tfrac12(1-3\sqrt{3}), \tfrac12(3+\sqrt{3})\big) &\hspace{1cm}& Y\; & \big(\tfrac12(9+3\sqrt{3}),\tfrac12(5+\sqrt{3})\big) \\ X' \; & \big(\tfrac12(5+\sqrt{3}),\tfrac12(1 - 5\sqrt{3})\big) & & Y'\; & \big(\tfrac12(5 - \sqrt{3}),\tfrac12(7+3\sqrt{3})\big) \end{array} so that X Y = ( 4 + 3 3 ) 2 + 1 2 X Y = 3 2 + ( 3 + 4 3 ) 2 = 44 + 24 3 = 60 + 24 3 \begin{array}{rclcrcl} XY & = & \sqrt{(4 + 3\sqrt{3})^2 + 1^2} & \hspace{2cm}& X'Y' & = & \sqrt{\sqrt{3}^2 + (3 + 4\sqrt{3})^2} \\ & = & \sqrt{44 + 24\sqrt{3}} & & & = & \sqrt{60 + 24\sqrt{3}} \end{array} and so the shortest network has length X Y XY , making the answer 44 + 24 + 3 = 71 44 + 24 + 3 = \boxed{71} .

Given A(0,0) , D(1,3), C(4,4) and B(5,1) . AD=(1+3^2)^.5=3.16...
DC=(1+3^2)^.5=3.16...

CB=(1+3^2)^.5=3.16...

XY<= AD+DC+CB~3*3.16..~9.49... .

So XY < 10 .

Why XY = 71?

I think.
Real Shortest XY is XY = (44+24*3^0.5)^0.5 = (85.569)^.5 =9.25 #

Prasit Sarapee - 4 years, 5 months ago

Log in to reply

I am not saying that X Y = 71 XY = 71 . The answer I asked for involved taking the 44 44 , 24 24 and 3 3 from the exact expression for X Y XY and adding them.

Mark Hennings - 4 years, 5 months ago

Log in to reply

I thought about two possibilities knowing Steiner tree problem... I bet for minimizing a 2 + b 2 + ( 1 a ) 2 + ( 3 b ) 2 + ( c a ) 2 + ( d b ) 2 + ( c 4 ) 2 + ( d 4 ) 2 + ( c 1 ) 2 + ( d 5 ) 2 \sqrt{a^2 + b^2} + \sqrt{(1 - a)^2 + (3 -b)^2} + \sqrt{(c - a)^2 + (d -b)^2} + \sqrt{(c - 4)^2 + (d -4)^2} + \sqrt{(c - 1)^2 + (d -5)^2} . The rest is a personal history...

Guillermo Templado - 4 years, 5 months ago

Log in to reply

@Guillermo Templado Wolframalpha is the best at those. :)

Boi (보이) - 3 years, 10 months ago

I have an question or doubt : In the "usual" euclidean plane, is there a workable general formula for connecting 4 or more points such that "the path" is the shortest? and if there are 4 points in the euclidean plane is able to there exist a "shortest path" connecting the 4 points composed by 7 line segments and 2 Steiner's points? I know there is an approximated algorithm NP-hard ...

Guillermo Templado - 4 years, 5 months ago

Log in to reply

@Guillermo Templado Define "workable general formula". Any network of shortest length must be a tree (otherwise at least one edge is redundant). If we consider a network between n n towns obtained by adding a number of extra vertices, then we can show that each extra vertex is connected to at least 3 3 edges (If only 1 1 , the vertex does nothing, so can be deleted. If 2 2 , then this vertex can be deleted, and the two edges attached to it can be replaced by the straight line segment joining the other two ends). A simple edge-counting procedure now tells us that a minimum length network connecting n n vertices requires at most 2 2 additional vertices.

If there are 2 2 additional vertices, then these will sit in one of the two Steiner configurations (which don't always exist). You have to show that a 5 5 -edge, 2 2 additional vertices, system is the only way in which to have a minimum-distance tree. Otherwise, the various possibilities with 0 0 or 1 1 additional vertex can be seen as degenerate versions of the 2 2 -additional vertex case.

Thus the shortest network is formed by a Steiner system, if it exists. You then need to consider what happens when a Steiner system does not exist. What often happens is that the shortest network is then one like the edges A B AB , B C BC and C D CD .

Indeed, when I first posted this problem, the point C C had the coordinates given in its two predecessor problems. That was one of the degenerate cases, and that is why I moved C C .

There are papers out there in cyberspace which categorise these options (try Googling for "Steiner systems" and "regular polygons").

Mark Hennings - 4 years, 5 months ago

Log in to reply

@Mark Hennings Thank you very much, I'll "research" your words, and I'll try to answer to myself... I meant "workable general formula", as for example, the second degree polynomial equation has a general formula... ok, forget those words, your answer is impressive... thank you very much for your time, sorry...

Guillermo Templado - 4 years, 5 months ago

Aye, same approach! -hifive-

Boi (보이) - 3 years, 10 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...