I The fastest route between two points

  • I
  • Thread starter Thread starter ddddd28
  • Start date Start date
  • Tags Tags
    Points
AI Thread Summary
Traveling from point A to point B involves navigating a border where different velocities apply, complicating the fastest route determination. If velocity v1 before the border is greater than v2 after it, a longer initial route may be beneficial to offset time lost in the slower section. The challenge lies in finding the optimal border crossing point, which requires minimizing the overall travel time rather than just the distance. This problem is akin to classic calculus scenarios, such as minimizing time for light passing through different media or navigating across a river. The discussion highlights the need for a general solution that accounts for varying speeds and distances.
ddddd28
Messages
73
Reaction score
4
Hello,
Consider the next scenario:
I wish to travel from point a to point b as fast as possible. Between the points there is a border. In the region from a to the border, I can move only with velocity v1, and after the border, I am allowed to move only with velocity v2. All the additional details are given in the sketch:
1564235532763.png

As it turns out, the problem is not as easy as it appears to be because it is not clear where I should pass the border. If v1 is bigger than v2 then I should consider taking a longer route in the first section to compensate on the time spent in the second section. However, a longer route in the first section adds up to the overall distance.
My attempt to solve it was to express the overall duration of the route as a function of m and minimize it. To my dismay, I ended up with a fourth-degree equation that didn't want to crack...
 
Mathematics news on Phys.org
ddddd28 said:
Hello,
Consider the next scenario:
I wish to travel from point a to point b as fast as possible. Between the points there is a border. In the region from a to the border, I can move only with velocity v1, and after the border, I am allowed to move only with velocity v2. All the additional details are given in the sketch:
View attachment 247182
As it turns out, the problem is not as easy as it appears to be because it is not clear where I should pass the border. If v1 is bigger than v2 then I should consider taking a longer route in the first section to compensate on the time spent in the second section. However, a longer route in the first section adds up to the overall distance.
My attempt to solve it was to express the overall duration of the route as a function of m and minimize it. To my dismay, I ended up with a fourth-degree equation that didn't want to crack...
No replies as yet so I will ask a question.
There will be different answers on this depending on which v is faster and by how much. Have you given all the details on this?
Some trig scenarios in there to play with.
I'm not a maths guy but I like the subject. @fresh_42 and @Mark44 will probably have 2 or 3 steps to solve!
 
ddddd28 said:
If v1 is bigger than v2 then I should consider taking a longer route in the first section to compensate on the time spent in the second section.
I don't get at all why that should be an issue. The solution needs to be general and has to encompass both situations automatically. I agree that it's a nasty problem but not because you can't decide in advance which path should be longer. That's what you are supposed to be SOLVING for, really.
 
This is a standard problem in calculus textbooks, where the goal is to minimize the time rather than the distance covered. Typical problems include scenarios in which you need to get to a point on the other side of a river, and your velocity while swimming or boating is different from your velocity on foot, as well as finding the path of least time for light passing through two different media.
 
  • Like
Likes pinball1970, SSequence, fresh_42 and 1 other person
I get : m = v1 √(d1^2+m^2) / ( v2 √(d2^2+(S-m)^2) + v1 √(d1^2 + m^2) )
 
Mark44 said:
Typical problems include scenarios in which you need to get to a point on the other side of a river, and your velocity while swimming or boating is different from your velocity on foot, as well as finding the path of least time for light passing through two different media.
Yes, refraction and the principle of least time was the first thing that came to my mind (since the kind of diagram, as in OP, is often associated with it).
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top