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 ...
It is that FIRST Robotics competition time of the year. Basically, in FIRST, high school students work in teams to build robots that compete in specific tasks. Apparently, this year a task involves ...
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 ...
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 ...