document.write( "Question 364549: An object is projected vertically upward from the top of a building with an initial velocity of 112 ft/sec. Its distance in feet above the ground after t seconds is given by the equation \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "s (t) = -16t^2 + 112t + 87\r
\n" );
document.write( "\n" );
document.write( "Find its maximum distance above the ground \n" );
document.write( "
Algebra.Com's Answer #259989 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! s(t) = -16t^2 + 112t + 87 \n" ); document.write( "by inspection (examination of coefficient associated with the t^2 term), we see that it is a parabola that opens downward (sad face). \n" ); document.write( ". \n" ); document.write( "The \"vertex\" will be give you the max height. \n" ); document.write( "Time at max height: \n" ); document.write( "t = -b/(2a) = -112/(2*(-16)) = -112/(-32) = 3.5 secs \n" ); document.write( ". \n" ); document.write( "To find height, plug it into the equation: \n" ); document.write( "s(t) = -16t^2 + 112t + 87 \n" ); document.write( "s(3.5) = -16(3.5)^2 + 112(3.5) + 87 \n" ); document.write( "s(3.5) = 283 feet \n" ); document.write( " \n" ); document.write( " |