document.write( "Question 959793: NASA launches a rocket at t=0 seconds. It's height, in meters above sea-level, as a function of time is given by h(t)= -4.9t^2+67t+339. How high above sea-level does the rocket get at it's peak? \n" ); document.write( "
Algebra.Com's Answer #586612 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! h(t)= -4.9t^2+67t+339 \n" ); document.write( "The above is a \"quadratic\" (polynomial with a degree of 2). \n" ); document.write( "If it is a quadratic, then the graph is in the shape of a parabola. \n" ); document.write( "We know it opens downward because the coefficient associated with the x^2 term is negative (sad-face). \n" ); document.write( "Since it opens downwards, the vertex is the MAX. \n" ); document.write( "To find the 't' value of the vertex: \n" ); document.write( "t = -b/(2a) \n" ); document.write( "t = -67/(2*(-4)) \n" ); document.write( "t = -67/(-8)) \n" ); document.write( "t = 8.375 seconds. \n" ); document.write( ". \n" ); document.write( "to find the height, we plug into the original equation: \n" ); document.write( "h(8.375)= -4.9(8.375)^2+67(8.375)+339 \n" ); document.write( "h(8.375) = 556.44 meters (answer) \n" ); document.write( " |