We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depends on
Two masses $m_1$ and $m_2$.
We use Jacobi coordinates, $\vec R=\frac{m_1 \vec x_1 + m_2 \vec x_2}{m_1 + m_2}$, $\vec r = \vec x_1 - \vec x_2$.
The equation we are solving is
$$ \ddot {\vec r} = - \frac{\alpha}{r^2} \hat r, $$
where $\alpha=G(m_1+m_2)$.
We reduce the problem to $R=0$,
$$ m_1 x_1 + m_2 x_2 = 0. $$
The displacement $r$ becomes
$$ \hat r = \left( 1 + \frac{m_1}{m_2} \right) \hat x_1. $$
The text was updated successfully, but these errors were encountered:
I would go with
Then go up to to bodies.
Sorry, something went wrong.
@cmp0xff agree. This issue depends on #13
No branches or pull requests
Depends on
Definition of a Two Body System
Two masses$m_1$ and $m_2$ .
We use Jacobi coordinates,$\vec R=\frac{m_1 \vec x_1 + m_2 \vec x_2}{m_1 + m_2}$ , $\vec r = \vec x_1 - \vec x_2$ .
The equation we are solving is
where$\alpha=G(m_1+m_2)$ .
Simplify
We reduce the problem to$R=0$ ,
The displacement$r$ becomes
Design
References:
The text was updated successfully, but these errors were encountered: