Steiner tree to minimise travelling distance: Building roads to connect a network of pointsConnecting square vertexes with minimal roadIs the layout of Burning Man's city “grid” optimal?Find the minimum sum of distances of a point in x-y plane.Gerrymandering on a high-genus surface/can I use my powers for evil?Maximizing the number of non-crossing lines between a number of pointsoptimal road layout problem - how to convert to maths and see the shapes it makes?Shortest system of roads between 4 citiesGiven distances (shortest paths) between four cities, how to show that they cannot be in the same plane?Why is the shortest distance between two circles along the segment connecting their centers?Heilbronn problem on Unit SphereIs the set of paths between any two points moving only in units on the plane countable or uncountable?

How could indestructible materials be used in power generation?

Extract rows of a table, that include less than x NULLs

What mechanic is there to disable a threat instead of killing it?

What's the in-universe reasoning behind sorcerers needing material components?

How can saying a song's name be a copyright violation?

What is a romance in Latin?

How to tell a function to use the default argument values?

Plagiarism or not?

Is there an expression that means doing something right before you will need it rather than doing it in case you might need it?

How to show a landlord what we have in savings?

Valid term from quadratic sequence?

Unlock My Phone! February 2018

Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?

Should I cover my bicycle overnight while bikepacking?

What about the virus in 12 Monkeys?

How writing a dominant 7 sus4 chord in RNA ( Vsus7 chord in the 1st inversion)

Alternative to sending password over mail?

Am I breaking OOP practice with this architecture?

What are some good books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"

Do UK voters know if their MP will be the Speaker of the House?

Do scales need to be in alphabetical order?

Bullying boss launched a smear campaign and made me unemployable

How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?

Arrow those variables!



Steiner tree to minimise travelling distance: Building roads to connect a network of points


Connecting square vertexes with minimal roadIs the layout of Burning Man's city “grid” optimal?Find the minimum sum of distances of a point in x-y plane.Gerrymandering on a high-genus surface/can I use my powers for evil?Maximizing the number of non-crossing lines between a number of pointsoptimal road layout problem - how to convert to maths and see the shapes it makes?Shortest system of roads between 4 citiesGiven distances (shortest paths) between four cities, how to show that they cannot be in the same plane?Why is the shortest distance between two circles along the segment connecting their centers?Heilbronn problem on Unit SphereIs the set of paths between any two points moving only in units on the plane countable or uncountable?













0












$begingroup$


Suppose we have four points in a unit square, as described in the question here. We are tasked with building a network of roads that connect all the cities. The travelling distance (T) of this network is defined as the sum of the distance you must travel along a road to get from point A to B, and point A to C, ... and all six combinations of points.



Suppose we're given a certain budget, which will enable us to construct a length L of roads. Where should we build the roads, to minimise T? And what is the relation between L and T?



As the question linked to above describes, there are no solutions possible if L < 1+√3. When L = 1+√3, it is only possible to construct one network to connect all the cities (the first option in the diagram below). Here, T = 2*(2/√3) + 4*(1+1/√3) = 4 + 8/√3 = 8.6188...



If we were given slightly more budget, the best use (I believe) would be to shift the two junction points slightly closer together. Once L = 2√2, the network simplifies to two roads, from A to C, and B to D, and now T = 6√2 (the second option in the diagram below).



Then, as L increases, the optimal network evolves - each infinitesimal unit of road seems to reduce T by approximately 0.76 units. Once L = 4 + 2√2 , we can construct a network that connects each point to the other, and T = 4 + 2√2.
The diagram



But is this process which I show in the diagram the optimal process? And what would the general process be if there was a larger network of cities?










share|cite|improve this question









$endgroup$
















    0












    $begingroup$


    Suppose we have four points in a unit square, as described in the question here. We are tasked with building a network of roads that connect all the cities. The travelling distance (T) of this network is defined as the sum of the distance you must travel along a road to get from point A to B, and point A to C, ... and all six combinations of points.



    Suppose we're given a certain budget, which will enable us to construct a length L of roads. Where should we build the roads, to minimise T? And what is the relation between L and T?



    As the question linked to above describes, there are no solutions possible if L < 1+√3. When L = 1+√3, it is only possible to construct one network to connect all the cities (the first option in the diagram below). Here, T = 2*(2/√3) + 4*(1+1/√3) = 4 + 8/√3 = 8.6188...



    If we were given slightly more budget, the best use (I believe) would be to shift the two junction points slightly closer together. Once L = 2√2, the network simplifies to two roads, from A to C, and B to D, and now T = 6√2 (the second option in the diagram below).



    Then, as L increases, the optimal network evolves - each infinitesimal unit of road seems to reduce T by approximately 0.76 units. Once L = 4 + 2√2 , we can construct a network that connects each point to the other, and T = 4 + 2√2.
    The diagram



    But is this process which I show in the diagram the optimal process? And what would the general process be if there was a larger network of cities?










    share|cite|improve this question









    $endgroup$














      0












      0








      0





      $begingroup$


      Suppose we have four points in a unit square, as described in the question here. We are tasked with building a network of roads that connect all the cities. The travelling distance (T) of this network is defined as the sum of the distance you must travel along a road to get from point A to B, and point A to C, ... and all six combinations of points.



      Suppose we're given a certain budget, which will enable us to construct a length L of roads. Where should we build the roads, to minimise T? And what is the relation between L and T?



      As the question linked to above describes, there are no solutions possible if L < 1+√3. When L = 1+√3, it is only possible to construct one network to connect all the cities (the first option in the diagram below). Here, T = 2*(2/√3) + 4*(1+1/√3) = 4 + 8/√3 = 8.6188...



      If we were given slightly more budget, the best use (I believe) would be to shift the two junction points slightly closer together. Once L = 2√2, the network simplifies to two roads, from A to C, and B to D, and now T = 6√2 (the second option in the diagram below).



      Then, as L increases, the optimal network evolves - each infinitesimal unit of road seems to reduce T by approximately 0.76 units. Once L = 4 + 2√2 , we can construct a network that connects each point to the other, and T = 4 + 2√2.
      The diagram



      But is this process which I show in the diagram the optimal process? And what would the general process be if there was a larger network of cities?










      share|cite|improve this question









      $endgroup$




      Suppose we have four points in a unit square, as described in the question here. We are tasked with building a network of roads that connect all the cities. The travelling distance (T) of this network is defined as the sum of the distance you must travel along a road to get from point A to B, and point A to C, ... and all six combinations of points.



      Suppose we're given a certain budget, which will enable us to construct a length L of roads. Where should we build the roads, to minimise T? And what is the relation between L and T?



      As the question linked to above describes, there are no solutions possible if L < 1+√3. When L = 1+√3, it is only possible to construct one network to connect all the cities (the first option in the diagram below). Here, T = 2*(2/√3) + 4*(1+1/√3) = 4 + 8/√3 = 8.6188...



      If we were given slightly more budget, the best use (I believe) would be to shift the two junction points slightly closer together. Once L = 2√2, the network simplifies to two roads, from A to C, and B to D, and now T = 6√2 (the second option in the diagram below).



      Then, as L increases, the optimal network evolves - each infinitesimal unit of road seems to reduce T by approximately 0.76 units. Once L = 4 + 2√2 , we can construct a network that connects each point to the other, and T = 4 + 2√2.
      The diagram



      But is this process which I show in the diagram the optimal process? And what would the general process be if there was a larger network of cities?







      geometry optimization euclidean-geometry






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 21 at 5:01









      Thomas DelaneyThomas Delaney

      62139




      62139




















          0






          active

          oldest

          votes












          Your Answer





          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "69"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3156358%2fsteiner-tree-to-minimise-travelling-distance-building-roads-to-connect-a-networ%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3156358%2fsteiner-tree-to-minimise-travelling-distance-building-roads-to-connect-a-networ%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Moe incest case Sentencing See also References Navigation menu"'Australian Josef Fritzl' fathered four children by daughter""Small town recoils in horror at 'Australian Fritzl' incest case""Victorian rape allegations echo Fritzl case - Just In (Australian Broadcasting Corporation)""Incest father jailed for 22 years""'Australian Fritzl' sentenced to 22 years in prison for abusing daughter for three decades""RSJ v The Queen"

          Who is our nearest planetary neighbor, on average?Santa Claus flies to the South PoleSeven Spheres of Unequal Mass, a weighing problem with a twistDescribe a large integerFast Mental Calculation of $7.5^7$Math in Space (without the help of celebrities)Find the value of $bigstar$: Puzzle 8 - InequalityWho drinks beer while running anyway?A Crucial DeliveryRanking And AverageHow long will my money last at roulette?

          Daza language Contents Vocabulary Phonology References External links Navigation menudaza1242Daza"Dazaga"eeee178086576