- #1
livenail
- 1
- 0
Homework Statement
I am attempting to write a physics simulation program using the kinematic equations and using Runge-Kutta to solve them to determine how an object will move through space subject to certain gravitational forces etc.
Homework Equations
I have x=vt+(at^2)/2 as the equation i need to solve.
Same in the Y direction.
The Attempt at a Solution
I've attempted to find code online to help, but what I've found has been mostly the spring equations, nothing dealing with pure kinematics.
If someone knows of a place i could get code for this, in any language it would be much appreciated!
thanks in advance
Last edited: