Two-Body Equations of Motion in an Inertial Frame#
In this section, we will develop the equations of motion for two masses,
The origin of this inertial frame of reference is arbitrary. We don’t specify where the origin of the frame is, only that the frame exists and is inertial. Finding a truly inertial reference frame can be tricky, since picking a fixed location in space is tricky. Even Newton deferred this question!
Relative Position Vector#
We will use capital letters to refer to coordinates in the inertial reference frame,
Fig. 8 The locations of two point masses,
The position vectors
Let
We also define a unit vector pointing from
where
Forces in the Two-Body System#
The two masses are acted upon only by their mutual gravitational pull.
Newton’s second law says that the force is equal to the mass times the acceleration:
where
Since the only force in this system is the gravitational attraction, the force is also equal to Newton’s law of gravitation, (1). The force of
Finding the Equations of Motion#
Combining (17) and (18), we find:
Finally, we divide through by the mass on the left side of each equation and replace
This is a coupled, nonlinear, vector system of ordinary differential equations.
Finding the System State as a Function of Time#
Our goal is now to determine equations that will let us solve for the position, velocity, and acceleration of the two masses as a function of time. We split (20) into components to find the absolute acceleration of each mass:
Now we have a system of six nonlinear ordinary differential equations. Since the highest order derivative in the system is the second derivative, we need 6 equations * 2nd order = 12 initial conditions to solve the problem. The most convenient set of initial conditions are the six position components and six velocity components of
These components are called the state vector of the system. This is because when all 12 values are known, the state of the system is completely determined. This happens in two steps:
By using the positions, we can find all the acceleration components using (21)
By integrating the acceleration from step 1 and adding the known velocity components, we can find the absolute velocity
Although these steps can be done by hand, in practice it is more convenient to solve them with a computer, numerically.