Bee flying between two trains - upgraded (calculate the speed of the bee)











up vote
0
down vote

favorite












So this is a harder version of the classical problem, and I can't figure out how to get started solving it. :(



Two trains 80 kilometers apart are traveling toward each other along the same track. Both trains are going 25 kilometers per hour.


A bee is hovering just above the nose of the first train. It buzzes from the first train to the second train, turns around immediately, flies back to the first train, and turns around again. It goes on flying back and forth between the two trains until the trains get 100 meters to each other.
The bee completes 36 rounds so it lands 18 times on each train before they are 100 meters from each other.


What is the average speed of the bee (assuming the bee is point-like, no acceleration/decceleration and no extra time when turning)?



Could you help me with this problem as I dont even know how to begin at first place...:(



Thank you in advance!










share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    So this is a harder version of the classical problem, and I can't figure out how to get started solving it. :(



    Two trains 80 kilometers apart are traveling toward each other along the same track. Both trains are going 25 kilometers per hour.


    A bee is hovering just above the nose of the first train. It buzzes from the first train to the second train, turns around immediately, flies back to the first train, and turns around again. It goes on flying back and forth between the two trains until the trains get 100 meters to each other.
    The bee completes 36 rounds so it lands 18 times on each train before they are 100 meters from each other.


    What is the average speed of the bee (assuming the bee is point-like, no acceleration/decceleration and no extra time when turning)?



    Could you help me with this problem as I dont even know how to begin at first place...:(



    Thank you in advance!










    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      So this is a harder version of the classical problem, and I can't figure out how to get started solving it. :(



      Two trains 80 kilometers apart are traveling toward each other along the same track. Both trains are going 25 kilometers per hour.


      A bee is hovering just above the nose of the first train. It buzzes from the first train to the second train, turns around immediately, flies back to the first train, and turns around again. It goes on flying back and forth between the two trains until the trains get 100 meters to each other.
      The bee completes 36 rounds so it lands 18 times on each train before they are 100 meters from each other.


      What is the average speed of the bee (assuming the bee is point-like, no acceleration/decceleration and no extra time when turning)?



      Could you help me with this problem as I dont even know how to begin at first place...:(



      Thank you in advance!










      share|cite|improve this question













      So this is a harder version of the classical problem, and I can't figure out how to get started solving it. :(



      Two trains 80 kilometers apart are traveling toward each other along the same track. Both trains are going 25 kilometers per hour.


      A bee is hovering just above the nose of the first train. It buzzes from the first train to the second train, turns around immediately, flies back to the first train, and turns around again. It goes on flying back and forth between the two trains until the trains get 100 meters to each other.
      The bee completes 36 rounds so it lands 18 times on each train before they are 100 meters from each other.


      What is the average speed of the bee (assuming the bee is point-like, no acceleration/decceleration and no extra time when turning)?



      Could you help me with this problem as I dont even know how to begin at first place...:(



      Thank you in advance!







      limits






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 26 at 16:44









      hunsnowboarder

      51




      51






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          The variations of this problem were posted and answered here quite a lot of times.
          The first inspiration for you is the graph of position vs time for trains (blue and orange) and the bee (red):



          enter image description here



          From this image you can geometrically show that all the triangles are similar ($triangle A_1B_1A_2simtriangle A_2B_2A_3$), with ratio between adjacent triangles being the same. So if it takes $t$ minutes for the first round and $qt$ minutes for the second round, it would take $q^2t$ minutes for the 3rd round.



          Second inspiration for you is the fact that, moreover, the “tails” of triangle series a similar, i.e. $triangle A_1B_1Osim A_2B_2O$ with the same ratio $q$.
          Thus, removing the first round from time interval between start and the meeting of the trains is the same as multiplying it by $q$.



          When you remove 18 rounds, it's the same as multiplying by $q^{18}$. How quicker are the trains going to meet when it's just 100 meters between them instead of 80 kilometers? Can you find $q$ from this information?



          The final inspiration is the formula of infinite sum of geometric series:
          $$
          T = t+qt+q^2t+ldots = frac{t}{1-q}
          $$

          If you know $q$ and the time $T$ until trains meet, can you find the time $t$ between the first and second landing on the first train? If you know the time $t$ can you find the velocity of the bee?






          share|cite|improve this answer





















          • Thank you so @Vasily Mitch much for your explanation, I fully understand the way I should be thinking about this problem. Thank you so much. However, I am not sure how could I calculate q. So the train when are 80 kms apart and they both go 25 km/h, they would meet in 1.6 hours. If ther is only 0.1 km between them, they would meet in 0.002 hours. Does this mean that $q = frac{0.002}{1.6} = 0.00125$?
            – hunsnowboarder
            Nov 27 at 14:37










          • And the other part I don't really understand how to calculate T? Because the formula of infinite sum of geometric series stands for infinite so basically T should be the time till the two trains meet and not when they are 100 meters from each other. Am I right? Thank you again for your tremendous help and clear, understandable explanation!
            – hunsnowboarder
            Nov 27 at 14:37










          • It would be if they would be 100m apart only after one round. But it happens after 18 rounds, so $q^{18}=0.1/80$. Yes, you are right about infininity point: the sum calculates the time until they meet.
            – Vasily Mitch
            Nov 27 at 15:21











          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: 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%2f3014559%2fbee-flying-between-two-trains-upgraded-calculate-the-speed-of-the-bee%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote



          accepted










          The variations of this problem were posted and answered here quite a lot of times.
          The first inspiration for you is the graph of position vs time for trains (blue and orange) and the bee (red):



          enter image description here



          From this image you can geometrically show that all the triangles are similar ($triangle A_1B_1A_2simtriangle A_2B_2A_3$), with ratio between adjacent triangles being the same. So if it takes $t$ minutes for the first round and $qt$ minutes for the second round, it would take $q^2t$ minutes for the 3rd round.



          Second inspiration for you is the fact that, moreover, the “tails” of triangle series a similar, i.e. $triangle A_1B_1Osim A_2B_2O$ with the same ratio $q$.
          Thus, removing the first round from time interval between start and the meeting of the trains is the same as multiplying it by $q$.



          When you remove 18 rounds, it's the same as multiplying by $q^{18}$. How quicker are the trains going to meet when it's just 100 meters between them instead of 80 kilometers? Can you find $q$ from this information?



          The final inspiration is the formula of infinite sum of geometric series:
          $$
          T = t+qt+q^2t+ldots = frac{t}{1-q}
          $$

          If you know $q$ and the time $T$ until trains meet, can you find the time $t$ between the first and second landing on the first train? If you know the time $t$ can you find the velocity of the bee?






          share|cite|improve this answer





















          • Thank you so @Vasily Mitch much for your explanation, I fully understand the way I should be thinking about this problem. Thank you so much. However, I am not sure how could I calculate q. So the train when are 80 kms apart and they both go 25 km/h, they would meet in 1.6 hours. If ther is only 0.1 km between them, they would meet in 0.002 hours. Does this mean that $q = frac{0.002}{1.6} = 0.00125$?
            – hunsnowboarder
            Nov 27 at 14:37










          • And the other part I don't really understand how to calculate T? Because the formula of infinite sum of geometric series stands for infinite so basically T should be the time till the two trains meet and not when they are 100 meters from each other. Am I right? Thank you again for your tremendous help and clear, understandable explanation!
            – hunsnowboarder
            Nov 27 at 14:37










          • It would be if they would be 100m apart only after one round. But it happens after 18 rounds, so $q^{18}=0.1/80$. Yes, you are right about infininity point: the sum calculates the time until they meet.
            – Vasily Mitch
            Nov 27 at 15:21















          up vote
          0
          down vote



          accepted










          The variations of this problem were posted and answered here quite a lot of times.
          The first inspiration for you is the graph of position vs time for trains (blue and orange) and the bee (red):



          enter image description here



          From this image you can geometrically show that all the triangles are similar ($triangle A_1B_1A_2simtriangle A_2B_2A_3$), with ratio between adjacent triangles being the same. So if it takes $t$ minutes for the first round and $qt$ minutes for the second round, it would take $q^2t$ minutes for the 3rd round.



          Second inspiration for you is the fact that, moreover, the “tails” of triangle series a similar, i.e. $triangle A_1B_1Osim A_2B_2O$ with the same ratio $q$.
          Thus, removing the first round from time interval between start and the meeting of the trains is the same as multiplying it by $q$.



          When you remove 18 rounds, it's the same as multiplying by $q^{18}$. How quicker are the trains going to meet when it's just 100 meters between them instead of 80 kilometers? Can you find $q$ from this information?



          The final inspiration is the formula of infinite sum of geometric series:
          $$
          T = t+qt+q^2t+ldots = frac{t}{1-q}
          $$

          If you know $q$ and the time $T$ until trains meet, can you find the time $t$ between the first and second landing on the first train? If you know the time $t$ can you find the velocity of the bee?






          share|cite|improve this answer





















          • Thank you so @Vasily Mitch much for your explanation, I fully understand the way I should be thinking about this problem. Thank you so much. However, I am not sure how could I calculate q. So the train when are 80 kms apart and they both go 25 km/h, they would meet in 1.6 hours. If ther is only 0.1 km between them, they would meet in 0.002 hours. Does this mean that $q = frac{0.002}{1.6} = 0.00125$?
            – hunsnowboarder
            Nov 27 at 14:37










          • And the other part I don't really understand how to calculate T? Because the formula of infinite sum of geometric series stands for infinite so basically T should be the time till the two trains meet and not when they are 100 meters from each other. Am I right? Thank you again for your tremendous help and clear, understandable explanation!
            – hunsnowboarder
            Nov 27 at 14:37










          • It would be if they would be 100m apart only after one round. But it happens after 18 rounds, so $q^{18}=0.1/80$. Yes, you are right about infininity point: the sum calculates the time until they meet.
            – Vasily Mitch
            Nov 27 at 15:21













          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          The variations of this problem were posted and answered here quite a lot of times.
          The first inspiration for you is the graph of position vs time for trains (blue and orange) and the bee (red):



          enter image description here



          From this image you can geometrically show that all the triangles are similar ($triangle A_1B_1A_2simtriangle A_2B_2A_3$), with ratio between adjacent triangles being the same. So if it takes $t$ minutes for the first round and $qt$ minutes for the second round, it would take $q^2t$ minutes for the 3rd round.



          Second inspiration for you is the fact that, moreover, the “tails” of triangle series a similar, i.e. $triangle A_1B_1Osim A_2B_2O$ with the same ratio $q$.
          Thus, removing the first round from time interval between start and the meeting of the trains is the same as multiplying it by $q$.



          When you remove 18 rounds, it's the same as multiplying by $q^{18}$. How quicker are the trains going to meet when it's just 100 meters between them instead of 80 kilometers? Can you find $q$ from this information?



          The final inspiration is the formula of infinite sum of geometric series:
          $$
          T = t+qt+q^2t+ldots = frac{t}{1-q}
          $$

          If you know $q$ and the time $T$ until trains meet, can you find the time $t$ between the first and second landing on the first train? If you know the time $t$ can you find the velocity of the bee?






          share|cite|improve this answer












          The variations of this problem were posted and answered here quite a lot of times.
          The first inspiration for you is the graph of position vs time for trains (blue and orange) and the bee (red):



          enter image description here



          From this image you can geometrically show that all the triangles are similar ($triangle A_1B_1A_2simtriangle A_2B_2A_3$), with ratio between adjacent triangles being the same. So if it takes $t$ minutes for the first round and $qt$ minutes for the second round, it would take $q^2t$ minutes for the 3rd round.



          Second inspiration for you is the fact that, moreover, the “tails” of triangle series a similar, i.e. $triangle A_1B_1Osim A_2B_2O$ with the same ratio $q$.
          Thus, removing the first round from time interval between start and the meeting of the trains is the same as multiplying it by $q$.



          When you remove 18 rounds, it's the same as multiplying by $q^{18}$. How quicker are the trains going to meet when it's just 100 meters between them instead of 80 kilometers? Can you find $q$ from this information?



          The final inspiration is the formula of infinite sum of geometric series:
          $$
          T = t+qt+q^2t+ldots = frac{t}{1-q}
          $$

          If you know $q$ and the time $T$ until trains meet, can you find the time $t$ between the first and second landing on the first train? If you know the time $t$ can you find the velocity of the bee?







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 26 at 18:13









          Vasily Mitch

          1,14827




          1,14827












          • Thank you so @Vasily Mitch much for your explanation, I fully understand the way I should be thinking about this problem. Thank you so much. However, I am not sure how could I calculate q. So the train when are 80 kms apart and they both go 25 km/h, they would meet in 1.6 hours. If ther is only 0.1 km between them, they would meet in 0.002 hours. Does this mean that $q = frac{0.002}{1.6} = 0.00125$?
            – hunsnowboarder
            Nov 27 at 14:37










          • And the other part I don't really understand how to calculate T? Because the formula of infinite sum of geometric series stands for infinite so basically T should be the time till the two trains meet and not when they are 100 meters from each other. Am I right? Thank you again for your tremendous help and clear, understandable explanation!
            – hunsnowboarder
            Nov 27 at 14:37










          • It would be if they would be 100m apart only after one round. But it happens after 18 rounds, so $q^{18}=0.1/80$. Yes, you are right about infininity point: the sum calculates the time until they meet.
            – Vasily Mitch
            Nov 27 at 15:21


















          • Thank you so @Vasily Mitch much for your explanation, I fully understand the way I should be thinking about this problem. Thank you so much. However, I am not sure how could I calculate q. So the train when are 80 kms apart and they both go 25 km/h, they would meet in 1.6 hours. If ther is only 0.1 km between them, they would meet in 0.002 hours. Does this mean that $q = frac{0.002}{1.6} = 0.00125$?
            – hunsnowboarder
            Nov 27 at 14:37










          • And the other part I don't really understand how to calculate T? Because the formula of infinite sum of geometric series stands for infinite so basically T should be the time till the two trains meet and not when they are 100 meters from each other. Am I right? Thank you again for your tremendous help and clear, understandable explanation!
            – hunsnowboarder
            Nov 27 at 14:37










          • It would be if they would be 100m apart only after one round. But it happens after 18 rounds, so $q^{18}=0.1/80$. Yes, you are right about infininity point: the sum calculates the time until they meet.
            – Vasily Mitch
            Nov 27 at 15:21
















          Thank you so @Vasily Mitch much for your explanation, I fully understand the way I should be thinking about this problem. Thank you so much. However, I am not sure how could I calculate q. So the train when are 80 kms apart and they both go 25 km/h, they would meet in 1.6 hours. If ther is only 0.1 km between them, they would meet in 0.002 hours. Does this mean that $q = frac{0.002}{1.6} = 0.00125$?
          – hunsnowboarder
          Nov 27 at 14:37




          Thank you so @Vasily Mitch much for your explanation, I fully understand the way I should be thinking about this problem. Thank you so much. However, I am not sure how could I calculate q. So the train when are 80 kms apart and they both go 25 km/h, they would meet in 1.6 hours. If ther is only 0.1 km between them, they would meet in 0.002 hours. Does this mean that $q = frac{0.002}{1.6} = 0.00125$?
          – hunsnowboarder
          Nov 27 at 14:37












          And the other part I don't really understand how to calculate T? Because the formula of infinite sum of geometric series stands for infinite so basically T should be the time till the two trains meet and not when they are 100 meters from each other. Am I right? Thank you again for your tremendous help and clear, understandable explanation!
          – hunsnowboarder
          Nov 27 at 14:37




          And the other part I don't really understand how to calculate T? Because the formula of infinite sum of geometric series stands for infinite so basically T should be the time till the two trains meet and not when they are 100 meters from each other. Am I right? Thank you again for your tremendous help and clear, understandable explanation!
          – hunsnowboarder
          Nov 27 at 14:37












          It would be if they would be 100m apart only after one round. But it happens after 18 rounds, so $q^{18}=0.1/80$. Yes, you are right about infininity point: the sum calculates the time until they meet.
          – Vasily Mitch
          Nov 27 at 15:21




          It would be if they would be 100m apart only after one round. But it happens after 18 rounds, so $q^{18}=0.1/80$. Yes, you are right about infininity point: the sum calculates the time until they meet.
          – Vasily Mitch
          Nov 27 at 15:21


















          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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.


          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%2f3014559%2fbee-flying-between-two-trains-upgraded-calculate-the-speed-of-the-bee%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

          Berounka

          Sphinx de Gizeh

          Different font size/position of beamer's navigation symbols template's content depending on regular/plain...