Ephemeris Model
Author: Tianjiang Talk
Website: https://cislunarspace.cn
Definition
The Ephemeris Model is the dynamics model closest to the real gravitational field environment. It uses the N-body equations of motion to describe a spacecraft's trajectory under the gravitational influence of multiple celestial bodies. Unlike simplified models such as CRTBP and QBCP, the ephemeris model obtains the position and velocity information of celestial bodies from the JPL (Jet Propulsion Laboratory) planetary ephemerides (such as DE440), rather than simplified circular or elliptical orbit assumptions.
N-Body Dynamics Equations
In the J2000 Earth-centered inertial frame, assuming the central body is , each perturbing body is treated as a point mass, and the N-body dynamics equation for the spacecraft is:
where is the gravitational constant, , , and are the masses of the central body, spacecraft, and each perturbing body, respectively. , , and are the relative position vectors between the corresponding bodies. is provided by the ephemeris data.
Compact Form
Let the spacecraft state vector be . The equations of motion can be written as:
The acceleration is contributed by all perturbing bodies:
where is the set of perturbing bodies.
For the central body (Earth):
For non-central bodies (such as the Moon and Sun), the acceleration contribution includes both indirect and direct terms:
State Transition Matrix
To perform orbit correction and optimization, the State Transition Matrix (STM) needs to be computed. Linearizing the equations of motion yields the variational equations:
\dot{\boldsymbol{\Phi}}(t, t_0) = \mathbf{A}(t)\boldsymbol{\Phi}}(t, t_0), \quad \boldsymbol{\Phi}}(t_0, t_0) = \mathbf{I}_{6\times6}
where is the Jacobian matrix of the dynamics equations with respect to the state. In numerical implementation, the 6-dimensional state vector and the 36 elements of the state transition matrix are concatenated into a 42-dimensional augmented state vector, integrated simultaneously with the equations of motion.
Coordinate Transformation
Computations in the ephemeris model are typically performed in the J2000 Earth-centered inertial frame. The transformation between this frame and the synodic (rotating) frame used in CRTBP is a critical step in orbit design. Let the Moon's position and velocity in the J2000 frame be and , respectively. Then:
- Moon angular momentum:
- Moon angular velocity:
- Rotating matrix basis vectors: , ,
Relationship with Simplified Models
In practical orbit design, a "simplify first, then refine" strategy is typically employed:
- Obtain initial orbit solutions in simplified models such as CRTBP
- Convert the simplified model solutions to the ephemeris model using methods such as homotopy
- Perform high-precision correction and optimization in the ephemeris model
In the ephemeris model, strictly periodic orbits from CRTBP evolve into quasi-periodic orbits, requiring position and velocity correction via multiple-shooting methods.
References
- Liu G. Study on Quasi-Periodic Orbit Design for Libration Points in the Earth-Moon System Using Ephemeris Model[D]. 2017.
- Park R S, Folkner W M, Williams J G, et al. The JPL planetary and lunar ephemerides DE440 and DE441[J]. The Astronomical Journal, 2021, 161(3): 105.
