document.write( "Question 32147: 3) Suppose you throw a baseball straight up at a velocity of 64 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 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.
\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? What time will the maximum height be attained?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #18659 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a)s(t)=-16t^2+64t+0
\n" ); document.write( "b)s(1)=-16(1)^2+64(1)=-16+64=48 ft.
\n" ); document.write( "c)When it hits the ground the seight above the ground 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( "The ball is on the ground at time=0 and at time t=4
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );