A reconnaissance aircraft searches for a submarine. At the beginning, the horizontal distance between the two is . Meanwhile, the submarine sneaks into the water and flees in a straight line in a direction unknown to the plane at . The aircraft searches for the submarine with speed depending on the route to be determined. The aircraft can only find the submarine when it is flying directly above the submarine.
What is the shortest possible flying distance (in ) that will ensure the aircraft to find the submarine?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the submarine start at the origin and the aircraft at (6,0).
Hand-wavy bit: the optimal path involves flying directly toward the origin, to where it would find the submarine if it happened to flee directly to the right (easily seen to be at (2,0)), then flying around in a spiral such that at each point the aircraft would spot the submarine if it traveled at the appropriate angle.
Assuming that bit's true, let v ( t ) denote the position of the aircraft at time t, with t = 0 corresponding to the point (2,0). At time t, the submarine is 2+20t units from the origin, so we need ∣ v ( t ) ∣ = 2 + 2 0 t . And we need ∣ v ′ ( t ) ∣ = 4 0 for all t for the aircraft's speed.
Let's guess then that v ( t ) = ⟨ ( 2 + 2 0 t ) cos ( f ( t ) ) , ( 2 + 2 0 t ) sin ( f ( t ) ) ⟩ for some function f ( t ) . (This is a spiral with the correct distances, and tuning f can enforce the speed requirement.)
From here things are straightforward; solving the differential equation ∣ v ′ ( t ) ∣ = 4 0 with f ( 0 ) = 0 for f , we get f ( t ) = 3 ln ( 1 + 1 0 t ) .
We need to follow the spiral through one revolution; solving f ( T ) = 2 π gives T = 1 0 1 ( e 2 π / 3 − 1 ) .
Finally, the distance traveled is 4 + 4 0 T = 4 e 2 π / 3 ≈ 1 5 0 . 4 8 9 4 6 6 .