document.write( "Question 1010945: If initial velocity is 64 ft/s what is the maximum height...?\r
\n" );
document.write( "\n" );
document.write( "A soccer ball is kicked off the ground at 64 ft/s... What is the max height?\r
\n" );
document.write( "\n" );
document.write( "Use projectile function h(t)=-16t^2+Vt+H
\n" );
document.write( "H=initial height
\n" );
document.write( "V=initial velocity
\n" );
document.write( "t=time
\n" );
document.write( "h=height
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #626503 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If initial velocity is 64 ft/s what is the maximum height...? \n" ); document.write( "A soccer ball is kicked off the ground at 64 ft/s... What is the max height? \n" ); document.write( "Use projectile function h(t)=-16t^2+Vt+H \n" ); document.write( "------ \n" ); document.write( "Height at time = t is h(t) = -16t^2 + 64t + 0 \n" ); document.write( "--------------- \n" ); document.write( "Max height occurs when t = -b/(2a) = -64/(2*-16) = 2 seconds \n" ); document.write( "--- \n" ); document.write( "Max height = h(2) = -16*2^2 + 64*2 + 0 = -64+2*64 = 64 ft \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------ \n" ); document.write( "H=initial height \n" ); document.write( "V=initial velocity \n" ); document.write( "t=time \n" ); document.write( "h=height \n" ); document.write( " |