(no title)
cdwhite | 11 years ago
From his perspective, of course, using Runge-Kutta makes perfect sense. This is "Huh: I have this tool, and applying it to this problem wouldn't be too hard; would the tool work?", not "I should create a new tool."
ETA: couple of forgotten words.
reidacdc|11 years ago
Having said that, it is an adaptive RK scheme, and it seems to work pretty well, the article shows that the results match some reference data quite well, and it even captures some quite subtle effects, most notably the influence of the moon.
troubled5|11 years ago
Probably he should have done research before he started, he would have found one of the several lecture notes that tell you how to integrate orbits. They tell you that symplectic methods are great for time reversible problems.
Or he would have found one of the public codes for integrating the solar system very far into the future.
tjradcliffe|11 years ago
I really didn't expect the RK4 thing to work at all, and once it was clear it kind of did decided to push on for fun.
tjradcliffe|11 years ago