Do you folks Grok this problem?
I do not think this type of problem is amenable to calculus methods, which are applicable to continuous functions. This seems to involve discrete methods.
The problem involves establishing fuel depots to enable you to travel the entire distance. You can carry enough fuel for a 600 unit trip and you are trying to travel across a 1500 unit desert.
A guess at a start to the solution is to travel 200 units and leave enough fuel at the first depot for a 200 unit trip & return to the starting point. Do this again and you have 400 units of fuel at the first depot. Now you can go to the first depot, fill up and go another 200 units of distance, leave 200 units at the second depot, return to the first depot, and use the 200 units there to return to the starting point. You now have 200 units of fuel at the second depot and none at the first. You can repeat this process to build up the supply at the second depot, and then get some fuel to a third depot.
Do you see the approach to a solution? It takes a lot of bookkeeping to keep track of how much fuel you use and how much is at each depot. The above suggests establishing 7 depots at 200 unit intervals, with the last depot 100 units from the destination. I am sure you can find a solution using this distance between depots. You could also establish 14 depots at 100 unit intervals and find a solution. Now the question is, what is the solution which requires the minimum amount of fuel?
It does not seem difficult to write a VB program to solve any particular example of this problem, and tinker with the number and spacing of depots to find an optimum solution. The real problem is to determine a general algorithm for solving this type of problem.
I first encountered this problem 40-50 years ago in a magazine. The magazine asked for the solution to a particular problem, but did not bring up the question of a general solution to any such problem.
I have no idea if there is an algorithm usable for the general problem, and I do not know the optimum solution to the above special case. Intuitively, it seems as though the intervals between depots should be equal, except perhaps for the last one. It also seems correct to establish depots at an interval such as the above: Use 1/3 to get to the next depot, leave 1/3, and use 1/3 to return to the starting point. While this seems like the right idea for a general purpose algorithm, I have no idea if it is the correct approach in all cases.
It might be correct to try to analyze how much fuel should be at each depot for the last trip. If you assume depots at 100 unit intervals for the above problem, it seems correct to start the final trip with no fuel at the first 5 depots and 100 units of fuel at each of the others.
It might be very difficult to decide and/or prove that a particular solution is optimal. Note that for depots at 100 unit intervals, there are many itineraries possible for the above problem. For 50 unit intervals, there are even more itineraries possible.
Does anybody have any ideas? Right now, I am too busy with higher priority activities to spend time on this. It looks like a time consuming problem.
Re: What about wormholes?
Quote:
Originally posted by Guv
Noble, interesting analysis.I might have suspected that differential equations were pertinent, but it never occurred to me that momentum analysis would help solve this problem.
Might it also be necessary to consider the use of worm holes or other time warps?
:D:D:D