document.write( "Question 971939: A rocket of mass m = 500 kg is travelling in a straight line for a short time.
\n" );
document.write( "The distance in metres covered by the rocket during this time is described
\n" );
document.write( "by the function
\n" );
document.write( "s(t) = 220t - 15t2 - 60 ln (t + 1)\r
\n" );
document.write( "\n" );
document.write( "where t > 0 is the time in seconds.\r
\n" );
document.write( "\n" );
document.write( "a.) Find a function that describes the speed of the rocket.
\n" );
document.write( "b.)Find a function that describes the acceleration of the rocket
\n" );
document.write( "c.)Find the value of time t when the speed of the rocket is 100 ms^−1\r
\n" );
document.write( "\n" );
document.write( "Amy. \n" );
document.write( "
Algebra.Com's Answer #594373 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A rocket of mass m = 500 kg is travelling in a straight line for a short time. \n" ); document.write( "The distance in metres covered by the rocket during this time is described \n" ); document.write( "by the function \n" ); document.write( "s(t) = 220t - 15t2 - 60 ln (t + 1)\r \n" ); document.write( "\n" ); document.write( "where t > 0 is the time in seconds.\r \n" ); document.write( "\n" ); document.write( "a.) Find a function that describes the speed of the rocket. \n" ); document.write( "Speed is the 1st derivative. \n" ); document.write( "s'(t) = 220 - 30t - 60/(t+1) \n" ); document.write( "----------------- \n" ); document.write( "b.)Find a function that describes the acceleration of the rocket \n" ); document.write( "Accel is the 2nd derivative \n" ); document.write( "--------------------- \n" ); document.write( "s\"(t) = -30 + 60/(t+1)^2\r \n" ); document.write( "\n" ); document.write( "c.)Find the value of time t when the speed of the rocket is 100 m/sec \n" ); document.write( "s'(t) = 220 - 30t - 60/(t+1) = 100 \n" ); document.write( "30t + 60/(t+1) = 120 \n" ); document.write( "t + 2/(t+1) = 4 \n" ); document.write( "t^2+t 2 = 4t+4 \n" ); document.write( "t^2 - 3t - 2 = 0 \n" ); document.write( "Solve for t, use the positive solution. \n" ); document.write( " |