Cislunar Space Beginner's GuideCislunar Space Beginner's Guide
Satellite Orbit Simulation
Cislunar Glossary
Resources & Tools
Blue Team Research
Space News
AI Q&A
Forum
Home
Gitee
GitHub
  • 简体中文
  • English
Satellite Orbit Simulation
Cislunar Glossary
Resources & Tools
Blue Team Research
Space News
AI Q&A
Forum
Home
Gitee
GitHub
  • 简体中文
  • English
  • Site map

    • Home (overview)
    • Intro · what is cislunar space
    • Orbits · spacecraft trajectories
    • Frontiers · directions & labs
    • Glossary · terms & definitions
    • Tools · data & code
    • News · space industry archive
    • Topic · blue-team research
  • Cislunar glossary (terms & definitions)

    • Cislunar Space Glossary
    • Dynamics models

      • Circular Restricted Three-Body Problem (CR3BP)
      • CR3BP with Low-Thrust (CR3BP-LT)
      • A2PPO (Attention-Augmented Proximal Policy Optimization)
      • Curriculum Learning
      • Low-Thrust Transfer MDP Formulation
      • Generalized Advantage Estimation (GAE)
      • Direct Collocation
      • Birkhoff-Gustavson Normal Form
      • Central Manifold
      • Action-Angle Variables
      • Poincaré Section
    • Mission orbits

      • Earth-Moon L1/L2 Halo Orbit (EML1/EML2 Halo)
      • Orbit Identification
    • Navigation

      • X-ray Pulsar Navigation
    • Lunar minerals

      • Changeite-Mg (Magnesium Changeite)
      • Changeite-Ce (Cerium Changeite)
    • Other

      • Starshade
    • Organizations

      • Anduril Industries
      • Booz Allen Hamilton
      • General Dynamics Mission Systems
      • GITAI USA
      • Lockheed Martin
      • Northrop Grumman
      • Quindar
      • Raytheon Missiles & Defense
      • Sci-Tec
      • SpaceX
      • True Anomaly
      • Turion Space

CR3BP with Low-Thrust (CR3BP-LT)

Definition

CR3BP-LT is an extension of the standard Circular Restricted Three-Body Problem (CR3BP) that adds continuous low-thrust acceleration terms to the spacecraft's equations of motion, used for studying orbit transfer problems with electric propulsion, ion propulsion, and other low-thrust propulsion systems[1]. This model was formally proposed and systematically applied in the A2PPO research by Ul Haq et al. in 2026.

Equations of Motion

In the normalized rotating coordinate system, the equations of motion for CR3BP-LT are:

{x¨=−[(1−μ)x+μr13+μx−(1−μ)r23]+2y˙+x+T~max⁡m~uxy¨=−[(1−μ)yr13+μyr23]−2x˙+y+T~max⁡m~uyz¨=−[(1−μ)zr13+μzr23]+T~max⁡m~uz\begin{cases} \ddot{x} = -\left[(1-\mu)\frac{x+\mu}{r_1^3} + \mu\frac{x-(1-\mu)}{r_2^3}\right] + 2\dot{y} + x + \frac{\tilde{T}_{\max}}{\tilde{m}} u_x \\[0.8em] \ddot{y} = -\left[(1-\mu)\frac{y}{r_1^3} + \mu\frac{y}{r_2^3}\right] - 2\dot{x} + y + \frac{\tilde{T}_{\max}}{\tilde{m}} u_y \\[0.8em] \ddot{z} = -\left[(1-\mu)\frac{z}{r_1^3} + \mu\frac{z}{r_2^3}\right] + \frac{\tilde{T}_{\max}}{\tilde{m}} u_z \end{cases} ⎩⎨⎧​x¨=−[(1−μ)r13​x+μ​+μr23​x−(1−μ)​]+2y˙​+x+m~T~max​​ux​y¨​=−[(1−μ)r13​y​+μr23​y​]−2x˙+y+m~T~max​​uy​z¨=−[(1−μ)r13​z​+μr23​z​]+m~T~max​​uz​​

where r1=(x+μ)2+y2+z2r_1 = \sqrt{(x+\mu)^2 + y^2 + z^2}r1​=(x+μ)2+y2+z2​ and r2=(x−1+μ)2+y2+z2r_2 = \sqrt{(x-1+\mu)^2 + y^2 + z^2}r2​=(x−1+μ)2+y2+z2​ are the distances from the spacecraft to Earth and Moon respectively, −2y˙-2\dot{y}−2y˙​ and +2x˙+2\dot{x}+2x˙ are Coriolis force terms, and u=(ux,uy,uz)u = (u_x, u_y, u_z)u=(ux​,uy​,uz​) is the dimensionless thrust control vector satisfying ∥u∥≤1\|u\| \leq 1∥u∥≤1.

Mass evolution follows the Tsiolkovsky rocket equation:

m~˙=−T~max⁡c~∥u∥\dot{\tilde{m}} = -\frac{\tilde{T}_{\max}}{\tilde{c}} \|u\| m~˙=−c~T~max​​∥u∥

where c~=Ispg0T∗/L∗\tilde{c} = I_{sp} g_0 T^*/L^*c~=Isp​g0​T∗/L∗ is the dimensionless exhaust velocity.

Key Parameters

Characteristic normalization parameters for CR3BP-LT:

ParameterSymbolEarth-Moon Value
Mass ratioμ\muμ0.01215
Characteristic lengthL∗L^*L∗3.844×1083.844 \times 10^83.844×108 m
Characteristic timeT∗T^*T∗375,132 s
Characteristic accelerationg0g_0g0​9.80665 m/s²

CR3BP-LT vs. Standard CR3BP

PropertyStandard CR3BPCR3BP-LT
Energy conservationJacobi constant conservedContinuous low-thrust breaks conservation
DynamicsIntegrable (conservative)Non-conservative, highly nonlinear
Orbit characteristicsPeriodic/quasi-periodic orbitsTransfer trajectories freely designable
Computational costLowerHigher (requires mass equation integration)

The CR3BP-LT model degenerates to the standard CR3BP when thrust is zero (T~max⁡=0\tilde{T}_{\max} = 0T~max​=0), at which point the Jacobi constant is conserved again.

Application in Trajectory Optimization

The CR3BP-LT model is the core environment for deep reinforcement learning methods such as A2PPO applied to low-thrust trajectory optimization. This model:

  1. Retains the essential complexity of three-body dynamics — chaotic characteristics, manifold structures, energy variations, etc.
  2. Introduces continuous thrust control — enabling continuous acceleration/deceleration through the dimensionless thrust vector uuu
  3. Maintains computational affordability — compared to high-fidelity Ephemeris models, CR3BP-LT can support the millions of integrations required for large-scale RL training

References

  • [1] Ul Haq I U, Dai H, Du C. Autonomous low-thrust trajectory optimization in cislunar space via attention-augmented reinforcement learning[J]. Aerospace Science and Technology, 2026.
  • [2] Du C, Song L, Zhang J, et al. A novel calculation method for low-thrust transfer trajectories in the Earth-Moon restricted three-body problem[J]. Aerospace Science and Technology, 2024.
Improve this page
Last Updated: 4/27/26, 8:30 AM
Contributors: Hermes Agent
Prev
Circular Restricted Three-Body Problem (CR3BP)
Next
A2PPO (Attention-Augmented Proximal Policy Optimization)
地月空间入门指南
Cislunar Space Beginner's GuideYour guide to cislunar space
View on GitHub

Navigate

  • Home
  • About
  • Space News
  • Glossary

Content

  • Cislunar Orbits
  • Research
  • Resources
  • Blue Team

English

  • Home
  • About
  • Space News
  • Glossary

Follow Us

© 2026 Cislunar Space Beginner's Guide  |  湘ICP备2026006405号-1
Related:智慧学习助手 UStudy航天任务工具箱 ATK
支持我
鼓励和赞赏我感谢您的支持