A Simplification

Forget about the accelerating and decelerating and assume that the car moves at a constant speed of 20 mph over the whole 3 miles.  If you do this, you will not need to include physics.h.  You will still need to print out the times and distances every 10 seconds.  You should also use these numbers instead of those above.

Time=100 Distance= .5556
Time=200 Distance= 1.1111
Time=300 Distance= 1.6667
Time=400 Distance= 2.2222
Time=500 Distance= 2.5556

WB01624_.gif (281 bytes) Back to Assignment 5