| Thread Closed |
Velocity Verlet Integration |
Share Thread | Thread Tools |
| Dec1-06, 08:19 AM | #1 |
|
|
Velocity Verlet Integration
Hi!
Could anyone explain me why Velocity Verlet integration works and how did Loup Verlet come up with it? Thanks! |
| Dec1-06, 10:12 AM | #2 |
|
|
I had never heard of "Vertlet integration" before I saw this!
Try here: http://en.wikipedia.org/wiki/Verlet_integration |
| Dec1-06, 10:52 AM | #3 |
|
Mentor
|
I saw that too. Links from that page suggest that "Velocity Verlet" integration is somewhat different from "Verlet integration".
EDIT Found it here. Velocity Verlet integration integrates velocity as well as position via a modified Euler scheme: [tex]v(t+\Delta t) = v(t) + \frac 1 2 (a(t)+a(t+\Delta t))\Delta t[/tex] Plain Jane Verlet integration computes velocity post-integration, resulting in [tex]O(\Delta t^2)[/tex] velocity errors. The Velocity Verlet integration yields [tex]O(\Delta t^3)[/tex] accuracy for velocity. /EDIT We typically use higher-order propagation techniques to achieve a high level of accuracy. It's pretty hard to beat good old RK4 in a regime where the integration frequency has to match the thruster control frequency (10 to 100 Hz or so) while the orbital dynamics operate at a much slower frequency. However, we sometimes need to revert to lower order techniques to model flex (very fast dynamics). This technique and related ones (e.g., http://en.wikipedia.org/wiki/Beeman%27s_algorithm) look very promising. Thanks to the OP. |
| Thread Closed |
| Thread Tools | |
Similar Threads for: Velocity Verlet Integration
|
||||
| Thread | Forum | Replies | ||
| Need some help with Verlet algorithm | Advanced Physics Homework | 2 | ||
| code for verlet frog leap method. | Programming & Comp Sci | 9 | ||
| integration (terminal velocity) | Introductory Physics Homework | 4 | ||
| vertical velocity and integration | Calculus & Beyond Homework | 7 | ||
| Aceleration/Velocity and Integration help | Calculus & Beyond Homework | 2 | ||