The integration tag has no wiki summary.
0
votes
1answer
112 views
Integration error in high velocity
I've implemented a simple simulation of two planets (simple 2D disks really) in which the only force is gravity and there is also collision detection/response (collisions are completely elastic). I ...
15
votes
2answers
3k views
Why is RK4 better than Euler integration?
At the end of these great slides, the author compares all the different integrators presented. One way or another, they all fall short except for Improved Euler Integration and Runge Kutta 4 ...