← Main
Quick Ref
Programming in Physics
Plotting Points and Relations
Two Points Assignment
Learn to plot points in 3d using
vpython
(see
Glowscript.org
)
Vectors acting on a ball
Write programs to show velocity vectors for motion on objects.
Create balls and arrows to show velocity vectors. Culminates with a bouncing ball program.
Ballistic Motion (Numerical)
Show ballistic motion using a ball and showing the velocity vectors.
A model of ballistic motion.
Ballistic Motion (Analytical)
Use the equations for position and velocity as a function of time.
Calculate position and velocity using the ballistic equations.
Momentum
Calculate momentum after a collision.
Simple momentum calculations for two objects.