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

Birkhoff-Gustavson Normal Form

Author: Tianjiang Talk

Edited from: Qiao et al. (2025) "Orbital parameter characterization and objects cataloging for Earth-Moon collinear libration points"

Website: https://cislunarspace.cn

Definition

The Birkhoff-Gustavson Normal Form (B-G Normal Form) is a canonical transformation method that expands a Hamiltonian system near an equilibrium point into a diagonalized polynomial form. It was proposed by Birkhoff (1927) and later applied by Gustavson (1966) to stellar system problems in celestial mechanics.

In the Circular Restricted Three-Body Problem (CR3BP), the Birkhoff-Gustavson Normal Form performs Legendre expansion and Lie transformation on the Hamiltonian function near a libration point. Higher-order nonlinear terms are progressively eliminated, ultimately yielding a separable, diagonalized Hamiltonian expression that gives the system integrability under small perturbations.

Mathematical Background

From CR3BP to Polynomial Hamiltonian

The CR3BP Hamiltonian, after coordinate translation and normalization near a libration point, can be expanded into a sequence of homogeneous polynomials:

H=∑n≥2Hn=H2+H3+H4+⋯H = \sum_{n \geq 2} H_n = H_2 + H_3 + H_4 + \cdots H=n≥2∑​Hn​=H2​+H3​+H4​+⋯

where HnH_nHn​ is an nnn-th order homogeneous polynomial. Through Legendre expansion, the nonlinear terms (1−μ)/r1(1-\mu)/r_1(1−μ)/r1​ and μ/r2\mu/r_2μ/r2​ can be transformed into polynomial form:

1(x−A)2+(y−B)2+(z−C)2=1D∑n=0∞(ρD)nPn(Ax+By+CzDρ)\frac{1}{\sqrt{(x-A)^2+(y-B)^2+(z-C)^2}} = \frac{1}{D}\sum_{n=0}^{\infty}\left(\frac{\rho}{D}\right)^n P_n\left(\frac{Ax+By+Cz}{D\rho}\right) (x−A)2+(y−B)2+(z−C)2​1​=D1​n=0∑∞​(Dρ​)nPn​(DρAx+By+Cz​)

where PnP_nPn​ is the nnn-th order Legendre polynomial.

Diagonalization of the Linear Term H2H_2H2​

In the neighborhood of a libration point, the linearized Hamiltonian H2H_2H2​ corresponds to a saddle × center × center dynamics structure:

H2=λq1p1+ωp2(q22+p22)+ων2(q32+p32)H_2 = \lambda q_1 p_1 + \frac{\omega_p}{2}(q_2^2 + p_2^2) + \frac{\omega_\nu}{2}(q_3^2 + p_3^2) H2​=λq1​p1​+2ωp​​(q22​+p22​)+2ων​​(q32​+p32​)

where:

  • λ\lambdaλ: hyperbolic characteristic frequency (unstable direction)
  • ωp\omega_pωp​, ων\omega_\nuων​: characteristic frequencies of the two center modes

Through a real linear symplectic transformation matrix CCC (satisfying CTJC=JC^TJC = JCTJC=J), the original coordinates can be mapped to the diagonalized basis.

Gustavson's Contribution

Gustavson (1966) proved that by normalizing the Hamiltonian to infinite order, additional integrals (beyond the Hamiltonian itself) can be obtained. This method is called the "indirect method," using Lie series to transform the Hamiltonian into Birkhoff-Gustavson Normal Form, thereby directly identifying the integrals.

Lie Transformation Process

The construction of the normal form is achieved via Lie transformation. For an nnn-th order generating function GnG_nGn​, the transformed Hamiltonian is:

H^n=Hn+{H2,Gn}\hat{H}_n = H_n + \{H_2, G_n\} H^n​=Hn​+{H2​,Gn​}

By choosing appropriate generating functions GnG_nGn​, non-resonant terms can be progressively eliminated while resonant terms are retained (resonant terms are critical for understanding the bifurcation of Halo orbit families). Specifically:

  • For third-order terms: use G3G_3G3​ to eliminate terms with i1≠j1i_1 \neq j_1i1​=j1​ (preserving the hyperbolic part q1p1q_1 p_1q1​p1​)
  • For higher-order terms: use GnG_nGn​ progressively for elimination

There is a trade-off between normalization precision and computational cost. Qiao et al. (2025) noted that when the expansion order NNN exceeds 13, error reduction slows (limited by 15 significant digits of double-precision floating point), recommending N=15N=15N=15.

Relationship with Other Methods

MethodPrecisionIntegrabilityLimitations
Linearization (H2H_2H2​)LowExactly integrableOnly applicable in the immediate vicinity of libration points
B-G Normal Form (low-medium order)MediumApproximately integrableResonant terms eliminated; large errors for high-amplitude orbits
Complete B-G Normal Form (N→∞N \to \inftyN→∞)HighIntegrableComputational cost grows exponentially
Central Manifold Theory—Semi-integrableOnly handles center directions

Qiao et al. (2025) built on this foundation by introducing central manifold theory, decoupling the hyperbolic unstable direction from the central manifold to form a more complete parameterization system.

Applications

In Qiao et al. (2025), Birkhoff-Gustavson Normal Form combined with central manifold theory is used to:

  1. Decompose the CR3BP six-dimensional phase space into hyperbolic directions (q1,p1q_1, p_1q1​,p1​) and central manifold directions (I2,θ2,I3,θ3I_2, \theta_2, I_3, \theta_3I2​,θ2​,I3​,θ3​)
  2. Establish a bijective correspondence from Cartesian coordinates to characteristic parameters
  3. Establish a libration point orbit distribution map via Poincare sections

Related Concepts

  • Central Manifold
  • Canonical Transformation
  • Action-Angle Variables
  • Circular Restricted Three-Body Problem (CR3BP)
  • Lie Transformation
  • Hamiltonian System
  • Poincare Section

References

  • Birkhoff G D. Dynamical systems[M]. American Mathematical Society, 1927.
  • Gustavson F G. On constructing formal integrals of a Hamiltonian system near an equilibrium point[J]. Astronomical Journal, 1966, 71: 670.
  • Jorba A, Masdemont J. Dynamics in the center manifold of the collinear points of the restricted three body problem[J]. Phys D, 1999, 132(1-2): 189-213.
  • Qiao C, Long X, Yang L, et al. Orbital parameter characterization and objects cataloging for Earth-Moon collinear libration points[J]. Chinese Journal of Aeronautics, 2025. doi: 10.1016/j.cja.2025.103869.
Improve this page
Last Updated: 4/26/26, 5:33 PM
Contributors: ouyangjiahong, Hermes Agent
Prev
Direct Collocation
Next
Central Manifold
地月空间入门指南
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
支持我
鼓励和赞赏我感谢您的支持