document.write( "Question 970087: A toy rocket is launched vertically upward from ground level with an initial velocity of 128 feet per second. The height, h is given by the equation h(t)=-16t^2+128t (without any air resistance)\r
\n" );
document.write( "\n" );
document.write( "How long will it take for the rocket to reach its maximum height?\r
\n" );
document.write( "\n" );
document.write( "What is the maximum height of the rocket?\r
\n" );
document.write( "\n" );
document.write( "How long will it take for the rocket to return to the ground?\r
\n" );
document.write( "\n" );
document.write( "After how many seconds will the rocket be 112 feet above the ground?\r
\n" );
document.write( "\n" );
document.write( "Why is the equation including h(t)= rather then y=? \n" );
document.write( "
Algebra.Com's Answer #592753 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! h(t)=-16t^2+128t\r \n" ); document.write( "\n" ); document.write( "maximum height occurs at the vertex. \n" ); document.write( "t value at vertex is -b/2a \n" ); document.write( "b=128 \n" ); document.write( "a=-16\r \n" ); document.write( "\n" ); document.write( "vertex has t value of -128/-32 = 4 seconds to reach maximum height\r \n" ); document.write( "\n" ); document.write( "h(4)=-16 (4^2) + (128) (4) \n" ); document.write( "h=-256+512=256feet\r \n" ); document.write( "\n" ); document.write( "4 seconds to return to ground, because launched from ground, and parabolas are symmetric.\r \n" ); document.write( "\n" ); document.write( "112=-16(t^2) +128 \n" ); document.write( "Divide everything by 16 \n" ); document.write( "7=-1 (t^2) +8 \n" ); document.write( "-1=-1 (t^2) \n" ); document.write( "1=1 t^2 \n" ); document.write( "t^2=1 \n" ); document.write( "t=(1) second OR 7 seconds, on the way down. Note, t=-1 is a mathematical but not real world solution.\r \n" ); document.write( "\n" ); document.write( "It is h(t), because height is a function of t. That is by convention.\r \n" ); document.write( "\n" ); document.write( " |