Question 999205
You ask a lot of great questions. Thank you for also posting what you have so far. Keep up the good work.


---------------------------------------------------------


t = number of hours after 8PM
we'll make t = 0 represent 8 PM since it says "t hours after 8 P.M". This is the starting point in time.


D(t) = distance between the oil tanker and the luxury liner (as shown in the image)
T = distance oil tanker travels west
L = distance luxury liner travels north


"At 9 P.M. an oil tanker traveling west in the ocean at 18 kilometers per hour passes the same spot as a luxury liner that arrived at the same spot at 8 P.M"
The time for the tanker is simply not "t". It's "t-1" because we have to subtract off an hour (since it's an hour late).
So the distance the oil tanker sails west is T = 18(t-1) kilometers


The luxury liner travels at 23 km/hr. Its distance is measured starting at t = 0 and onward, so it travels north L = 23t kilometers.


Drawing the picture gives something like this

<img src = "http://i150.photobucket.com/albums/s91/jim_thompson5910/sailing2_zpsgf0nzinl.png">


"Then find the distance D between the oil tanker and the luxury liner at that time."
so at any given time t, let's find the ditance between the oil tanker and the luxury liner. Once you have the triangle drawn out (image above), you can see that it's simply the same as finding the hypotenuse of the right triangle. This is exactly how the distance formula works.


So we use the pythagorean theorem to find the hypotenuse D(t)



{{{a^2 + b^2 = c^2}}}



{{{T^2 + L^2 = D^2}}} Plug in the given triangle sides



{{{D^2 = T^2 + L^2}}}



{{{D^2 = (18(t-1))^2 + (23t)^2}}} Plug in T = 18(t-1) and L = 23t 



{{{sqrt(D^2) = sqrt((18(t-1))^2 + (23t)^2)}}} Apply the square root to both sides to solve for D



{{{D = sqrt((18(t-1))^2 + (23t)^2)}}}



{{{D = ((18(t-1))^2 + (23t)^2)^(1/2)^""}}} The square root is the same as the exponent of 1/2.



Now as for why they take the derivative, I do not know. My experience with calculus says that when it comes to problems like these, they usually ask "at what time are the two vessels the closest?". In other words, "what is the smallest value of D? when does this occur?". You didn't post these instructions, but IF your homework is asking, then you would apply the derivative, set it equal to 0 and solve for t.
Why? because the min distance occurs when the derivative of the distance function is zero. This is where the tangent line is horizontal.



Doing all that leads to t = 0.3798



Now you plug t = 0.3798 back into the D(t) function to get D(t) = 14.175 km



So in summary:
The two ships are closest when the time is <font color="red">0.3798 hours</font> after 8PM. This closest distance is <font color="red">14.175km</font>. They do not get any closer than this (only focus on time values t > 0)


Note: the time value and distance value given in the summary are approximations