document.write( "Question 176381: Suppose Charlie O'Brian of the Braves hits a baseball straight upward at 150ft/sec from a height of 5 ft. \r
\n" );
document.write( "\n" );
document.write( "If an object is given an initial velocity of v feet/second from a height of s feet, then its height S after t seconds is given by the formula
\n" );
document.write( "S= -16t^2 + vt + s. \r
\n" );
document.write( "\n" );
document.write( "a. Use the formula to determine how long it takes the ball to return to earth.
\n" );
document.write( "b. Estimate the maximum height reached by the ball. \n" );
document.write( "
Algebra.Com's Answer #131484 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose Charlie O'Brian of the Braves hits a baseball straight upward at 150ft/sec from a height of 5 ft. \n" ); document.write( "If an object is given an initial velocity of v feet/second from a height of s feet, then its height S after t seconds is given by the formula \n" ); document.write( "S(t) = -16t^2 + vt + s. \n" ); document.write( "a. Use the formula to determine how long it takes the ball to return to earth. \n" ); document.write( "At earth its height will be zero. \n" ); document.write( "-16t^2 + 150t + 5 = 0 \n" ); document.write( "t = [-150 +- sqrt(150^2 - 4*-16*5)]/-32 \n" ); document.write( "t = [-150 +- sqrt(22820)]/-32 \n" ); document.write( "Positive solution: \n" ); document.write( "t = [-150 - 151.063]/-32 \n" ); document.write( "t = 9.408 seconds \n" ); document.write( "----------------------------- \n" ); document.write( "b. Estimate the maximum height reached by the ball. \n" ); document.write( "Max occurs when t = -b/2a = -150/[-32] = 4.6875 seconds \n" ); document.write( "S(4.6875) = -16(4.6875)^2 + 150(4.6875) + 5 = 356.56 ft. \n" ); document.write( "============================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |