based on models and ideas by
- Fu-Kwun and lookang http://weelookang.blogspot.sg/2010/09/ejs-open-source-bouncing-ball-with-drag.html and http://weelookang.blogspot.sg/2010/06/ejs-open-source-kinematics-java-applet.html
- Andreu Glasmann, Wolfgang Christian, and Mario Belloni http://www.compadre.org/osp/items/detail.cfm?ID=13050
- template objects from lookang http://weelookang.blogspot.sg/2013/12/ejss-kinematics-model.html
The equation that model the motion of the ball is:
https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_model_freefall/freefall_Simulation.html source: https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_src_freefall.zip EJSS Free Fall Model by lookang, based on models and ideas from Fu-Kwun, Andreu Glasmann, Wolfgang Christian, and Mario Belloni authors: lookang, Fu-Kwun, Andreu Glasmann, Wolfgang Christian, and Mario Belloni |
taken
from http://psychology.wikia.com/wiki/File:Soccer_ball.svg http://commons.wikimedia.org/wiki/File:Soccer_ball.svg |
This EjsS Free Fall was developed using the Easy Java/JavaScript Simulations (EjsS) version 5. Although EjsS is a Java program, it can create stand alone JavaScript programs that run in almost any PC or tablet.
changes made:
- recreate everything
- made world view
- made the 3 sliders
- made drop-down menu for ease of productive learning ["user_defined","toss_up","free_fall"]
- currently bouncing is not available if EJSS 5.0 beta has no event handler yet
- checkboxes for
y vs t,vy vs t anday vs t graphs - added markers to appears each second
enjoy!