Central Force JS Model Documents

This material has 3 associated documents. Select a document title to view a document's information.

Main Document

Central Force JS Model 

written by Wolfgang Christian

The Central Force JavaScript Model computes the trajectory of a particle acted on by a central force.  The model reads uses a JavaScript mathematical expression parser to read the force and a adaptive step Runge-Kutta  5(4) algorithm to compute the trajectory.  This model is designed to test the speed of the JS parser and the accuracy of the EJS JavaScript ODE solver.

The Central Force JS Model was developed using the Easy Java Simulations (EJS) version 5.  It is distributed as a ready-to-run html page and requires only a browser with JavaScript support.

Published September 1, 2013
Last Modified September 30, 2014

This file has previous versions.

Primary Documents

Central Force ePub 

A single model ePub containing the Central Force JavaScript Model.

Last Modified July 28, 2018

This file has previous versions.

Source Code Documents

Central Force JS Source Code 

This source code zip archive contains an XML representation of the Central Force JS Model.   Unzip this archive in your Ejs workspace to compile and run this model using EJS 5.  Although EJS is a Java program, EJS 5 creates a stand alone JavaScript program from this source code.

Last Modified November 8, 2016

This file has previous versions.