- numpy - matplotlib Physim

Uniform Free Fall

In this section you will practice and apply what you have learned from the Uniform Free Fall simulations, creating a calculator to calculate the distance and final velocity of an object given a time and understanding the calculations being done.


If you are looking for a reference for Python consider looking at the Python Reference Sheet on the site.



Below are sample runs of some of the outputs you should get when running the program.


Uniform Free Fall


For user input t = 1, the output should be:


For user input t = 2, the output should be:


For user input t = 3, the output should be:


For user input t = 4, the output should be:


For user input t = 5, the output should be:



Here is a code editor so that you can compute your calculator program.


# insert your code here


Go Back to Motion Exercises Page