document.write( "Question 82349: word problem:
\n" );
document.write( "Suppose a baseball is shot up from the ground straight up with an initial velocity of 64 feet per second. A function of time, t. This function is s=16t squard+v0t+so.\r
\n" );
document.write( "\n" );
document.write( "16 represents 1/g, the gravitational pull due to gravity (measured in feet per second squared.\r
\n" );
document.write( "\n" );
document.write( "v0 is the initial velocity (how hard do you throw the object, measured in feet per second squared).\r
\n" );
document.write( "\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?\r
\n" );
document.write( "\n" );
document.write( "b)The ball will be how high above the ground after 1 second?\r
\n" );
document.write( "\n" );
document.write( "c)How long will it take to hit the ground?\r
\n" );
document.write( "\n" );
document.write( "d)What is the maximum height of the ball? What time will the masimum height be attained? \n" );
document.write( "
Algebra.Com's Answer #58994 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 64 feet per second. A function of time, t. This function is s=16t squard+v0t+so. \n" ); document.write( "16 represents 1/g, the gravitational pull due to gravity (measured in feet per second squared. \n" ); document.write( "v0 is the initial velocity (how hard do you throw the object, measured in feet per second squared). \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+64t+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+64+0 = 48 ft above the ground \n" ); document.write( "------------------\r \n" ); document.write( "\n" ); document.write( "c)How long will it take to hit the ground? \n" ); document.write( "When it hits the ground its height is zero: \n" ); document.write( "-16t^2+64t=0 \n" ); document.write( "-16t(t-4)=0 \n" ); document.write( "t=0 or t=4 \n" ); document.write( "This means it is on the ground when it starts and 4 seconds later. \n" ); document.write( "------------------------\r \n" ); document.write( "\n" ); document.write( "d)What is the maximum height of the ball? What time will the masimum height be attained? \n" ); document.write( "maximum occurs at t=-b/2a = -64/(-32) = 2 seconds \n" ); document.write( "s(2) = -16*(2)^2 +64*2 \n" ); document.write( "s(2) = -64 + 128 \n" ); document.write( "s(2) = 64 ft above the ground \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |