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,[1] and in celestial mechanics.[2] An algorithm for generating the Jacobi coordinates for N bodies may be based upon binary trees.[3] In words, the algorithm is described as follows:[3]
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:[4]
\boldsymbol{r}j=
1 | |
m0j |
j | |
\sum | |
k=1 |
mk\boldsymbol{x}k - \boldsymbol{x}j+1 , j\in\{1,2,...,N-1\}
\boldsymbol{r}N=
1 | |
m0N |
N | |
\sum | |
k=1 |
mk\boldsymbol{x}k ,
with
m0j=
j | |
\sum | |
k=1 |
mk .
The vector
\boldsymbol{r}N
\boldsymbol{r}1
The result one is left with is thus a system of N-1 translationally invariant coordinates
\boldsymbol{r}1,...,\boldsymbol{r}N-1
\boldsymbol{r}N
This change of coordinates has associated Jacobian equal to
1
If one is interested in evaluating a free energy operator in these coordinates, one obtains
H0=-\sum
| ||||
j=1 |
2 | |
\partial | |
\boldsymbol{x |
|
2 | |
\partial | |
\boldsymbol{r |
N
N | |
\sum | |
k=j+1 |
mk | = | |
m0km0k-1 |
1 | - | |
m0j |
1 | |
m0N |