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
      • Clohessy-Wiltshire (CW) Equation
    • 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
      • Noncooperative Target
      • Spacecraft Intention Recognition
      • Chain-of-Thought (CoT) Prompting
      • Low-Rank Adaptation (LoRA)
      • Prompt Tuning (P-tuning)
    • 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

Clohessy-Wiltshire (CW) Equation

Author: CislunarSpace

Site: https://cislunarspace.cn

Definition

The Clohessy-Wiltshire (CW) equation, also known as the Hill-Clohessy-Wiltshire (HCW) equation, is a set of linearized dynamical equations describing the relative motion of a chaser spacecraft with respect to a target spacecraft in a near-circular reference orbit. Expressed in the target's Local Vertical Local Horizontal (LVLH) coordinate frame, the equations decompose relative motion into radial, along-track, and cross-track components.

The equations originate from Hill's (1878) work on Earth-Moon relative motion and were applied to spacecraft rendezvous by Clohessy and Wiltshire (1960), becoming a cornerstone of relative orbital dynamics.

Mathematical Form

In the LVLH frame, with relative position (x,y,z)(x, y, z)(x,y,z) and velocity (x˙,y˙,z˙)(\dot{x}, \dot{y}, \dot{z})(x˙,y˙​,z˙), and reference orbit mean motion n=μ/a3n = \sqrt{\mu / a^3}n=μ/a3​, the CW equations in matrix form are:

(x¨y¨z¨)=(3n20000000−n2)(xyz)+(02n0−2n00000)(x˙y˙z˙)\begin{pmatrix} \ddot{x} \\ \ddot{y} \\ \ddot{z} \end{pmatrix} = \begin{pmatrix} 3n^2 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & -n^2 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} + \begin{pmatrix} 0 & 2n & 0 \\ -2n & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix} \begin{pmatrix} \dot{x} \\ \dot{y} \\ \dot{z} \end{pmatrix} ​x¨y¨​z¨​​=​3n200​000​00−n2​​​xyz​​+​0−2n0​2n00​000​​​x˙y˙​z˙​​

Expanded scalar form:

  • Radial (x): x¨−3n2x−2ny˙=0\ddot{x} - 3n^2 x - 2n\dot{y} = 0x¨−3n2x−2ny˙​=0
  • Along-track (y): y¨+2nx˙=0\ddot{y} + 2n\dot{x} = 0y¨​+2nx˙=0
  • Cross-track (z): z¨+n2z=0\ddot{z} + n^2 z = 0z¨+n2z=0

Assumptions

The derivation of the CW equations relies on:

  • Near-circular reference orbit: The target spacecraft is in a circular or near-circular orbit (eccentricity e≈0e \approx 0e≈0)
  • Small relative distance: The separation between chaser and target is much smaller than the reference orbit radius (ρ≪a\rho \ll aρ≪a)
  • Two-body gravity field: Only the central body's gravity is considered; perturbations (drag, SRP, third-body) are neglected
  • Linearization: The nonlinear relative equations are Taylor-expanded to first order, dropping higher-order terms

Due to the linearization, CW equations are accurate only when ρ/a<0.01\rho / a < 0.01ρ/a<0.01. For large-scale relative motion in cislunar space, more precise nonlinear models are required.

Analytical Solution

The CW equations admit closed-form analytical solutions. Given initial state (x0,y0,z0,x˙0,y˙0,z˙0)(x_0, y_0, z_0, \dot{x}_0, \dot{y}_0, \dot{z}_0)(x0​,y0​,z0​,x˙0​,y˙​0​,z˙0​):

x(t)=x˙0nsin⁡(nt)−(2y˙0n+3x0)cos⁡(nt)+(2y˙0n+4x0)x(t) = \frac{\dot{x}_0}{n}\sin(nt) - \left(\frac{2\dot{y}_0}{n} + 3x_0\right)\cos(nt) + \left(\frac{2\dot{y}_0}{n} + 4x_0\right) x(t)=nx˙0​​sin(nt)−(n2y˙​0​​+3x0​)cos(nt)+(n2y˙​0​​+4x0​)

y(t)=2x˙0ncos⁡(nt)+2(2y˙0n+3x0)sin⁡(nt)−(3y˙0+6nx0)t+(y0−2x˙0n)y(t) = \frac{2\dot{x}_0}{n}\cos(nt) + 2\left(\frac{2\dot{y}_0}{n} + 3x_0\right)\sin(nt) - (3\dot{y}_0 + 6nx_0)t + \left(y_0 - \frac{2\dot{x}_0}{n}\right) y(t)=n2x˙0​​cos(nt)+2(n2y˙​0​​+3x0​)sin(nt)−(3y˙​0​+6nx0​)t+(y0​−n2x˙0​​)

z(t)=z˙0nsin⁡(nt)+z0cos⁡(nt)z(t) = \frac{\dot{z}_0}{n}\sin(nt) + z_0\cos(nt) z(t)=nz˙0​​sin(nt)+z0​cos(nt)

The cross-track motion (z) is an independent harmonic oscillation, decoupled from the in-plane motion. The in-plane motion (x-y plane) contains periodic terms and a secular drift term (proportional to ttt), meaning uncontrolled relative motion is generally unstable.

Applications

CW equations are widely used in spacecraft engineering:

  • Rendezvous and docking: Designing transfer trajectories from far-range approach to final docking, foundational for space station logistics
  • Formation flying: Designing relative orbit configurations and control strategies for satellite formations
  • Proximity operations: Relative motion planning for debris removal, on-orbit servicing
  • Spacecraft intention recognition: Comparing observed relative motion data against CW-predicted trajectory patterns to infer noncooperative target motion intentions (e.g., approach, flyby, rendezvous)
  • Collision risk assessment: Propagating covelliances to compute collision probabilities

Relation to CR3BP

Both CW equations and the Circular Restricted Three-Body Problem (CR3BP) describe relative motion, but they apply in different regimes:

FeatureCW EquationsCR3BP
Gravitational bodiesTwo-body (central body + reference spacecraft)Three-body (two primaries + massless particle)
Orbit typeRelative motion near a circular orbitPeriodic/quasi-periodic orbits near libration points
LinearizationYesNonlinear (can be linearized near equilibrium points)
Typical applicationsRendezvous, formation flyingDRO, NRHO, Halo orbit design

In cislunar missions, CW equations are used for relative motion analysis near space stations (e.g., Tianzhou cargo spacecraft rendezvous with the space station), while CR3BP is used for larger-scale orbit design (e.g., DRO formations, NRHO missions).

Related Concepts

  • Circular Restricted Three-Body Problem (CR3BP)
  • Spacecraft Intention Recognition
  • Noncooperative Target

References

  • Clohessy W H, Wiltshire R S. Terminal guidance system for satellite rendezvous[J]. Journal of the Aerospace Sciences, 1960, 27(9): 653-658.
  • Hill G W. Researches in the lunar theory[J]. American Journal of Mathematics, 1878, 1(1): 5-26.
  • Curtis H D. Orbital Mechanics for Engineering Students[M]. 4th ed. Butterworth-Heinemann, 2020.
  • Jing H, Sun Q, Dang Z, Wang H. Intention Recognition of Space Noncooperative Targets Using Large Language Models. Space Sci. Technol. 2025;5:0271.
Improve this page
Last Updated: 4/27/26, 10:22 AM
Contributors: Hermes Agent
Prev
Poincaré Section
地月空间入门指南
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
支持我
鼓励和赞赏我感谢您的支持