The Drag the Monster Truck JavaScript Model shows a truck together with a distance, velocity, or acceleration vs. time graph. Use the mouse to drag the rear bumper of the truck to match the selected graph.
One of the most effective methods of describing motion is to plot graphs of distance, velocity, and acceleration vs. time. From such a graphical representation, it is possible to determine in what direction an object is going, how fast it is moving, how far it traveled, and whether it is speeding up or slowing down. How easy is it to move an object so as to reproduce such a graph?
Drag The Monster Truck Source Code This source code zip archive contains an XML representation of the Drag The Monster Truck JavaScript Model. Unzip this archive in your Easy Java/JavaScript Simulations (EjsS) workspace to compile and run this model using EJS 5 or above. Although EjsS is a Java …
This source code zip archive contains an XML representation of the Drag The Monster Truck JavaScript Model. Unzip this archive in your Easy Java/JavaScript Simulations (EjsS) workspace to compile and run this model using EJS 5 or above. Although EjsS is a Java program, EjsS creates a stand alone JavaScript program from this source code.
W. Christian, Computer Program DRAG THE MONSTER TRUCK JS MODEL (2015), WWW Document, (https://www.compadre.org/Repository/document/ServeFile.cfm?ID=13746&DocID=4170).
W. Christian, Computer Program DRAG THE MONSTER TRUCK JS MODEL (2015), <https://www.compadre.org/Repository/document/ServeFile.cfm?ID=13746&DocID=4170>.
Christian, W. (2015). Drag The Monster Truck JS Model [Computer software]. Retrieved October 3, 2024, from https://www.compadre.org/Repository/document/ServeFile.cfm?ID=13746&DocID=4170
%A Wolfgang Christian %T Drag The Monster Truck JS Model %D September 26, 2015 %U https://www.compadre.org/Repository/document/ServeFile.cfm?ID=13746&DocID=4170 %O application/javascript
%0 Computer Program %A Christian, Wolfgang %D September 26, 2015 %T Drag The Monster Truck JS Model %8 September 26, 2015 %U https://www.compadre.org/Repository/document/ServeFile.cfm?ID=13746&DocID=4170
Disclaimer: ComPADRE offers citation styles as a guide only. We cannot offer interpretations about citations as this is an automated procedure. Please refer to the style manuals in the Citation Source Information area for clarifications.
remixed to be optimised for mobile devices. bug fix for velocity. else if (radio_string == "B") { var vNew=(x-xOld)/(t-tOld); x_plot = (vOld+vNew)/2; //average gives better results //bug fixed by lookang velocity should be average /2 vOld=vNew; }