EJSS Kinematics Model by lookang.
based on models and ideas by
- Fu-Kwun and lookang http://www.phy.ntnu.edu.tw/ntnujava/index.php?topic=701.0 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=13049&S=7
The equation that model the motion of the car is:
https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_model_kinematics/kinematics_Simulation.html source: https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_src_kinematics.zip EJSS Kinematics 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 |
This EjsS Kinematics Problem Package 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","at_rest","uniform_motion_=_1","uniform_motion_=_2","uniform_motion_=_-1","uniform_motion_=_-2","simple_acceleration","simple_deceleration","negative_acceleration","positive_deceleration"]
- at_rest x=0; v=0; a=0;
- uniform_motion_=_1 x=0; v=1; a=0;
- uniform_motion_=_2 x=0; v=2; a=0;
- uniform_motion_=_-1 x=0; v=-1; a=0;
- uniform_motion_=_-2 x=0; v=-2; a=0;
- simple_acceleration x=0; v=0; a=1;
- simple_deceleration x=0; v=5; a=-1; true only for v < 0
- negative_acceleration x=0; v=0; a=-1;
- positive_deceleration x=0; v=-4; a=1; true only for v > 0
- checkboxes for x vs t, v vs t and a vs t graphs
- added markers to appears each second
enjoy!