document.write( "Question 973015: 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-15t^2-60ln(t + 1)
\n" );
document.write( "where t > 0 is the time in seconds.
\n" );
document.write( "(a) Find a function that describes the speed of the rocket.
\n" );
document.write( "(b) What is the distance covered by the rocket by time t = 6 seconds?
\n" );
document.write( "(c) Find the value of time t when the speed of the rocket is 100 ms^-1
\n" );
document.write( "(d) Find a function that describes the acceleration of the rocket
\n" );
document.write( "(e) Find the acceleration of the rocket at t = 3 seconds.
\n" );
document.write( "(f) Find the time when the rocket's acceleration is -15ms^-2. \n" );
document.write( "
Algebra.Com's Answer #595292 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-15t^2-60ln(t + 1) \n" ); document.write( "where t > 0 is the time in seconds. \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) What is the distance covered by the rocket by time t = 6 seconds? \n" ); document.write( "s(t) = 220t-15t^2-60ln(t + 1) \n" ); document.write( "s(6) = 220*6 - 15*36 - 60/7 = 771.43 meters \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( "Solve for t, ignore the negative value. \n" ); document.write( "-------------------------- \n" ); document.write( "(d) Find a function that describes the acceleration of the rocket \n" ); document.write( "a = 2nd derivative \n" ); document.write( "s\"(t) = -30 + 60/(t+1)^2 \n" ); document.write( "------------------------- \n" ); document.write( "(e) Find the acceleration of the rocket at t = 3 seconds. \n" ); document.write( "s\"(t) = -30 + 60/16 = -26.25 m/sec/sec \n" ); document.write( "---------------------------------- \n" ); document.write( "(f) Find the time when the rocket's acceleration is -15ms^-2. \n" ); document.write( "Not clear. \n" ); document.write( " |