document.write( "Question 1090435: A body travels half of its path length in last second of its free fall. Calculate the height from which it falls ? \n" ); document.write( "
Algebra.Com's Answer #704844 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A body travels half of its path length in last second of its free fall. Calculate the height from which it falls ? \n" ); document.write( "---------- \n" ); document.write( "Using h(t) = 16t^2: \n" ); document.write( "d1 = 16t^2 --- time minus 1 second \n" ); document.write( "d2 = 16(t+1)^2 --- total time falling \n" ); document.write( "-------- \n" ); document.write( "d2 = 2d1 \n" ); document.write( "--- \n" ); document.write( "16(t+1)^2 = 32t^2 \n" ); document.write( "t^2 + 2t + 1 = 2t^2 \n" ); document.write( "t^2 - 2t - 1 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "============ \n" ); document.write( "t = sqrt(2) + 1 seconds. \n" ); document.write( "h = 16t^2 \n" ); document.write( "h = 16*(3 + 2sqrt(2)) = ~ 93.25 feet \n" ); document.write( "================= \n" ); document.write( "Note: The t is exact. \n" ); document.write( "The selection of units (feet, meters, etc) affects the result, as does the approximation of 16t^2. \n" ); document.write( "--- \n" ); document.write( "Also, the height cannot be determined unless it's assumed the object impacts after the calculated time. \n" ); document.write( " \n" ); document.write( " |