document.write( "Question 316048: A ball is thrown upward with an initial velocity of 32 ft/sec from a height of six feet. The function s(t)=-16t^2+32t+6 gives the height of the ball t seconds after release. Determine the time when the ball is at maximun height, and find that height. \n" ); document.write( "
Algebra.Com's Answer #226098 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! s(t) is a downward opening parabola (\"a\" is negative) ; so the maximum is at the vertex , which is on the axis of symmetry\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t = -b / 2a = -32 / 2(-16) = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "s(1) = -16(1^2) + 32(1) + 6 = 22 \n" ); document.write( " |