document.write( "Question 211669: A soccer ball is kicked straight up with an initial velocity of 32 ft. per second. Its height above the earth is given by s (t) = -16t^2 + 32t, where,‘s’ is the height in ft. at any time, ‘t’ seconds. \r
\n" );
document.write( "\n" );
document.write( "What is the maximum height reached by the ball?
\n" );
document.write( "How long after it was thrown up the ball reaches its maximum height?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #159971 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! s(t) = -16t^2 + 32t \n" ); document.write( "---------- \n" ); document.write( "One way to find the time to max height is to solve for the 2 times when the ball is at ground level, s = 0, and divide by 2. It takes the same amount of time to ascend as to descend. \n" ); document.write( "-16t^2 + 32t = 0 \n" ); document.write( "t(-16t + 32) = 0 \n" ); document.write( "t = 0 (at the start) \n" ); document.write( "t = 2 (at impact) \n" ); document.write( "The time at max height is 1 second. \n" ); document.write( "----------------- \n" ); document.write( "For max height: \n" ); document.write( "s(1) = -16*1 + 32*1 \n" ); document.write( "s max = 16 feet \n" ); document.write( " \n" ); document.write( " |