Jeep problem variant: cross the desert with as much fuel as possible

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
5
down vote

favorite












I'm dealing with the following variant of the well-known Jeep problem:




A 1000 mile wide desert needs to be crossed in a Jeep. The mileage is one mile / gallon and the Jeep can transport up to 1000 gallons of gas at any time. Fuel may be dropped off at any location in the desert and picked up later. There are 3000 gallons of gas in the base camp. How much fuel can the Jeep transport to the camp on the other side of desert?




So instead of "exploring" the desert or trying to drive as far as possible, the problem here is to transport as much fuel as possible for a given distance.



I've thought about reducing this problem to the well-studied ones, but I can't come up with anything that makes sense. I don't even know how to approach this.



Any pointers?










share|cite|improve this question



























    up vote
    5
    down vote

    favorite












    I'm dealing with the following variant of the well-known Jeep problem:




    A 1000 mile wide desert needs to be crossed in a Jeep. The mileage is one mile / gallon and the Jeep can transport up to 1000 gallons of gas at any time. Fuel may be dropped off at any location in the desert and picked up later. There are 3000 gallons of gas in the base camp. How much fuel can the Jeep transport to the camp on the other side of desert?




    So instead of "exploring" the desert or trying to drive as far as possible, the problem here is to transport as much fuel as possible for a given distance.



    I've thought about reducing this problem to the well-studied ones, but I can't come up with anything that makes sense. I don't even know how to approach this.



    Any pointers?










    share|cite|improve this question

























      up vote
      5
      down vote

      favorite









      up vote
      5
      down vote

      favorite











      I'm dealing with the following variant of the well-known Jeep problem:




      A 1000 mile wide desert needs to be crossed in a Jeep. The mileage is one mile / gallon and the Jeep can transport up to 1000 gallons of gas at any time. Fuel may be dropped off at any location in the desert and picked up later. There are 3000 gallons of gas in the base camp. How much fuel can the Jeep transport to the camp on the other side of desert?




      So instead of "exploring" the desert or trying to drive as far as possible, the problem here is to transport as much fuel as possible for a given distance.



      I've thought about reducing this problem to the well-studied ones, but I can't come up with anything that makes sense. I don't even know how to approach this.



      Any pointers?










      share|cite|improve this question















      I'm dealing with the following variant of the well-known Jeep problem:




      A 1000 mile wide desert needs to be crossed in a Jeep. The mileage is one mile / gallon and the Jeep can transport up to 1000 gallons of gas at any time. Fuel may be dropped off at any location in the desert and picked up later. There are 3000 gallons of gas in the base camp. How much fuel can the Jeep transport to the camp on the other side of desert?




      So instead of "exploring" the desert or trying to drive as far as possible, the problem here is to transport as much fuel as possible for a given distance.



      I've thought about reducing this problem to the well-studied ones, but I can't come up with anything that makes sense. I don't even know how to approach this.



      Any pointers?







      puzzle operations-research






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Apr 24 '17 at 15:17









      Rodrigo de Azevedo

      12.7k41751




      12.7k41751










      asked Jan 8 '16 at 21:26









      vlikahmv

      283




      283




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted










          Let's represent your starting location as $0$ and the destination as $1000$.



          Let $f(x)$ be the greatest amount of fuel that can possibly be transported
          to or past $x$ miles from the starting point.
          For example, if you pick up $1000$ gallons, drive to $1$ (one mile), drop off $998$ gallons, drive back, repeat the trip to $1$ and back,
          and on the third trip out you drive to $100$ where you drop
          $801$ gallons of fuel, then you will have transported $2995$ gallons
          to point $1$: the $1996$ gallons you cached there and the $999$ gallons
          that were in the jeep when you passed $1$ on the third trip from $0$.



          You should be able to show that for $0 leq x leq 200$,
          $f(x) = 3000 - 5x$.
          The intuitive reason is that you will either have to pass every point
          between $0$ and $200$ five times (three times outbound and twice in the
          return direction) have to abandon some fuel without using it;
          and the latter strategy will deliver less fuel to points beyond where
          you abandoned the fuel.



          The previous example that transported $2995$ gallons to or past
          point $1$ was therefore optimal, or at least was optimal up to $1$.



          It follows that only $2000$ gallons can reach $200$ no matter where you
          leave your caches along the way.



          You should then be able to show that for
          $0 leq y leq frac10003$,
          $f(200 + y) = 2000 - 3y$.
          Moreover, you achieve this by delivering exactly $2000$ gallons of fuel
          to $200$, including the fuel in the jeep the last time you arrive
          at $200$ in the forward direction,
          then making sure you have $1000$ gallons in the jeep each time you
          drive forward from $200$.



          Finally, for $0 leq z leq 1000$,
          $fleft(200 + frac10003 + zright) = 1000 - z$.
          You achieve this by delivering exactly $1000$ gallons of fuel
          to $200 + frac10003$ and then fully loading the jeep with any
          fuel you have cached at that point and
          making just one trip forward.



          The answer is $f(1000)$.






          share|cite|improve this answer



























            up vote
            3
            down vote













            Not sure this is the best, but I would:



            1. load jeep up, travel 200mi, dump 600 gallons, go back to base

            2. repeat step 1)

            3. load jeep, go 200 mi. There is now 2000 gallons, 800mi from destination

            4. travel 333 1/3mi, dump 333 1/3gallons, go back to 800mi mark.

            5. load jeep, travel 333 1/3 mi. There's now 1000 gallons, 466 2/3 miles from destination

            6. travel 466 2/3 miles, and you have 533 1/3 gallons left.





            share|cite|improve this answer






















            • This is a bit incomplete, because it lacks an idea of how to prove it's optimal, but it is an optimal procedure after all. I don't see how that merits a downvote. I'm upvoting to compensate for that.
              – David K
              Jan 26 '16 at 4:17











            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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f1604871%2fjeep-problem-variant-cross-the-desert-with-as-much-fuel-as-possible%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            4
            down vote



            accepted










            Let's represent your starting location as $0$ and the destination as $1000$.



            Let $f(x)$ be the greatest amount of fuel that can possibly be transported
            to or past $x$ miles from the starting point.
            For example, if you pick up $1000$ gallons, drive to $1$ (one mile), drop off $998$ gallons, drive back, repeat the trip to $1$ and back,
            and on the third trip out you drive to $100$ where you drop
            $801$ gallons of fuel, then you will have transported $2995$ gallons
            to point $1$: the $1996$ gallons you cached there and the $999$ gallons
            that were in the jeep when you passed $1$ on the third trip from $0$.



            You should be able to show that for $0 leq x leq 200$,
            $f(x) = 3000 - 5x$.
            The intuitive reason is that you will either have to pass every point
            between $0$ and $200$ five times (three times outbound and twice in the
            return direction) have to abandon some fuel without using it;
            and the latter strategy will deliver less fuel to points beyond where
            you abandoned the fuel.



            The previous example that transported $2995$ gallons to or past
            point $1$ was therefore optimal, or at least was optimal up to $1$.



            It follows that only $2000$ gallons can reach $200$ no matter where you
            leave your caches along the way.



            You should then be able to show that for
            $0 leq y leq frac10003$,
            $f(200 + y) = 2000 - 3y$.
            Moreover, you achieve this by delivering exactly $2000$ gallons of fuel
            to $200$, including the fuel in the jeep the last time you arrive
            at $200$ in the forward direction,
            then making sure you have $1000$ gallons in the jeep each time you
            drive forward from $200$.



            Finally, for $0 leq z leq 1000$,
            $fleft(200 + frac10003 + zright) = 1000 - z$.
            You achieve this by delivering exactly $1000$ gallons of fuel
            to $200 + frac10003$ and then fully loading the jeep with any
            fuel you have cached at that point and
            making just one trip forward.



            The answer is $f(1000)$.






            share|cite|improve this answer
























              up vote
              4
              down vote



              accepted










              Let's represent your starting location as $0$ and the destination as $1000$.



              Let $f(x)$ be the greatest amount of fuel that can possibly be transported
              to or past $x$ miles from the starting point.
              For example, if you pick up $1000$ gallons, drive to $1$ (one mile), drop off $998$ gallons, drive back, repeat the trip to $1$ and back,
              and on the third trip out you drive to $100$ where you drop
              $801$ gallons of fuel, then you will have transported $2995$ gallons
              to point $1$: the $1996$ gallons you cached there and the $999$ gallons
              that were in the jeep when you passed $1$ on the third trip from $0$.



              You should be able to show that for $0 leq x leq 200$,
              $f(x) = 3000 - 5x$.
              The intuitive reason is that you will either have to pass every point
              between $0$ and $200$ five times (three times outbound and twice in the
              return direction) have to abandon some fuel without using it;
              and the latter strategy will deliver less fuel to points beyond where
              you abandoned the fuel.



              The previous example that transported $2995$ gallons to or past
              point $1$ was therefore optimal, or at least was optimal up to $1$.



              It follows that only $2000$ gallons can reach $200$ no matter where you
              leave your caches along the way.



              You should then be able to show that for
              $0 leq y leq frac10003$,
              $f(200 + y) = 2000 - 3y$.
              Moreover, you achieve this by delivering exactly $2000$ gallons of fuel
              to $200$, including the fuel in the jeep the last time you arrive
              at $200$ in the forward direction,
              then making sure you have $1000$ gallons in the jeep each time you
              drive forward from $200$.



              Finally, for $0 leq z leq 1000$,
              $fleft(200 + frac10003 + zright) = 1000 - z$.
              You achieve this by delivering exactly $1000$ gallons of fuel
              to $200 + frac10003$ and then fully loading the jeep with any
              fuel you have cached at that point and
              making just one trip forward.



              The answer is $f(1000)$.






              share|cite|improve this answer






















                up vote
                4
                down vote



                accepted







                up vote
                4
                down vote



                accepted






                Let's represent your starting location as $0$ and the destination as $1000$.



                Let $f(x)$ be the greatest amount of fuel that can possibly be transported
                to or past $x$ miles from the starting point.
                For example, if you pick up $1000$ gallons, drive to $1$ (one mile), drop off $998$ gallons, drive back, repeat the trip to $1$ and back,
                and on the third trip out you drive to $100$ where you drop
                $801$ gallons of fuel, then you will have transported $2995$ gallons
                to point $1$: the $1996$ gallons you cached there and the $999$ gallons
                that were in the jeep when you passed $1$ on the third trip from $0$.



                You should be able to show that for $0 leq x leq 200$,
                $f(x) = 3000 - 5x$.
                The intuitive reason is that you will either have to pass every point
                between $0$ and $200$ five times (three times outbound and twice in the
                return direction) have to abandon some fuel without using it;
                and the latter strategy will deliver less fuel to points beyond where
                you abandoned the fuel.



                The previous example that transported $2995$ gallons to or past
                point $1$ was therefore optimal, or at least was optimal up to $1$.



                It follows that only $2000$ gallons can reach $200$ no matter where you
                leave your caches along the way.



                You should then be able to show that for
                $0 leq y leq frac10003$,
                $f(200 + y) = 2000 - 3y$.
                Moreover, you achieve this by delivering exactly $2000$ gallons of fuel
                to $200$, including the fuel in the jeep the last time you arrive
                at $200$ in the forward direction,
                then making sure you have $1000$ gallons in the jeep each time you
                drive forward from $200$.



                Finally, for $0 leq z leq 1000$,
                $fleft(200 + frac10003 + zright) = 1000 - z$.
                You achieve this by delivering exactly $1000$ gallons of fuel
                to $200 + frac10003$ and then fully loading the jeep with any
                fuel you have cached at that point and
                making just one trip forward.



                The answer is $f(1000)$.






                share|cite|improve this answer












                Let's represent your starting location as $0$ and the destination as $1000$.



                Let $f(x)$ be the greatest amount of fuel that can possibly be transported
                to or past $x$ miles from the starting point.
                For example, if you pick up $1000$ gallons, drive to $1$ (one mile), drop off $998$ gallons, drive back, repeat the trip to $1$ and back,
                and on the third trip out you drive to $100$ where you drop
                $801$ gallons of fuel, then you will have transported $2995$ gallons
                to point $1$: the $1996$ gallons you cached there and the $999$ gallons
                that were in the jeep when you passed $1$ on the third trip from $0$.



                You should be able to show that for $0 leq x leq 200$,
                $f(x) = 3000 - 5x$.
                The intuitive reason is that you will either have to pass every point
                between $0$ and $200$ five times (three times outbound and twice in the
                return direction) have to abandon some fuel without using it;
                and the latter strategy will deliver less fuel to points beyond where
                you abandoned the fuel.



                The previous example that transported $2995$ gallons to or past
                point $1$ was therefore optimal, or at least was optimal up to $1$.



                It follows that only $2000$ gallons can reach $200$ no matter where you
                leave your caches along the way.



                You should then be able to show that for
                $0 leq y leq frac10003$,
                $f(200 + y) = 2000 - 3y$.
                Moreover, you achieve this by delivering exactly $2000$ gallons of fuel
                to $200$, including the fuel in the jeep the last time you arrive
                at $200$ in the forward direction,
                then making sure you have $1000$ gallons in the jeep each time you
                drive forward from $200$.



                Finally, for $0 leq z leq 1000$,
                $fleft(200 + frac10003 + zright) = 1000 - z$.
                You achieve this by delivering exactly $1000$ gallons of fuel
                to $200 + frac10003$ and then fully loading the jeep with any
                fuel you have cached at that point and
                making just one trip forward.



                The answer is $f(1000)$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Jan 26 '16 at 4:16









                David K

                49k340109




                49k340109




















                    up vote
                    3
                    down vote













                    Not sure this is the best, but I would:



                    1. load jeep up, travel 200mi, dump 600 gallons, go back to base

                    2. repeat step 1)

                    3. load jeep, go 200 mi. There is now 2000 gallons, 800mi from destination

                    4. travel 333 1/3mi, dump 333 1/3gallons, go back to 800mi mark.

                    5. load jeep, travel 333 1/3 mi. There's now 1000 gallons, 466 2/3 miles from destination

                    6. travel 466 2/3 miles, and you have 533 1/3 gallons left.





                    share|cite|improve this answer






















                    • This is a bit incomplete, because it lacks an idea of how to prove it's optimal, but it is an optimal procedure after all. I don't see how that merits a downvote. I'm upvoting to compensate for that.
                      – David K
                      Jan 26 '16 at 4:17















                    up vote
                    3
                    down vote













                    Not sure this is the best, but I would:



                    1. load jeep up, travel 200mi, dump 600 gallons, go back to base

                    2. repeat step 1)

                    3. load jeep, go 200 mi. There is now 2000 gallons, 800mi from destination

                    4. travel 333 1/3mi, dump 333 1/3gallons, go back to 800mi mark.

                    5. load jeep, travel 333 1/3 mi. There's now 1000 gallons, 466 2/3 miles from destination

                    6. travel 466 2/3 miles, and you have 533 1/3 gallons left.





                    share|cite|improve this answer






















                    • This is a bit incomplete, because it lacks an idea of how to prove it's optimal, but it is an optimal procedure after all. I don't see how that merits a downvote. I'm upvoting to compensate for that.
                      – David K
                      Jan 26 '16 at 4:17













                    up vote
                    3
                    down vote










                    up vote
                    3
                    down vote









                    Not sure this is the best, but I would:



                    1. load jeep up, travel 200mi, dump 600 gallons, go back to base

                    2. repeat step 1)

                    3. load jeep, go 200 mi. There is now 2000 gallons, 800mi from destination

                    4. travel 333 1/3mi, dump 333 1/3gallons, go back to 800mi mark.

                    5. load jeep, travel 333 1/3 mi. There's now 1000 gallons, 466 2/3 miles from destination

                    6. travel 466 2/3 miles, and you have 533 1/3 gallons left.





                    share|cite|improve this answer














                    Not sure this is the best, but I would:



                    1. load jeep up, travel 200mi, dump 600 gallons, go back to base

                    2. repeat step 1)

                    3. load jeep, go 200 mi. There is now 2000 gallons, 800mi from destination

                    4. travel 333 1/3mi, dump 333 1/3gallons, go back to 800mi mark.

                    5. load jeep, travel 333 1/3 mi. There's now 1000 gallons, 466 2/3 miles from destination

                    6. travel 466 2/3 miles, and you have 533 1/3 gallons left.






                    share|cite|improve this answer














                    share|cite|improve this answer



                    share|cite|improve this answer








                    edited Jan 26 '16 at 3:53







                    user147263

















                    answered Jan 26 '16 at 3:14









                    user308055

                    311




                    311











                    • This is a bit incomplete, because it lacks an idea of how to prove it's optimal, but it is an optimal procedure after all. I don't see how that merits a downvote. I'm upvoting to compensate for that.
                      – David K
                      Jan 26 '16 at 4:17

















                    • This is a bit incomplete, because it lacks an idea of how to prove it's optimal, but it is an optimal procedure after all. I don't see how that merits a downvote. I'm upvoting to compensate for that.
                      – David K
                      Jan 26 '16 at 4:17
















                    This is a bit incomplete, because it lacks an idea of how to prove it's optimal, but it is an optimal procedure after all. I don't see how that merits a downvote. I'm upvoting to compensate for that.
                    – David K
                    Jan 26 '16 at 4:17





                    This is a bit incomplete, because it lacks an idea of how to prove it's optimal, but it is an optimal procedure after all. I don't see how that merits a downvote. I'm upvoting to compensate for that.
                    – David K
                    Jan 26 '16 at 4:17


















                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1604871%2fjeep-problem-variant-cross-the-desert-with-as-much-fuel-as-possible%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    這個網誌中的熱門文章

                    Is there any way to eliminate the singular point to solve this integral by hand or by approximations?

                    Why am i infinitely getting the same tweet with the Twitter Search API?

                    Solve: $(3xy-2ay^2)dx+(x^2-2axy)dy=0$