document.write( "Question 1101227: A vehicle moves at an initial speed of 20m/sec with a constant acceleration of 2m/sec square, for 5 sec before brakes are applied. if tha car comes to rest under constant deceleration in 4 sec, determine the total distance travelled during the 9 seconds? \n" ); document.write( "
Algebra.Com's Answer #715805 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Using the formula v2 = v1 + at, the speed after the 5s acceleration is: \n" ); document.write( "v2 = 20 + 2*5 = 30 m/s \n" ); document.write( "Using the formula d = v1*t + 1/2a*t^2, the distance covered during acceleration is: \n" ); document.write( "d1 = 20*5 + 1*5^2 = 125 m \n" ); document.write( "The rate of deceleration is \n" ); document.write( "a = (v2-v1)/t = (0-30)/4 = -7.5 m/s^2 \n" ); document.write( "The distance during 4s deceleration is: \n" ); document.write( "d2 = 30*4 - (7.5/2)*4^2 = 60 m \n" ); document.write( "Thus the total distance traveled is 125 + 60 = 185 m \n" ); document.write( " |