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 comments
Loading...
Problem Recent Solvers4
Suggested Problems
-
Determine whether a vector is monotonically increasing
22891 Solvers
-
Calculate the area of a triangle between three points
3421 Solvers
-
50 Solvers
-
118 Solvers
-
Fix the last element of a cell array
1760 Solvers
More from this Author322
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!