Regularization
Author: Tianjiang Says
Reference: Howell K C. Three-dimensional, periodic halo orbits in the restricted three-body problem[D]. Stanford University, 1983.
Website: https://cislunarspace.cn
Definition
Regularization is a class of numerical computation techniques that eliminate singularities in dynamical equations. In the restricted three-body problem, when a spacecraft approaches a primary body, the gravitational term in the standard equations produces numerical overflow. Regularization removes the singularity through independent variable transformation (time transformation) and coordinate transformation (Kustaanheimo-Stiefel transformation), enabling integration to proceed smoothly in near-pericenter regions.
In halo orbit numerical computation, regularization techniques allow researchers to track Almost-Rectilinear Orbits that approach the Moon, thereby completing the computation of the entire orbit family extending from libration points to the primary body.
Key Elements
Time Transformation
The standard equations exhibit singularities as . First, a time variable transformation is applied:
where is the distance from the spacecraft to the nearest primary body. After transformation, the independent variable changes from to , and the integration step size adapts automatically, becoming finer near the pericenter.
Kustaanheimo-Stiefel (KS) Coordinate Transformation
To further eliminate singularities, four-dimensional KS coordinates are introduced. The relationship between the original three-dimensional position vector and the KS coordinates is:
where is the transformation matrix:
The core property of the KS transformation: , i.e., the squared norm of the four-dimensional vector equals the original distance.
Regularized Equations of Motion
After the time transformation and KS coordinate transformation, the regularized equations of motion are:
where is the modified angular momentum-related quantity:
This equation does not contain singularity terms and can be integrated normally in regions where .
Regularized State Transition Matrix
After regularization, the state vector is expanded to 8 dimensions . The corresponding state transition matrix is an matrix satisfying:
where contains the Jacobian information of the regularized equations.
Computational Procedure
The regularized computation procedure for halo orbits is as follows:
- Initial condition conversion: Convert the original initial conditions to KS coordinate initial conditions
- Set : Due to the introduction of the fourth dimension, can be chosen arbitrarily
- Integrate the regularized equations: A total of 73 equations (8 regularized equations + 1 time equation + 64 state transition matrix equations)
- Detect plane crossing: Integration until defines the half-period
- Periodicity correction: Use to correct initial conditions until
Application in Orbit Family Computation
Tracking Near-Rectilinear Orbits
In the computation of the L3 orbit family (), regularization technology enables the completion of the entire orbit family extending from the L3 point to the primary body. In standard equations, numerical integration fails due to singularities when the orbit approaches the Moon (near pericenter); after regularization, integration proceeds smoothly.
L1-L2 Bridge Orbit Family
Regularization is also used to compute the L1-L2 Bridge Family. These orbits are extremely elongated and nearly rectilinear near the lunar pericenter, making them impossible to track with standard equations. Through regularization, the accuracy of the Breakwell and Brown approximate analytical methods in the near-rectilinear region can be verified.
Computational Efficiency
The regularized system of equations contains 73 equations (compared to only 42-43 in standard equations), resulting in higher computational cost per step. However, because much larger integration steps can be used in the near-pericenter region (potentially differing by 2-3 orders of magnitude), the overall efficiency is actually higher.
Related Concepts
- Halo Orbit
- Circular Restricted Three-Body Problem (CR3BP)
- Differential Correction
- Monodromy Matrix
- Near-Rectilinear Halo Orbit (NRHO)
References
- Howell K C. Three-dimensional, periodic halo orbits in the restricted three-body problem[D]. Stanford University, 1983.
- Bettis D G, Szebehely V. Numerical treatment of the regularization of the gravitational motion[J]. Celestial Mechanics, 1971.
- Kustaanheimo P, Stiefel E. Perturbation theory of Kepler motion based on spinor regularization[J]. Journal fur die reine und angewandte Mathematik, 1965.
- Breakwell J V, Brown J V. An "almost rectilinear" halo orbit[J]. Celestial Mechanics, 1979.
