document.write( "Question 1200642: A projectile is shot straight up from a height of 6m with an initial velocity of 80m/s. Its height in meters above the ground after t seconds is given by the equation h=6+80t-5t^2. After how many seconds does the projectile reach its maximum height, and what is this height
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #834830 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A projectile is shot straight up from a height of 6m with an initial velocity of 80m/s. Its height in meters above the ground after t seconds is given by the equation h=6+80t-5t^2. After how many seconds does the projectile reach its maximum height, and what is this height \n" ); document.write( "-------------- \n" ); document.write( "h(t) = 6+80t-5t^2 \n" ); document.write( "The max of the parabola is at t = -b/2a \n" ); document.write( "--> t = -80/-10 = 8 seconds \n" ); document.write( "---- \n" ); document.write( "h(8) = 6 + 80*8 - 5*64 = 326 meters \n" ); document.write( "==================== \n" ); document.write( "Or, \n" ); document.write( "h(t) = 6+80t-5t^2 \n" ); document.write( "h'(t) = 80 - 10t = 0 \n" ); document.write( "t = 8 \n" ); document.write( "etc \n" ); document.write( " |