document.write( "Question 1055228: If a model rocket is launched with a trajectory of h(t) = -16t^2+96t+112 (where t = time in seconds), what is the maximum height the rocket reaches? When does it hit the ground?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #670431 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a model rocket is launched with a trajectory of h(t) = -16t^2+96t+112 (where t = time in seconds), \n" ); document.write( "what is the maximum height the rocket reaches? When does it hit the ground? \n" ); document.write( "----- \n" ); document.write( "Height is zero when the rocket hits the ground. \n" ); document.write( "----- \n" ); document.write( "-16t^2 + 96t + 112 = 0 \n" ); document.write( "-------------------------- \n" ); document.write( "t^2 - 6t - 7 = 0 \n" ); document.write( "----- \n" ); document.write( "(t-7)(t+1) = 0 \n" ); document.write( "----- \n" ); document.write( "The rocket hits the ground at t = 7 seconds \n" ); document.write( "--------------------- \n" ); document.write( "The max height occurs when t = -b/(2a) = -96/((-2)*16) = 3 sec \n" ); document.write( "--- \n" ); document.write( "That max height = f(3) = -16*3^2 + 96*3 + 112 = 256 ft \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H \n" ); document.write( "--------------- \n" ); document.write( " |