document.write( "Question 321378: Time in the air. A ball is tossed into the air from a height
\n" );
document.write( "of 12 feet at 16 ft/sec. How long does it take to reach the
\n" );
document.write( "earth?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #230172 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Time in the air. A ball is tossed into the air from a height \n" ); document.write( "of 12 feet at 16 ft/sec. How long does it take to reach the \n" ); document.write( "earth? \n" ); document.write( "----------- \n" ); document.write( "Acceleration due to gravity on Earth is ~-16ft/sec/sec. Negative because it's down. \n" ); document.write( "Height as a function of time is \n" ); document.write( "h(t) = -16t^2 + vt + h0, t in seconds, h in feet \n" ); document.write( "v is the initial velocity, 16 ft/sec and h0 is the initial height, 12 feet \n" ); document.write( "h(t) = -16t^2 + 16t + 12 \n" ); document.write( "It impacts when h = 0 \n" ); document.write( "-16t^2 + 16t + 12 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------- \n" ); document.write( "Ignore the -0.5 seconds \n" ); document.write( "t = 1.5 seconds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |