document.write( "Question 575520: Please help me find the function\r
\n" );
document.write( "\n" );
document.write( "Two ships leave port at the same time. One sails south at 15 miles per hour and the other sails east at 20 miles per hour. Find a function that models the distance between the ships in terms of time elapsed since their departure. \r
\n" );
document.write( "\n" );
document.write( "I have drawn out a picture but im still confused on how to form the function \n" );
document.write( "
Algebra.Com's Answer #369551 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two ships leave port at the same time. \n" ); document.write( " One sails south at 15 miles per hour and the other sails east at 20 miles per hour. \n" ); document.write( " Find a function that models the distance between the ships in terms of time elapsed since their departure. \n" ); document.write( ": \n" ); document.write( "Let t = time from departure \n" ); document.write( ": \n" ); document.write( "We know that d = speed*time, therefore \n" ); document.write( "15t = distance traveled by the southbound ship \n" ); document.write( "20t = distance traveled by the eastbound \n" ); document.write( ": \n" ); document.write( "This is a right triangle problem: c^2 = a^2 + b^2, where \n" ); document.write( "a = 15t \n" ); document.write( "b = 20t \n" ); document.write( "c = distance between them at t time \n" ); document.write( ": \n" ); document.write( "c^2 = (15t)^2 + (20t)^2 \n" ); document.write( "c^2 = 225t^2 + 400t^2 \n" ); document.write( "Combine like terms \n" ); document.write( "c^2 = 625t^2 \n" ); document.write( "Find the square root of both sides \n" ); document.write( "c = \n" ); document.write( "which is \n" ); document.write( "c = 25t \n" ); document.write( "f(t) = 25t, would be the function \n" ); document.write( " \n" ); document.write( " |