document.write( "Question 1078623: The braking distance of a vehicle is directly proportional to the square of its speed. when the speed of the vehicle is b m/s, its braking distance is d m. if the speed of the vehicle is increased by 200%, find the percentage increase in its braking distance. \n" ); document.write( "
Algebra.Com's Answer #693041 by Theo(13342)![]() ![]() You can put this solution on YOUR website! braking distance is directly proportional to the square of its speed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let y = braking distance. \n" ); document.write( "let x = speed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula is y = kx^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when the speed is b meters per second, the braking distance is d meters.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore the same formula becomes d = kb^2\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "k is the constant of variation and never changes once initially ste up.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the speed of the vehicle is increased by 200%, find the percentage increase in the braking distance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "an increase in the speed of 200% means that the new speed is 3 times the original speed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore, the formula for d becomes d = k*(3b)^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify this to get d = k*9b^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore, the ratio of the new distance divided by the old distance is k * 9b^2 / k * b^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get the ratio of the new distance to the old distance is 9/1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that the increase in the distance is 800% because 9/1 - 1/1 = 8/1 = 800%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to see if this works, let's try an arbitrary example.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assume the car is traveling at 30 meters per second.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assume it takes the car 1200 meters to stop when it is traveling at 30 miles per hour.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = k * b^2 becomes 1200 = k * 900\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for k to get k = 1200/900 = 12/9 = 4/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "k is the constant of variation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now assume the speed is increased by 200%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that means it's increased by 60 meters per second.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that means the car is traveling 90 meters per second.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula becomes d = 4/3 * 90^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this gets you d = 10800 meters.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it originally took 1200 meters to stop at 30 meters per second and now it takes 10800 meters at 90 meters per second.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10800 - 1200 equals an increase of 9600 meters.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9600 / 1200 = an increase of 8 times which is an increase of 800%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "looks like the formula works.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "an increase of 200% in the speed results in an increase of 800% in the stopping distance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |