document.write( "Question 545126: At noon, the cruise ship Celebration is 60 miles due south of the cruise ship Inspiration and is sailing north at a rate of 30 mph. If the inspiration is sailing west at a rate of 20 mph, find the time at which the distance d between the ships is a minimum. What is this distance? \n" ); document.write( "
Algebra.Com's Answer #355489 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! At noon, the cruise ship Celebration is 60 miles due south of the cruise ship Inspiration and is sailing north at a rate of 30 mph. \n" ); document.write( " If the inspiration is sailing west at a rate of 20 mph, find the time at which the distance d between the ships is a minimum. \n" ); document.write( ": \n" ); document.write( "let t = the travel time in hrs of both ships \n" ); document.write( "then \n" ); document.write( "30t = travel dist of the Celebration (sailing north toward the ref point) \n" ); document.write( "20t = travel dist of the Inspiration (sailing west from the ref point) \n" ); document.write( ": \n" ); document.write( "The two ships course form a right triangle from the ref point \n" ); document.write( "The distance between the two ships, is the hypotenuse (d) \n" ); document.write( "d^2 = (60-30t)^2 + (20t)^2 \n" ); document.write( ": \n" ); document.write( "d^2 = 3600 - 1800t - 1800t + 900t^2 + 400t^2 \n" ); document.write( "d^2 = 3600 - 3600t + 1300t^2 \n" ); document.write( "d = \n" ); document.write( "we can ignore the square root when we find the axis of symmetry \n" ); document.write( "t = \n" ); document.write( "t = \n" ); document.write( "t = 1.3846 hrs the distance between them will be minimum \n" ); document.write( ": \n" ); document.write( "What is this distance? \n" ); document.write( "Find the distance each ship is from the ref point in 1.3846 hrs \n" ); document.write( "60-(30*1.3846) = 18.46, northbound Celebration \n" ); document.write( "1.3846*20 = 27.7, westbound Inspiration \n" ); document.write( ": \n" ); document.write( "Find the distance between the ships at this time \n" ); document.write( "d = \n" ); document.write( "d = 33.3 mi apart at this time\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |