The Java Video Physics Lab



Screen capture of the Java Video Physics Lab. An applet for elementary physics education using video of real masses in motion. Click here to see more screen captures.

The Java Video Physics Lab applet is intended for use in introductory physics education. It offers physics students the chance to investigate laws of motion and kinematics by doing "virtual experiments" using digitized video. The applet can be used within a Web page that the instructor writes which may include a description of what the student should look for and how the student should use the selected video.

The Java Video Physics Lab applet is useful for illustrating the following physical concepts:
The videos available for use with the Java Video Physics Lab applet include:
System requirements for the applet are:
The Java Video Physics Lab applet is easily modified by changing the applet script.
Below is an example of the user modifiable portion of the applet script.
//The following are user defined variables
/*The name of the video file in AVI, MOV, or MPG format.*/ file="projectile.mov"
/*The scale factor in cm/pixel.*/ ScaleFactor="0.728"
/*The time interval between samples in milliseconds.*/ TimeInterval="67"
/*The number of measurements to make.*/ NumberOfPoints="10"
/*The number of masses in the video.*/ NumberOfMasses="1"
/*Magnitude of mass #1 in grams.*/ Mass1="200.0"

Copies of the Java Video Physics Lab applet for noncommercial use can be obtained by writing the author, Phillip Dukes, at phil.dukes@utb.edu.