-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Please enable MathJax Plugin for Github or similiar to view $\LaTeX$.
When trying to find the motion of a comet (mass
If the comet's position is
To normalize the problem start by redefining the distance between the primary masses, \begin{equation} \left| r_1 - r_2 \right| \equiv 1 \end{equation}
Since I am normalizing a problem which includes the concept of barycenter, it would only make sense to redefine the small primary mass (in this case the Earth) such that $ 0 < m_2 < 1 $. \begin{equation} m_2\ \longrightarrow\ \frac{m_2}{m_1+m_2} \label{mu} \end{equation} Simplifying things further, \begin{align} &m_2 = \mu \label{m2} \\\ &m_1 = 1 - \mu \label{m1} \end{align} so with these new masses I now have a normalized relationship between the two bodies; \begin{equation} m_2 + m_1 = 1 \end{equation}
To accommodate for the stationary configurations—the two primary large masses have fixed positions in a co-rotating frame with the origin at the center of mass. To do this first consider the derived formula for angular velocity
Furthermore, in the current defined frame of reference the following are the distances squared between the smaller mass
Since I am trying to solve for the stationary configurations, the velocity and acceleration are assumed to be zero. This simplifies equations \eqref{av1} and \eqref{av2} to the following, \begin{align} &x = \frac{\mu(x-1+\mu)}{r_2^3}+ \frac{(1-\mu)(x+\mu)}{r_1^3} \label{l123}\\\ %%%%%%%%%%%% &y = \frac{\mu y}{r_2^3}+ \frac{(1-\mu)y}{r_1^3} \end{align}
The first three Lagrange points lie on the same line connecting
L_2 = (+1.0100336,\ 0) \\
L_3 = (-1.0000013,\ 0)
\end{cases}
\end{equation*}
note that from \eqref{mu}
The stable Lagrange points
L_5 = (0.5-\mu,\ -\dfrac{\sqrt{3}}{2})
\end{cases}
\end{equation*}
To use the results found above in order to find the two-dimensional motion of the comet
&v_y = \dot{y} \\
%%%%%%%%%%%%%%%%%%%
&\dot{v}_x = -\frac{\mu(x-1+\mu)}{r_2^3}- \frac{(1-\mu)(x+\mu)}{r_1^3} + 2{v}_y + x \\
%%%%%%%%%%
&\dot{v}_y = -\frac{\mu y}{r_2^3}- \frac{(1-\mu)y}{r_1^3} + 2v_x+y
\end{align}
[1] Lagrange Point (2020), Wikipedia, retrieved on 10/01/2020 from https://en.wikipedia.org/wiki/Lagrange_point.
[2] Nkosi N. Trim, Visualizing Solutions of the Circular Restricted Three-Body Problem, Rutgers
University, 2008.
Who said classical mechanics isn't beautiful?