document.write( "Question 1128492: Please help; I am having great difficulty with this one.\r
\n" );
document.write( "\n" );
document.write( "Solve. (Use 4.9t^2+v0t=s.)\r
\n" );
document.write( "\n" );
document.write( "a) A bolt falls off an airplane at an altitude of 500 m. Approximately how long does it take the bolt to reach the ground?\r
\n" );
document.write( "\n" );
document.write( "b) A ball is thrown downward at a speed of 10 m/sec from an altitude of 500 m. Approximately how long does it take the ball to reach the ground? \r
\n" );
document.write( "\n" );
document.write( "c) Approximately how far will an object fall in 8 sec, when thrown downward at an initial velocity of 10 m/sec from a plane? \n" );
document.write( "
Algebra.Com's Answer #744975 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Use 4.9t^2 + v0t = s\r \n" ); document.write( "\n" ); document.write( "a) A bolt falls off an airplane at an altitude of 500 m. Approximately how long does it take the bolt to reach the ground? \n" ); document.write( "s = 4.9t^2 + v0t = 500 \n" ); document.write( "4.9t^2 = 500 \n" ); document.write( "t = sqrt(500/4.9) =~ 10.1 seconds \n" ); document.write( "=========================== \n" ); document.write( "b) A ball is thrown downward at a speed of 10 m/sec from an altitude of 500 m. Approximately how long does it take the ball to reach the ground? \n" ); document.write( "Use s = -4.9t^2 + v0t --- It's -4.9t^2 as gravity acts downward \n" ); document.write( "--- \n" ); document.write( "At impact, s = 0 \n" ); document.write( "s = -4.9t^2 + 10t = 0 \n" ); document.write( "t = 0 --- ignore \n" ); document.write( "t = 10/4.9 = 2.041 seconds at impact \n" ); document.write( "==================== \n" ); document.write( "c) Approximately how far will an object fall in 8 sec, when thrown downward at an initial velocity of 10 m/sec from a plane? \n" ); document.write( "s = -4.9t^2 - 10t --- both terms are downward --> both negative \n" ); document.write( "Sub 8 for t, find s \n" ); document.write( " |