document.write( "Question 892682: How long does it take a ball to reach the ground 7.0 m below, if it is thrown straight up with an initial speed of 2.0 m/s? \n" ); document.write( "
Algebra.Com's Answer #540787 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How long does it take a ball to reach the ground 7.0 m below, if it is thrown straight up with an initial speed of 2.0 m/s? \n" ); document.write( "-------------- \n" ); document.write( "9.8 m/sec/sec is commonly used for gravity's acceleration on Earth. \n" ); document.write( "Height as a function of time is: \n" ); document.write( "h(t) = -4.9t^2 + 2t + 7 h in meters, t in seconds \n" ); document.write( "h(t) = 0 at impact \n" ); document.write( "-4.9t^2 + 2t + 7 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "====================== \n" ); document.write( "Ignore the negative value \n" ); document.write( "t =~ 1.4166 seconds \n" ); document.write( " |