
Bradford T. answered 03/06/23
Retired Engineer / Upper level math instructor
Draw a grid
let x be ship A's distance in the x direction
let y be ship B's distance in the y direction
let s be the distance between the two ships.
This forms a right triangle with s as the hypotenuse
x2+y2=s2
dx/dt = -24 knots
dy/dt = 23 knots
We need to find ds/dt.
Take the derivative of both sides of the equation
2x dx/dt +2y dy/dt = 2s ds/dt
ds/dt = (x dx/dt + y dy/dt)/s
After 3 hours,
x = -50 -24(3) = -122 nautical miles
y = 23(3) = 69 nautical miles
s = √(1222+692)≈140.16 nautical miles
ds/dt = (-122(-24) + 69(23))/140.16 ≈32.2 knots