Recent content by Duvno
-
D
Undergrad Newton's Cannon: Finding the displacement, velocity, acceleration
I'm working on a Java project to simulate Newton's Cannon (example: http://spaceplace.nasa.gov/how-orbits-work/). How do I find the x and y components of displacement, velocity and acceleration of the projectile after a time Δt? I know that I need to use Newton's law of gravitation, however I...