Determining "boundedness" of particles in an n body simulation

DivergentSpectrum
Messages
149
Reaction score
15
is there a numerical method to determine whether two bodies will stay bounded forever in an n body simulation? i know if the energy of a particle orbitting the origin is negative, then it is bounded, where -∫(force)dr+(dr/dt)2/2=energy.
but I am curious about a genereral case, where there are more than 2 bodys, and even forces that are not inverse square proportional where i don't necessarily have a potential to subtract kinetic energy from, just the ability to numerically do the line integral of force
∫ [Fx,fy,fz]*[dx/dt,dy/dt,dz/dt] dt
thanks!
 
Physics news on Phys.org
As soon as you have more than two objects, that is not possible in general any more. Energy doesn't help - two objects can move to a closer orbit, giving energy to a third (escaping) object, so a total negative energy does not mean the objects have to stay together (but two of them will).

You can simulate the system for a very long time, of course, but then numerical errors are problematic.

For two objects: if you can write down a potential, then you can check if energy conservation allows a separation. Note that this is not sufficient - a 1/r^3-law with two objects for example has circular orbits, but also unstable trajectories leading either to a separation or a collision.
 
Toponium is a hadron which is the bound state of a valance top quark and a valance antitop quark. Oversimplified presentations often state that top quarks don't form hadrons, because they decay to bottom quarks extremely rapidly after they are created, leaving no time to form a hadron. And, the vast majority of the time, this is true. But, the lifetime of a top quark is only an average lifetime. Sometimes it decays faster and sometimes it decays slower. In the highly improbable case that...
I'm following this paper by Kitaev on SL(2,R) representations and I'm having a problem in the normalization of the continuous eigenfunctions (eqs. (67)-(70)), which satisfy \langle f_s | f_{s'} \rangle = \int_{0}^{1} \frac{2}{(1-u)^2} f_s(u)^* f_{s'}(u) \, du. \tag{67} The singular contribution of the integral arises at the endpoint u=1 of the integral, and in the limit u \to 1, the function f_s(u) takes on the form f_s(u) \approx a_s (1-u)^{1/2 + i s} + a_s^* (1-u)^{1/2 - i s}. \tag{70}...

Similar threads

Back
Top