How does Velocity Verlet integration improve accuracy in modeling fast dynamics?

  • Context: Graduate 
  • Thread starter Thread starter squid
  • Start date Start date
  • Tags Tags
    Integration Velocity
Click For Summary
SUMMARY

Velocity Verlet integration enhances accuracy in modeling fast dynamics by integrating both velocity and position using a modified Euler scheme, achieving O(Δt³) accuracy for velocity, compared to O(Δt²) in traditional Verlet integration. This method is particularly useful in scenarios where high-order propagation techniques like RK4 are less effective due to the need for matching integration frequency with thruster control frequency. The discussion highlights the importance of Velocity Verlet integration in computational modeling, especially in contexts requiring rapid dynamics simulation.

PREREQUISITES
  • Understanding of Verlet integration methods
  • Familiarity with numerical integration techniques
  • Knowledge of classical mechanics principles
  • Experience with computational modeling in physics
NEXT STEPS
  • Research the mathematical foundations of Velocity Verlet integration
  • Explore the differences between Verlet and Velocity Verlet integration
  • Learn about Beeman's algorithm for fast dynamics modeling
  • Investigate the application of RK4 in orbital dynamics simulations
USEFUL FOR

Researchers, physicists, and computational modelers focused on simulating fast dynamics and improving accuracy in numerical integration methods.

squid
Messages
14
Reaction score
0
Hi!
Could anyone explain me why Velocity Verlet integration works and how did Loup Verlet come up with it?

Thanks!
 
Physics news on Phys.org
I saw that too. Links from that page suggest that "Velocity Verlet" integration is somewhat different from "Verlet integration".

EDIT

Found it http://www.ch.embnet.org/MD_tutorial/pages/MD.Part1.html". 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.
 
Last edited by a moderator:

Similar threads

  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 60 ·
3
Replies
60
Views
8K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 35 ·
2
Replies
35
Views
5K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K