Orbital Mechanics Equation

Orbital Mechanics Equations

Mathematical formulations describing the motion of celestial bodies under gravitational influence, including two-body and N-body problems.

Two-Body and N-Body Dynamics

The fundamental equation describing the motion of two celestial bodies is given by Newton's Law of Universal Gravitation:

F=G×m1×m2r2

where F is the force of gravity between the two objects, G is the gravitational constant (6.67430×1011 m3 kg1 s2), m1 and m2 are the masses of the objects, and r is the distance between their centers.


Kepler's Equation

Kepler's equation relates the mean anomaly M, the eccentric anomaly E, and the eccentricity e of an orbit:

M=EesinE

Orbital Period

The orbital period P of an object can be calculated using the following equation:

P=2πa3μ

where a is the semi-major axis of the orbit and μ is the standard gravitational parameter (μ=G×M, where M is the mass of the central body).


Vis-Viva Equation

The vis-viva equation relates the current distance r from the central body to the specific orbital energy h:

v2=μ(2r1a)

where v is the relative velocity between the two objects, and a is the semi-major axis.


Specific Mechanical Energy

The specific mechanical energy E of an object in orbit is given by:

E=v22μr

where v is the velocity of the object, r is its distance from the central body, and μ is the standard gravitational parameter.


Escape Velocity

The escape velocity ve from a gravitational body is calculated as:

ve=2μ(1r)

where r is the distance from the center of the body, and μ is the standard gravitational parameter.


Orbital Velocity

For a circular orbit, the orbital velocity v is given by:

v=μ(1r)

where r is the radius of the circular orbit, and μ is the standard gravitational parameter.


Angular Velocity

The angular velocity ω of an object in orbit is related to the period P by:

ω=2πP

Universal Variable Formulation

The universal variable formulation is used to address the two-body problem for various orbit types. It introduces the universal variable u:

r=a(1ecosu)r˙=aesinuu˙θθ0=u+esinu

where r is the distance, a is the semi-major axis, e is the eccentricity, θ is the true anomaly, and u˙ is the derivative of u with respect to time.


Two-Body Equation of Motion

The fundamental equation describing the motion of two celestial bodies is given by Newton's law of universal gravitation:

F=G×m1×m2r2

where F is the force of gravity between the two objects, G is the gravitational constant (6.67430×1011 m3 kg1 s2), m1 and m2 are the masses of the objects, and r is the distance between their centers.


Three-Body and N-Body Problems

Three-Body Problem

The three-body problem does not have a general closed-form solution. However, we can describe it using numerical methods and approximations:

Euler's Three-Body Problem:
This formulation involves solving for the motions of three bodies interacting gravitationally. It is a specific instance of the three-body problem with particular initial conditions.

Restricted Three-Body Problem:
In this formulation, one body is assumed to have negligible mass compared to the other two, effectively making it a two-body problem with an additional perturbing force. The equations of motion for the restricted three-body problem are:

r¨1=GM2r23r2GM3r33r3r¨2=GM1r13r1GM3r33r32

where G is the gravitational constant, Mi and ri are the masses and position vectors of the bodies, and rij=|rirj|.

N-Body Problem

The N-body problem involves determining the motions and interactions of N celestial bodies under their mutual gravitational attractions. There is no general closed-form solution for N>2. Numerical methods are employed to approximate solutions:

Gravitational N-Body Simulation:
This involves discretizing time, calculating accelerations due to pairwise gravitational interactions, and updating positions and velocities iteratively:

ai=j=1,jiNGMj(rjri)|rjri|3ri(t+Δt)=ri(t)+vi(t)Δt+12ai(t)Δt2vi(t+Δt)=vi(t)+12(ai(t)+ai(t+Δt))Δt

where ri, vi, and ai are the position, velocity, and acceleration of the i-th body, Mi is its mass, and Δt is the time step.

Perturbation Theory:
Perturbation theory treats the N-body problem as a two-body problem with additional forces causing deviations from the unperturbed two-body trajectory:

ai=GM0ri3ri+j=1,jiNGMj(rjri)|rjri|3

where M0 is the mass of the central body.

Next Action

Add examples of orbital transfers (Hohmann, bi-elliptic)