Supriya Ghosh (Editor)

Jacobi coordinates

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Jacobi coordinates

In the theory of many-particle systems, Jacobi coordinates often are used to simplify the mathematical formulation. These coordinates are particularly common in treating polyatomic molecules and chemical reactions, and in celestial mechanics. An algorithm for generating the Jacobi coordinates for N bodies may be based upon binary trees. In words, the algorithm is described as follows:

Let mj and mk be the masses of two bodies that are replaced by a new body of virtual mass M = mj + mk. The position coordinates xj and xk are replaced by their relative position rjk = xj − xk and by the vector to their center of mass Rjk = (mj qj + mkqk)/(mj + mk). The node in the binary tree corresponding to the virtual body has mj as its right child and mk as its left child. The order of children indicates the relative coordinate points from xk to xj. Repeat the above step for N − 1 bodies, that is, the N − 2 original bodies plus the new virtual body.

For the N-body problem the result is:

r j = 1 m 0 j k = 1 j m k x k     x j + 1   , ( j = 1 , 2 , , N 1 ) r N = 1 m 0 N k = 1 N m k x k   ,

with

m 0 j = k = 1 j   m k   .

The vector r N is the center of mass of all the bodies:

The result one is left with is thus a system of N-1 translationally invariant coordinates r 1 , , r N 1 and a center of mass coordinate r N , from iteratively reducing two-body systems within the many-body system.

References

Jacobi coordinates Wikipedia