Projectile motion is a good example of 2D motion that is decomposed into two 1D motions. It is a free fall in the y direction and a uniform motion in the x direction. Conceptually, there is really ...
get_derivative.m: This function finds the derivative of a signal. get_derivative_impliment.m: This script provides an example case of finding a signal's derivative. Specifically, the script finds and ...
Projectile motion describes how objects move through the air after being launched, like when a ball is thrown or an arrow fired. After launching, the only force acting on the projectile is gravity ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...