Multistep Methods for the N-Body Problem


Multistep methods for position and acceleration

The table below lists explicit methods for calculating the next position for a body in the n-body problem given previous positions and accelerations. In the table below,

Order Method (positions) (accelerations) Escape Accuracy Source
3rdp1= +2p0 -p-1 + dt*dt*(a0) 6 1800 C
3rdp1.5= +p0.5 +p-0.5 -p-1.5 + dt*dt*( + a0.5 + a-0.5 ) 6 1000 J
5thp2= +p1 +p-1 -p-2 + dt*dt*( +5(a1+a-1) +2a0 )/4 8 100 J
5thp2.5= +p1.5 +p-1.5 -p-2.5 + dt*dt*( +7(a1.5+a-1.5) +5(a0.5+a-0.5) )/6 9 90 J
7thp3= +p2 +p-2 -p-3 + dt*dt*( +67(a2+a-2) -8(a1+a-1) +122a0 )/48 12 38 J
7thp3.5= +p2.5 +p-2.5 -p-3.5 + dt*dt*( +317(a2.5+a-2.5) +69(a1.5+a-1.5) +334(a0.5+a-0.5) )/240 14 37 J
9thp4= +p3 +p-3 -p-4 + dt*dt*( +13207(a3+a-3) -8934(a2+a-2) +42873(a1+a-1) -33812a0 )/8640 20 20 J
9thp4.5= +p3.5 +p-3.5 -p-4.5 + dt*dt*( + 22081(a3.5+a-3.5) - 7337(a2.5+a-2.5) + 45765(a1.5+a-1.5) - 29(a0.5+a-0.5) )/15120 19 19 J
9thp4= -1(p-4) +2(p3+p-3) -2(p2+p-2) +1(p1+p-1) + dt*dt*( + 17671(a3+a-3) - 23622(a2+a-2) + 61449(a1+a-1) - 50516a0 )/15120 13 23 QT
11thp5= +p4 +p-4 -p-5 + dt*dt*( +666151(a4+a-4) -841748(a3+a-3) +3606748(a2+a-2) -5111276(a1+a-1) +6989050a0 )/403200 33 33 J
11thp5.5= +p4.5 +p-4.5 -p-5.5 + dt*dt*( +1153247(a4.5+a-4.5) -1055189(a3.5+a-3.5) +4412680(a2.5+a-2.5) -3621776(a1.5+a-1.5) +2739838(a0.5+a-0.5) )/725760 29 29 J
11thp5= - 1(p-5) + 1(p4+p-4) - 1(p3+p-3) + 1(p2+p-2) - 1(p1+p-1) + 2p0 + dt*dt*( +399187(a4+a-4) -485156(a3+a-3) +2391436(a2+a-2) -2816732(a1+a-1) +4651330a0 )/241920 50 QT
13thp6= +p5 +p-5 -p-6 + dt*dt*( +25671198(a5+a-5) -48082866(a4+a-4) +214734403(a3+a-3) -426775928(a2+a-2) +713681566(a1+a-1) -798789548a0 )/14515200 60 60 J
13thp6.5= +p5.5 +p-5.5 -p-6.5 + dt*dt*( + 136462207(a5.5+a-5.5) - 207556851(a4.5+a-4.5) + 867125681(a3.5+a-3.5) - 1296919125(a2.5+a-2.5) + 1550731494(a1.5+a-1.5) - 570841806(a0.5+a-0.5) )/79833600 47 47 J
13thp7= +p7 +p-7 -p-8 + dt*dt*( + 1.591688000812(a7+a-7) - 1.427664903774(a6+a-6) + 5.796478222905(a5+a-5) - 4.129792946373(a4+a-4) + 3.028157911887(a3+a-3) + 2.141133714589(a2+a-2) + a0 )
I don't know how I got this, this is not a 13th degree polynomial.
32 33 J
13thp6= - p-6 + 2(p5+p-5) - 2(p4+p-4) + 1(p3+p-3/sub>) + dt*dt*( + 90987349(a5+a-5) - 229596838(a4+a-4) + 812627169(a3+a-3) - 1628539944(a2+a-2) + 2714971338(a1+a-1) - 3041896548a0 )/53222400 36 36 QT
15thp7= +p6 +p-6 -p-7 + dt*dt*( + 378058032343(a6+a-6) - 945040569456(a5+a-5) + 4583977840758(a4+a-4) - 11577417859120(a3+a-3) + 23470490529945(a2+a-2) - 34487534887776(a1+a-1) + 39770282562612a0 )/201180672000 115 115 J
15thp7.5= +p6.5 +p-6.5 -p-7.5 + dt*dt*( + 681136420843(a6.5+a-6.5) - 1460925809093(a5.5+a-5.5) + 6596939334222(a4.5+a-4.5) - 13816376923762(a3.5+a-3.5) + 22389594250325(a2.5+a-2.5) - 21489156635931(a1.5+a-1.5) + 9714138099396(a0.5+a-0.5) )/373621248000 82 82 J
15thp7= - p-7 + 2(p6+p-6) - 2(p5+p-5) + 1(p4+p-4) + dt*dt*( + 433489274083(a6+a-6) - 1364031998256(a5+a-5) + 5583113380398(a4+a-4) - 14154444148720(a3+a-3) + 28630585332045(a2+a-2) - 42056933842656(a1+a-1) + 48471792742212a0 )/237758976000 70 70 QT

I recently derived these methods and an explanation for them. I didn't find them first though. A previous paper, with a much better explanation of the methods, is

   Gerald D. Quinlan and Scott Tremaine
   Symmetric Multistep Methods for the Numerical Integration
     of Planetary Orbits
   The Astronomical Journal,  Volume 100 Number 5
   November 1990, pp 1694-1700
It turns out they, too, derived these methods and an explanation, then found that someone else had previously discovered them. I haven't looked up that earlier paper yet, but its reference is
  Lambert, J.D., and Watson, I.A. (1976), 
  J. Inst. Maths Applics 18, 189.
A more recent paper analyzing these methods is Backward Error Analysis for Multistep Methods by Ernst Hairer. At any rate, my explanation is below. I'll enhance using material from those references as I have time.

An nth degree extrapolation is exact if the positions are an nth degree polynomial and the accelerations are the second derivative of that polynomial. I calculated the number above by setting up those equations with pi = in-1 and ai = (n-1) * (n-2) * in-3, then solving for the coefficients with Gaussian elimination using high precision floating point numbers. Code here: ( base.h, bigfloat.h, bigfloat.cpp, multistep.cpp), compile it like "g++ -O2 bigfloat.cpp multistep.cpp -o multistep", run it like "multistep 6" to get the coefficients (represented as a hexadecimal fraction) for the 2*6+1=13th degree polynomial.

Explanation

The n-body problem refers to determining the orbits of stars and planets interacting via gravity, or atoms and molecules interacting via electric potential. Typically you have a starting state, then you determine the next state (after some small time interval), then a next after that, and so on, and you watch how the system progresses over time.

Single-step methods, such as Runge Kutta and Runge Kutta Fehlberg, determine the next step given only the current state. Multistep methods such as Adams-Moulton, Adams-Bashforth, Nystrom, and Stormer methods use several previous states to determine the next state. Multistep methods can be more efficient, but they require several previous states to be known. Single-step methods offer the flexibility of changing the step size every step in response to the current state.

Time reversible methods have the property that if states 0..n predict state n+1, then states n+1..1 predict state 0. They cannot be biased towards gaining or losing energy, because for every state that produces a gain, there is a matching state that produces a loss. Unfortunately, all time reversible systems are subject to entropy. For example, if states 0..n have obvious errors, like oscillating back and forth, those errors cannot be dampened. The only hope is not to get errors in the first place. Irreversible systems, on the other hand, can dampen such errors. An example of an irreversible method is to choose state n+1 as the average of a reversible method on 0..n and another on 1..n. Irreversible systems do not conserve energy as well as reversible systems.

All the methods considered here base their predictions on polynomials determined by a couple measurements. N+1 data values can give you an nth degree polynomial. Derivatives beyond the nth are ignored. If you look at 6 points per cycle with a timestep of 1, then the position is equal in magnitude to the velocity, and the velocity is equal in magnitude to the acceleration, and so forth for all derivatives on to infinity. Ignoring all but the first finite few is never good enough. Therefore, no polynomial method is going to allow you to reach 6 points per cycle. At fewer than 6 points per cycle, each derivative is actually larger than the one before it, so things get really hopeless.

The sections of this paper are

Below is a simulation running a 9th-order position-acceleration method, complete with source code).

(Click to start or stop, drag to rotate, and shift and drag to zoom)


Earlier Methods

The original formula

"p2 = p1 + v1*dt + 0.5*a1*dt*dt", and "v2 = v1 + a1*dt", where p1 is the position, v1 is the velocity, and a1 is the acceleration at time t1. p2 is the position and v2 is the velocity at time t1+dt. The original formula is the first three terms of the Taylor series, and can be found in all calculus and physics handbooks. This formula produces quite a bit of error when dt is not infinitessimal. Simulated orbits spiral outwards.

The accelerations are determined from the masses and distances. It is possible to scale the timestep (dt) to 1 by scaling the masses and velocities. This removes all the multiplications by dt, and is a good thing. I'll assume from here on out that that is always done. The original formula is then "p2 = p1 + v1 + 0.5*a1" and "v2 = v1 + a1".

The leapfrog formula

"v2 = v1 + a1" and "p2 = p1 + v2". This is called the leapfrog method, Stormer-Verlet, Adams-Verlet, and so forth. It does an excellent job of conserving energy and works far better than the original formula. It is the most common formula in simulations on the web. Elliptical orbits tend to precess, and orbits are slightly longer than they ought to be. The leapfrog method's approximation is exact for any 3rd degree polynomial.

The leapfrog formula can be derived from a 3rd-order characteristic:

a1 = (p2 - p1) - (p1 - p0)
a1 = p2 - p1 - (p1 - p0)
p1 + (p1 - p0) + a1 = p2
p1 + v1 + a1 = p2

The leapfrog method can also be derived from the original formula:

p2 = p1 + v1 + 0.5*a1
p0 = p1 - v1 + 0.5*a1
p2 + p0 = 2*p1 + a1
p2 = 2*p1 - p0 + a1
p2 = p1 + (p1-p0) + a1
p2 = p1 + v1 + a1

As you can see, the velocity in the leapfrog method isn't really the velocity. It is the difference between the current and previous position. Given the current position, velocity, and acceleration, the previous position can be estimated as "p0 = p1 - v1 - 0.5*a1", or "(p1-p0) = v1 - 0.5*a1". (When given the starting position and velocity, and using the leapfrog method, it is helpful to adjust the velocity as shown before starting the simulation.)

The leaprfrog method, in light of the above, can be used as a single-step method. I use it to determine the first n states for the multistep methods. The leapfrog method is much less accurate, though. Given n states, I can use a multistep method to generate n more, then take every other state, then treat that as the starting n states but with double the stepsize. I start the leapfrog method with a stepsize 1/512 of what I intend to finally run with, then I double the stepsize 9 times.

Adams, Stormer multistep methods

A multistep method (also known as an Adams method) uses several already-computed positions to determine the next position. The Stormer methods are a type of Adams method that use the last n accelerations to determine the next position. There are explicit methods (where the formula tells you the next position), and implicit methods (where the formula includes the next position, and you have to guess that position and iterate until the formula converges).

The leapfrog method is the 3rd order Stormer method. Higher-order explicit Stormer methods are all unstable. They are of the form "p2 = p1 + (p1-p0) + c1a1 + c2a0 + c3a-1 + c4a-2 + c5a-2 ...".

A stable step function can be iterated for any number of steps and still produce reasonable looking results. Slightly unstable step functions will map a world in a line for a couple steps, then the world will develop increasingly large oscillations until the world is crossing the universe every step. Very unstable step functions skip straight to crossing the universe every step. The original method, although very inaccurate, is stable. The 7th order Stormer method is slightly unstable, and the 14th order Stormer method is very unstable.

Nth-order characteristics

An nth order characteristic is true when applied to any nth degree polynomial. Here are (new?) characteristics involving the zeroth and second derivative (that is, position p and acceleration a).

Characteristics for position and acceleration

The methods above are linear combinations of certain characteristics of nth-degree polynomials. These characteristics, up to order 15, are listed below. (There are only odd-degree characteristics for positions and accelerations.) The 9th-order method, for example, is a linear combination of the 9th, 11th, 13th, and 15th order characteristics. The exact linear combination that produces the methods can be found by Gaussian elimination, solving for a pattern of coefficients for the positions that looks like this: (-1, 1, 0, 0, ..., 0, 0, 1, -1).

Order (position) (acceleration)
3rd + 1(p1 + p-1) - 2p0 = dt*dt*( + a0)
5th + 12(p1 + p-1) - 24p0 = dt*dt*( + 1(a1 + a-1) + 10a0)
7th + 3(p2 + p-2) + 48(p1 + p-1) - 102p0 = dt*dt*( + 8(a1 + a-1) + 44a0)
9th + 465(p2 + p-2) + 1920(p1 + p-1) - 4770p0 = dt*dt*( + 23(a2 + a-2) + 688(a1 + a-1) + 2358a0)
11th + 79(p3 + p-3) + 4671(p2 + p-2) + 9585(p1 + p-1) - 28670p0 = dt*dt*( + 387(a2 + a-2) + 6012(a1 + a-1) + 16182a0)
13th + 49483(p3 + p-3) + 785862(p2 + p-2) + 790965(p1 + p-1) - 3252620p0 = dt*dt*( + 1857(a3 + a-3) + 110322(a2 + a-2) + 989739(a1 + a-1) + 2175924a0)
15th + 344007(p4 + p-4) + 44853824(p3 + p-3) + 401644656(p2 + p-2) + 214861248(p1 + p-1) - 1323407470p0 = dt*dt*( + 2630976(a3 + a-3) + 78996384(a2 + a-2) + 523869120(a1 + a-1) + 1019635440a0)

Characteristics for position and velocity

It is unusual for differential equations to ignore the first derivative (velocity). The techniques used above work equally well on position and velocity rather than position and acceleration. The table below gives 2nd through 20th order characteristics for position and velocity. (Half-positions were used to emphasize symmetry, and to match how linear combinations were done for the methods above.)

Order (position) (velocity)
2rd + 2(p0.5 - p-0.5) = dt*( + 1(v0.5 + v-0.5))
4th + 1(p1.5 - p-1.5) + 9(p0.5 - p-0.5) = dt*( + 6(v0.5 + v-0.5))
6th + 11(p1.5 - p-1.5) + 27(p0.5 - p-0.5) = dt*( + 3(v1.5 + v1.5) + 27(v0.5 + v0.5))
8th + 3(p2.5 - p-2.5) + 175(p1.5 - p-1.5) + 300(p0.5 - p-0.5) = dt*( + 60(v1.5 + v-1.5) + 360(v0.5 + v-0.5))
10th + 137(p2.5 - p-2.5) + 1625(p1.5 - p-1.5) + 2000(p0.5 - p-0.5) = dt*( + 30(v2.5 + v-2.5) + 750(v1.5 + v-1.5) + 3000(v0.5 + v-0.5))
12th + 5(p3.5 - p-3.5) + 784(p2.5 - p-2.5) + 5880(p1.5 - p-1.5) + 6125(p0.5 - p-0.5) = dt*( + 210(v2.5 + v-2.5) + 3150(v1.5 + v-1.5) + 10500(v0.5 + v-0.5))
14th + 363(p3.5 - p-3.5) + 9947(p2.5 - p-2.5) + 48363(p1.5 - p-1.5) + 42875(p0.5 - p-0.5) = dt*( + 70(v3.5 - v-3.5) + 3430(v2.5 - v-2.5) + 30870(v1.5 - v-1.5) + 85750(v0.5 - v-0.5))
16th + 35(p4.5 - p-4.5) + 10863(p3.5 - p-3.5) + 179424(p2.5 - p-2.5) + 691488(p1.5 - p-1.5) + 555660(p0.5 - p-0.5) = dt*( + 2520(v3.5 + v-3.5) + 70560(v2.5 + v-2.5) + 493920(v1.5 + v-1.5) + 1234800(v0.5 + v-0.5))
18th + 7129(p4.5 - p-4.5) + 350649(p3.5 - p-3.5) + 3569184(p2.5 - p-2.5) + 10965024(p1.5 - p-1.5) + 8001504(p0.5 - p-0.5) = dt*( + 1260(v4.5 + v-4.5) + 102060(v3.5 + v-3.5) + 1632960(v2.5 + v-2.5) + 8890560(v1.5 + v-1.5) + 20003760(v0.5 + v-0.5))
20th + 126(p5.5 - p-5.5) + 65945(p4.5 - p-4.5) + 1900305(p3.5 - p-3.5) + 14799510(p2.5 - p-2.5) + 39334680(p1.5 - p-1.5) + 26893944(p0.5 - p-0.5) = dt*( + 13860(v4.5 + v-4.5) + 623700(v3.5 + v-3.5) + 7484400(v2.5 + v-2.5) + 34927200(v1.5 + v-1.5) + 73347120(v0.5 + v-0.5))

All of these can be used as implicit or explicit Adams methods by solving for one of the terms. The 3rd order characteristic is the leapfrog method, in this sense. The 7th, 11th, and 15th order characteristics form explicit Adams methods, but they are unusably unstable. The 5th, 9th, and 13th order characteristics form implicit Adams methods. I haven't checked them, but I imagine they are unusably unstable too.

The n+4th characteristic is always some linear combination of the nth, n+2th, and the nth shifted -1 and +1. (For example, 3rd shifted -1 and +1 is "p-2 - 2p-1 + p0 + p0 - 2p1 + p2 = a-1 + a1".)

I found these using a C program doing long-double Gaussian elimination on in, for a sequence of points all 1 apart and centered at 1/4. I took advantage of the fact that the constants are symmetric to cut the matrix size in half. For the 5th, 9th, and 13th order characteristics, I first found the characteristics with the middle acceleration zero, then subtracted that from the 7th, 11th, 15th order characteristics to get the form shown here. I used continued fractions to determine the denominators of the resulting constants.

Update on that: if I know the position coefficients, I can use Gaussian elimination to find the other coefficients. That lets me find methods directly without searching for linear combinations of characteristics, even without knowing the characteristics. The position coefficients sum to 1 for all methods. The last coefficient is always 1 for position-velocity and -1 for position-acceleration.

Nth-order methods (reversible)

(All the methods I gave in the tables at the top are time-reversible. This means they will probably do a good job of conserving energy. It also means they cannot dampen any oscillations due to errors.)

how do I find stable methods?

Whether a method is stable can be tested by considering an object at rest, for the problem x' = x'' = 0, with an error recorded in the position of +1 at time zero. Track how the error gets propogated. The accelerations (velocities) are always zero, so their coefficients don't matter. The position coefficients (1, 0, 0, ... 0, 0, 1, -1) propogate errors like so: 0 0 0 0 .. 0 0 0 0 1 1 1 1 .. 1 1 1 1 2 2 2 2.. 2 2 2 2 3 3 3 3 .. 3 3 3 3 4 4 4 4 ... As you can see, this is equivalent to a change in velocity plus an oscillation every n points, where the oscillation stays a fixed size. The position coefficients (0, 0, ..., 0, 0, 1) propogate like so: 0 0 .. 0 0 1 0 0 .. 0 0 1 0 0 .. 0 0 1, which you can see is just a repeating oscillation. Position-velocity methods can use (0 0 .. 0 1). Position-acceleration methods need (1 0 0 .. 0 0 1 -1).

Once you have position coefficients you are happy with, let n be the order of the method, and use Gaussian elimination on the sequence in to determine the velocity or acceleration coefficients.

what makes some problems good and some problems bad?

For most problems (for example, x'=x(y-2), y'=y(1-x)), the acceleration (velocity) does matter, in fact no symmetric multistep method seems to be stable. But for some problems (for example, x'=y, y'=-x, or the n-body problem), the feedback seems to always cancel itself out.

I don't know yet what makes a problem good or bad.

For position-acceleration methods, with coefficients (-1, 1, 0 .. 0, 1, -1), which propogate an error as (0 0 .. 0 0 1 1 .. 1 1 2 2 .. 2 2 3 3 ..) when the acceleration is zero, I can say a little more about stability. An impulse of 1 translates into a change in velocity between every n-1th and nth step. n consecutive impulses of 1 translates into a change in velocity of 1 between all points, that is, a smooth change in velocity of 1. All the accelerations times their coefficients can be treated as impulses. The velocity at point after a long period of time is the sum of the impulses from every nth point.

why is there a continuum of stable position coefficients?

There is a continuum of stable position coefficients. For example, ((1/2), 1, (1/2), -1) is stable. The oscillation doesn't repeat, it looks kinda random. But it never grows. (The acceleration coefficients for this one are 31/24, 22/24, 31/24, if you feel like testing it.)

An old textbook of mine, "Introductory Combinatorics" by Brualdi, 1977 Elsevier Science Publishing, pp 131-139, shows how to find close-form expressions for "linear recurrence relations", where ai+1 = c0ai + c1ai-1 + c2ai-2 + c3ai-3. You have to factor (c0 + c1x + c2x2 + c3x3) into (x-A)(x-B)(x-C)(x-D). When the values of c are (2+2Q, -2-4Q, 2+2Q, -1), as is required for the position coefficients for four-term position-acceleration methods, that factors into (x-1) (x-1) (x+(Q+sqrt(QQ-1))) (x+(Q-sqrt(QQ-1))). The reference above shows how to translate that into the closed form an = (W*1n + X*(n-1)*1n + Y*cos(n*arccos(Q)) + Z*sin(n*arccos(Q))) when (QQ-1) is negative. (All those terms are powers of the roots of the original polynomial. When QQ-1 is negative, ||Q + sqrt(QQ-1)|| = sqrt(||QQ||+||QQ-1||) = sqrt(QQ - QQ + 1) = sqrt(1) = 1. Exponentiating complex numbers of magnitude 1 produces sine waves.) (I ought to define W,X,Y,Z in terms of Q, but I haven't been able to work it through without making a mistake somewhere along the way yet. I'm awful at algebra.) This predicts that position coefficients strictly between (-1, 0, 2, 0, -1) and (-1, 4, -6, 4, -1) should be stable, and outside of that methods should diverge, and this is in fact the case. The same techniques can be applied to higher order methods.

For example, for (-1, 1/2, 1, 1/2, -1), Q=-3/4, arccos(Q) is about 138.59 degrees, W=0, X=2/7, Y=2/7, and Z=6/(7*sqrt(7)). That correctly predicts that the next term after 0, 0, 0, 1, is 1/2.

Nth-order methods (self-correcting)

If you eliminate time-reversibility (that is, the requirement that the coefficients are symmetric), you can dampen oscillations. That would allow the output of one method to be used as the input to another method without errors growing exponentially. A first step in this direction, given a bunch of symmetric methods, is to average together a couple methods. For example, you can make the position-velocity methods above useful by averaging together the two methods of the same order.

Methods for position and velocity

The same techniques can be used to derive methods for position and velocity, rather than position and acceleration. Any error oscillates without getting bigger, and errors do not change velocity. However, if you use the output of one method as the input to another (for example using acceleration to find velocity then velocity to find position), errors increase exponentially. I tried the n-body simulations that way with lots of combinations of these, and they all explode after an orbit or two. I also tried a single-level problem where the orbit depended strongly on the position, and that always exploded too.

These methods are just good for nothing on their own. Tests were run for the n-body problem, where two consecutive methods were averaged together. For methods on half-points, measurements were run on (x+2y)/3, where x is the method and y is the next consecutive (whole-point) method. For methods on whole points, measurements were run on (3x+y)/4, where x is the current method and y is the next consecutive method (a half-point method). Even with the methods averaged together, these results look pretty bad to me. At this point I'd recommend using something (anything) else.

Order Method (positions) (velocities) Escape Accuracy
2ndp1= + p-1.0 + dt*( + 2v0.0 ) 15 >1000
2ndp1.5= + p-1.5 + dt*( + 3v0.5 + 3v0.5 )/2 ? ?
4thp2= + p-2 + dt*( + 8v1 - 4v0 + 8v-1 )/3 35 200
4thp2.5= + p-2.5 + dt*( + 55v1.5 + 5v1.5 + 5v-1.5 + 55v-1.5 )/24 ? ?
6thp3= + p-3 + dt*( + 33v2 - 42v1 + 78v0 - 42v-1 + 33v-2 )/10 120 120
6thp3.5= + p-3.5 + dt*( + 4277v2.5 - 3171v1.5 + 3934v0.5 + 3934v-0.5 - 3171v-1.5 + 4277v-2.5 )/1440 ? ?
8thp4= + p-4 + dt*( + 3680v3 - 7632v2 + 17568v1 - 19672v0 + 17568v-1 - 7632v-2 + 3680v-3 )/945 400 600
8thp4.5= + p-4.5 + dt*( + 16083v3.5 - 25227v2.5 + 44703v1.5 - 15399v0.5 - 15399v-0.5 + 44703v-1.5 - 25227v-2.5 + 16083v-3.5 )/4480 ? ?
10thp5= + p-5 + dt*( + 20225v4 - 58450v3 + 166700v2 - 275350v1 + 339110v0 - 275350v-1 + 166700v-2 - 58450v-3 + 20225v-4 )/4536 3000 >10000
10thp5.5= + p-5.5 + dt*( + 30277247v4.5 - 72635189v3.5 + 172412680v2.5 - 187941776v1.5 + 97803838v0.5 + 97803838v-0.5 - 187941776v-1.5 + 172412680v-2.5 - 72635189v-3.5 + 30277247v-4.5 )/7257600 ? ?
12thp6= + p-6 + dt*( + 9626v5 -35771v4 +123058v3 -266298v2 +427956v1 -494042v0 +427956v-1 -266298v-2 +123058v-3 -35771v-4 + 9626v-5 )/1925 ? ?
12thp6.5= + p-6.5 + dt*( + 4.7262539404881v5.5 -15.285227125547v4.5 +45.75275765364v3.5 -77.59663041319v2.5 +85.1901407992v1.5 +36.2872948546v0.5 +36.2872948546v-0.5 +85.1901407992v-1.5 -77.59663041319v-2.5 +45.75275765364v-3.5 -15.285227125547v-4.5 + 4.7262539404881v-5.5 ) ? ?
14thp7= + p-7 + dt*( + 5.52398548399v6 - 25.1322711876v5 + 101.7001500619v4 - 271.271046097v3 + 540.80724780v2 - 805.2153417v1 + 921.1745513v0 - 805.2153417v-1 + 540.80724780v-2 - 271.271046097v-3 + 101.7001500619v-4 - 25.1322711876v-5 + 5.52398548399v-6 ) ? ?
14thp7.5= + p-7.5 + dt*( + 5.259634135629v6.5 - 21.426674812136 v5.5 + 77.57813318807v4.5 - 174.6135460410 v3.5 + 274.436211315v2.5 - 271.085884246v1.5 + 117.352126463v0.5 + 117.352126463v-0.5 - 271.085884246v-1.5 + 274.436211315v-2.5 - 174.6135460410 v-3.5 + 77.57813318807v-4.5 - 21.426674812136 v-5.5 + 5.259634135629v-6.5 ) ? ?


Exploring orbits with Java
Klemperer Rosettes
A set of noncolliding orbits that fills 3-space
Table of Contents