Tagged Questions
The verlet-integration tag has no wiki summary.
7
votes
3answers
1k views
Why is Verlet integration better than Euler integration?
Can someone explain me why Verlet integration is better than Euler integration? And why RK4 better than Verlet? I don't understand why it is a better method :/
2
votes
1answer
310 views
Very basic collision resolution with verlet integration
I'm learning how to do some very basic physics stuff for my own amusement, but I'm running into an odd issue.
I'm using a time-corrected verlet integration method as described on ...
0
votes
0answers
506 views
Game physics: Simulating a rope interacting with solid objects
I am working on a 2D game that requires rope physics. To start, I have created a prototype with one end of the rope attached to the mouse pointer, and a large, heavy ball on the other end, with ...
0
votes
0answers
29 views
Time Integration Methods When Only a(t) And a(t+dt) Are Known
Are there any other time integration methods that can be used when only a(t) and a(t+dt) are known? Velocity-Verlet is the only one I am aware of aside from basic Euler integration; I would like to ...