Shooting Method
Author: 天疆说
Site: https://cislunarspace.cn
Definition
The Shooting Method is a numerical technique that transforms a Two-Point Boundary Value Problem (TPBVP) into an initial value problem solved by iterative correction. Its core idea is: guess the initial state, integrate to the terminal constraint, compute the deviation, correct the initial guess, and iterate until convergence.
Principles
In orbital mechanics, the shooting method is commonly used to generate periodic orbits. Taking Halo orbits as an example, the procedure is:
- Select an initial guess on a reference manifold (e.g., the plane)
- Integrate until the orbit crosses the periodic constraint surface (e.g., the plane again)
- Compute the state deviation
- Linearize using the State Transition Matrix (STM) :
- Correct the initial guess iteratively until the periodic condition is satisfied
Deviation Correction
The key in shooting is selecting the shooting variables and targeting equations. For Halo orbits, and are typically chosen as shooting variables, with targeting equations and at the crossing surface.
Applications in Cislunar Space
The shooting method is widely used in cislunar orbit design:
- NRHO initial condition generation: Zimovan (2017) systematically summarized single-shooting and multi-shooting strategies for Earth-Moon L1/L2 NRHO
- DRO orbit generation: Exploiting -axis symmetry, initial points are selected on the -axis only, with and period as shooting variables
- Halo orbit family continuation: Starting from planar Lyapunov orbits, arc-length continuation gradually increases amplitude, with shooting at each step
The shooting method is typically combined with arc-length continuation and differential correction to improve convergence and global coverage.
Related Concepts
- Arc-length Continuation
- Symplectic Integrator
- Distant Retrograde Orbit (DRO)
- Near-Rectilinear Halo Orbit (NRHO)
- Circular Restricted Three-Body Problem (CR3BP)
References
- Zimovan E M. Characteristics and design strategies for near rectilinear halo orbits within the Earth-Moon system[D]. Purdue University, 2017.
- Liu X, Baoyin H, Ma X. Design of optimal lunar landing trajectories with plane change[J]. Advances in Space Research, 2022.
