News

Maybe you have noticed how much material there was (for me at least) in last week's MythBusters. One of the myths they looked at was the bus jumping over a gap in the road from the movie Speed. I am ...
In a previous post, I was trying to show that the range of a projectile depends on the launch angle. Yes, this isn't that too difficult to see in an introductory physics course, but how do you show ...
This project simulates the projectile motion of a particle using Euler's method of integration. It calculates the trajectory based on user-defined initial conditions such as position, angle, and ...
This Python script simulates and visualizes projectile motion under three different drag conditions: No Drag Force (Fr = 0): The projectile follows an ideal parabolic trajectory where only 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 ...