-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Term in Verlet Integration Page #994
Comments
Right, I was confused as well when reading your issue, and I would have agreed with you. As you noticed, Equation 5 is the difference of equations 2 and 3. As such, the jerk term does not cancel out, because of their different signs. Hope this helped! |
I think this should be explicitly mentioned. I'll do that today. |
@Amaras Ah, yes. It's a mistake on my part! That makes perfect sense, thank you! |
@leios that sounds great. Maybe I'll leave this open for you to track and close when you're done? |
Hi team,
This is regarding the Verlet Integration page that's here: https://www.algorithm-archive.org/contents/verlet_integration/verlet_integration.html
Similar to how Equation 4 is sum of Eq. 2 and 3, we can see that Eq. 5 is a difference of 2 and 3. When we do that, the error term turns out to be O(del. t^3) and not O(del. t^2) as stated in the page. Did I get something wrong? Or should that page be corrected? Happy to provide more information if this post is not clear.
Best,
Harsha
The text was updated successfully, but these errors were encountered: