document.write( "Question 1127486: A tennis ball is thrown vertically upward with an initial velocity of +8.0cm/s.
\n" );
document.write( "a.What will the balls speed be when it returns to its starting point.
\n" );
document.write( "b.How long will the ball take to reach its starting point? \n" );
document.write( "
Algebra.Com's Answer #744074 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A tennis ball is thrown vertically upward with an initial velocity of +8.0cm/s. \n" ); document.write( "a.What will the balls speed be when it returns to its starting point. \n" ); document.write( "It's the same, 8 cm/sec \n" ); document.write( "=========================== \n" ); document.write( "b.How long will the ball take to reach its starting point? \n" ); document.write( "-------- \n" ); document.write( "Using 10 m/sec/sec for gravity: \n" ); document.write( "h(t) = -5t^2 + 0.08t \n" ); document.write( "Start point is at h(t) = 0 \n" ); document.write( "-5t^2 + 0.08t = 0 \n" ); document.write( "t*(-5t + 0.08) = 0 \n" ); document.write( "t = 0 -- at launch \n" ); document.write( "t = 0.08/5 = 0.016 seconds \n" ); document.write( " \n" ); document.write( " |