Results 1 to 6 of 6

Thread: worded problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    12

    worded problem

    I'm not really sure how to approach this problem. It's probably got something to do with differentiation.

    At noon the captain of a ship sees two fishing boats approaching. One of them is 10km due east and travelling west at 8km/h. The other is 6km due north and travelling south at 6 km/h. At what time will the fishing boats be closest together, and how far apart will they be.

    Thanks guys!

  2. #2
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: worded problem

    The distance is at any time t is given by,

    D = Sqrt[(x1(t) - x2(t))2 + (y1(t) - y2(t))2]

    Now, if one boat moves along the x axis, then its y(t) = 0 for all t. Likewise, the other boat moving along the y axis will have x(t) = t for all t. Therefore the formula can be simplified:

    D = Sqrt[x1(t)2 + y2(t)2]

    where I have assumed that boat 1 moves along the x axis and boat 2 along the y axis. Both boats having constant velocity, the formulas for x(t) and y(t) are easy enough:

    x1(t) = x0 - v1t
    y2(t) = y0 - v2t

    where x0 and y0 are the initial positions of each boat and I have used the minus sign because I have assumed the captain's at the coordinate origin so the fishing boats travel in the negative x and y directions.

    Let's use the squared distance:

    D2 = (x0 - v1t)2 + (y0 - v2t)2

    The minimum D2 (and therefore the minimum D) occurs when the derivative is 0.

    0 = dD2 / dt = -2v1(x0 - v1t) -2v2(y0 - v2t)

    Solving for t:

    tmin = (x0v1 - y0v2) / (v12 - v22)

    [Please, notice: there's a mistake in this formula. It has been corrected in my next post below!]

    so this is the time for which the distance is a minimum. This distance is found by substituting t into the formula for the distance. Using your data I have found:

    tmin = 1.571 hours
    Min. distance = 4.286 km

    ...but don't believe every word I write... I often make mistakes... HTH
    Last edited by krtxmrtz; Jun 30th, 2006 at 02:41 AM.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    12

    Re: worded problem

    According to the book, that isn't the right answer. Apparently the time is 1.16 hours after noon, and the distance is 1.2 km.

    I was following for the first bit, but I'm not sure what's happening here:

    x1(t) = x0 - v1t
    y2(t) = y0 - v2t

  4. #4
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: worded problem

    Quote Originally Posted by krtxmrtz
    ...but don't believe every word I write... I often make mistakes... HTH
    Your book is right and the above quote is therefore appropriate.

    The mistake I made was in solving for t because I didn't double-check the formula. The correct answer for t is:

    tmin = (x0v1 + y0v2) / (v12 + v22)

    Using this you get the book answers.
    Last edited by krtxmrtz; Jun 30th, 2006 at 03:47 AM.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  5. #5
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: worded problem

    As for these formulas:

    x1(t) = x0 - v1t
    y2(t) = y0 - v2t

    you know that for constant velocity,

    v = x / t where x is the space traveled by the moving object and t the time it takes, so x = vt

    This is so if the object starts travelling at x = 0 when t=0, in other words, if the origin of the observer's coordinate system is the point the object is at when t = 0.

    Now, if for t = 0 the object is at a distance, you must add this distance to vt. So, in general, for objects moving at constant velocity,

    x = x0 + vt where x0 is the initial distance (or position)

    In the present case, the object is approaching the origin, i.e. it is travelling along the x axis in the direction of decreasing values. Then, either:

    x = x0 - vt

    or

    x = x0 + vt

    but then v must be taken as negative (-8 km/h and -6 km/h for your boats)
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  6. #6

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    12

    Re: worded problem

    Thanks for your help!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width