Welcome to Angled Launch Simulator! - Use the mouse to adjust the angle and initial velocity of the cannonball. - Click to launch - Press Space to turn the pen on/off - Press the "Show Variables" button on the top right to display other variables at work during the launch.
I am in a physics class this year and decided to create a simulator for vertical launches using the real equations that I learned! Vertical Launch Simulator: https://scratch.mit.edu/projects/143669973/ --Variable Explanations--- Height --> The maximum height the cannonball reaches (m) Distance --> How far from the cannon the ball lands (m) Air Time --> the total air time (seconds) YΔx --> distance from the cannon in Y dimension (m) XΔx --> distance from the cannon in X dimension (m) Yvo --> initial velocity in the Y dimension (m/s) Xvo --> initial velocity in the X dimension (m/s) Yv --> current velocity in the Y dimension (m/s) Xv--> current velocity in the X dimension (m/s) a --> acceleration = -9.8 m/s (gravity) L --> initial velocity (m/s) ϴ --> angle (degrees) t(up) --> time at the maximum height (seconds) Coding and Graphics by @spaceyJC You may use this with credit!