-1

There is a dog at (x,y) = (37,10) with units say feet. The dog wants to go home located at origin (0,0). The dog speed is 6 feet/seconds on the x,y axes and 6.5 anywhere else. What's the fastest path to the origin?

My answer says a direct path but that seems to easy (this is supposed to be a trick question). Am i missing something?

1 Answers1

0

Optimization should be with a constraint, here no constraint. Tag is wrong.

Fastest path length is the straight line length $\sqrt{37^2+10^2} $ whatever its speed while proceeding to the origin directly or along axes, no trick. Divide by speed to get the time of dog's walk if required.

Narasimham
  • 40,495