Hi all!
"The bouncing ball" consists basically in a simple red ball bouncing up and down. Also I've added a graphing function to plot the position over time where you can see the lost energy at every bounce.
Picture:
Description:
Involved physics: 1D kinematics, differential equations (without solving them).
Needed python libraries: visual and visual.graph
Parameters: you can change the initial velocity, high, gravity, the elasticity of the bounce and friction with air.
Explaining the code: