document.write( "Question 85225: Suppose a baseball is shot up from the ground straight up with an initial velocity of 32 feet per second. A function can be created by expressing distance above the ground, s, as a function of time, t. This function is s = -16t2 + v0t + s0
\n" );
document.write( "• 16 represents ½g, the gravitational pull due to gravity (measured in feet per second 2).
\n" );
document.write( "• v0 is the initial velocity (how hard do you throw the object, measured in feet per second).
\n" );
document.write( "• s0 is the initial distance above ground (in feet). If you are standing on the ground, then s0 = 0.
\n" );
document.write( "a) What is the function that describes this problem?
\n" );
document.write( "b) The ball will be how high above the ground after 1 second?
\n" );
document.write( "c) How long will it take to hit the ground?
\n" );
document.write( "d) What is the maximum height of the ball?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #61432 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose a baseball is shot up from the ground straight up with an initial velocity of 32 feet per second. A function can be created by expressing distance above the ground, s, as a function of time, t. \n" ); document.write( "This function is s = -16t2 + v0t + s0 \n" ); document.write( "• 16 represents ½g, the gravitational pull due to gravity (measured in feet per second 2). \n" ); document.write( "• v0 is the initial velocity (how hard do you throw the object, measured in feet per second). \n" ); document.write( "• s0 is the initial distance above ground (in feet). If you are standing on the ground, then s0 = 0. \n" ); document.write( "a) What is the function that describes this problem? \n" ); document.write( "s(t) = -16t^2+32t+0 \n" ); document.write( "------------------------------ \n" ); document.write( "b) The ball will be how high above the ground after 1 second? \n" ); document.write( "Find s(1) \n" ); document.write( "----------------- \n" ); document.write( "c) How long will it take to hit the ground? \n" ); document.write( "Let s(t) = zero and solve for t \n" ); document.write( "------------------------ \n" ); document.write( "d) What is the maximum height of the ball? \n" ); document.write( "Maximum occurs at t = -b/2a = -32/(2(-16) = 1 \n" ); document.write( "Part \"b\" told you what s(1) was; that is the max. \n" ); document.write( "============== \n" ); document.write( "Cheers \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |