Problem 54670. Solve an ODE: precocious pair’s porcine pursuit
In our previous encounters with Matilda and Labrun, the scintillating siblings collected candy wrappers, amused others with card tricks, and found interesting relations involving house numbers on their street.
But now their pet pig has run away, and the pair must catch her! They start a distance d away from the pig, which runs at speed V in a direction perpendicular to the line connecting the initial positions of the pig and the siblings. Matilda and Labrun run at speed v, always in a direction pointing at the current position of the pig.
Write a function that takes the distance d and the two speeds and returns the time required for Matilda and Labrun to catch their pet. Return Inf if the pair will not catch the pig, and please ignore the impracticality of reporting times to the nearest microsecond.
This problem is adapted from a problem in Advanced Mathematical Methods for Scientists and Engineers by Bender and Orzsag.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
-
3281 Solvers
-
448 Solvers
-
573 Solvers
-
230 Solvers
-
Back to basics 11 - Max Integer
785 Solvers
More from this Author279
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!