SOLUTION: Ship A sailing due north at 6 km/h sights ship B sailing northwest 4 km away and sailing due east at 5 km/h. How close will the two ships pass if neither alters course or speed?

Algebra ->  Customizable Word Problem Solvers  -> Travel -> SOLUTION: Ship A sailing due north at 6 km/h sights ship B sailing northwest 4 km away and sailing due east at 5 km/h. How close will the two ships pass if neither alters course or speed?       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1153729: Ship A sailing due north at 6 km/h sights ship B sailing northwest 4 km away and sailing due east at 5 km/h. How close will the two ships pass if neither alters course or speed?
(We're learning about applications of derivatives and have to use Pythagoras Theorem. Thank you!)

Answer by ikleyn(52786) About Me  (Show Source):
You can put this solution on YOUR website!
.

Introduce the coordinate plane (x,y) in a way that ship's A initial location is the origin of the coordinate plane;
x-axis is directed East and y-axis is directed North.


Then the initial location of the ship B is the point (-4%2Fsqrt%282%29,4%2Fsqrt%282%29).


The ship A moves along y-axis, according to equation y = 6*t, where t is the time in hours.

So, the ship A location in time on the coordinate plane is A = (0,6t).


Ship B moves parallel to x-axis, according to equation x = -4%2Fsqrt%282%29 + 4*t, where t is the time in hours.

So, the ship B location in time on the coordinate plane is B = (-4%2Fsqrt%282%29%2B4t,4%2Fsqrt%282%29).


Now find the square of distance between the points A and B


    d^2 = %28-4%2Fsqrt%282%29%2B4t%29%5E2 + %284%2Fsqrt%282%29-6t%29%5E2.


Simplify


    d^2 = 16%2F2+-+%28sqrt%282%29%2F2%29%2A2%2A4%2A4t+%2B+16t%5E2 + 16%2F2+-+%28sqrt%282%29%2F2%29%2A2%2A4%2A6t+%2B+36t%5E2 = 16+-+sqrt%282%29%2A40t+%2B+52t%5E2.


Thus you have this quadratic function of "t", and you need to find its MINIMUM.


Use the formulas for the vetex of the quadratic function/parabola


    t%5Bmin%5D = " (-b/(2a)) " = %2840%2Asqrt%282%29%29%2F%282%2A52%29 = %2810%2Asqrt%282%29%29%2F26 = %285%2Asqrt%282%29%29%2F13 = 0.5439 hours.


To find the square of the minimal distance, substitute t = 0.5439 into the formula (1). You will get


    d^2 = 16+-+sqrt%282%29%2A40%2A0.5439+%2B+52%2A0.5439%5E2 = 0.6154.


Hence d = sqrt%280.6154%29 = 0.7845.


ANSWER.  The minimal distance between the ships will be 0.7845 kilometers.


Notice that I did not use Calculus in my solution.
Algebra is just enough.

But if you want to use  Calculus  to find  t%5Bmin%5D,  you can do it.

The route  (the road)  is open for you now.