document.write( "Question 58644This question is from textbook CPLLEGE ALGEBRA
\n" );
document.write( ": 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\r
\n" );
document.write( "\n" );
document.write( "* 16 represents 1/2g, the gravitational pull due to gravity (measured in feet per second2)
\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\r
\n" );
document.write( "\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( "
Algebra.Com's Answer #40292 by funmath(2933) ![]() 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. This function is s=-16t2+v0t+s0\r \n" ); document.write( "\n" ); document.write( "* 16 represents 1/2g, the gravitational pull due to gravity (measured in feet per second2) \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\r \n" ); document.write( "\n" ); document.write( "a) What is the function that describes this problem? \n" ); document.write( "so=0 and vo=32 \n" ); document.write( "s=-16t^2+32t+0 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "b) The ball will be how high above the ground after 1 second? \n" ); document.write( "s(1)=-16(1)^2+32(1) \n" ); document.write( "s(1)=-16(1)+32 \n" ); document.write( "s(1)=-16+32 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "c) How long will it take to hit the ground? \n" ); document.write( "0=-16t^2+32t \n" ); document.write( "0=-16t(t-2) \n" ); document.write( "-16t=0 and t-2=0 \n" ); document.write( "-16t/-16=0/-16 and t-2+2=0+2 \n" ); document.write( "t=0 and t=2s \n" ); document.write( "t=0 is when it was thrown. \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "d) What is the maximum height of the ball? \n" ); document.write( "The maximum height occurs halfway through the flight of the ball, it lands at t=2 s. So it's maximum height occurs when t=1. We found out that it was \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |