Skip to content

Kozai (1959): Motion of a Close Earth Satellite

Kozai and Brouwer published simultaneously in the same issue of the Astronomical Journal, solving the same problem — second-order perturbations of close earth satellites in an oblate gravitational field — using closely related but independently developed methods. Both derive secular rates, long-period corrections, and short-period corrections for all six orbital elements due to J2J_2, J3J_3, and J4J_4.

The two papers diverged in their operational adoption:

ModelTheoretical BasisDrag CouplingStatus
SGPKozai (1959)Added laterSuperseded
SGP4Brouwer (1959)Lane & HootsOperational standard
SGP8Hoots (1981)Direct on Brouwer mean elementsAvailable, not operational

SGP4 won the adoption competition not because Brouwer’s theory was more accurate — the secular rates agree to machine precision — but because Brouwer’s von Zeipel framework proved more natural for coupling atmospheric drag. Lane & Hoots built STR#2 on top of Brouwer, and that became the basis of the SGP4 FORTRAN in STR#3.

Understanding Kozai’s paper still matters. The SGP4 code contains “Kozai mean motion” variables because drag is first applied to Kozai mean elements, then converted to Brouwer mean elements for the gravitational perturbation calculations. The conversion between the two mean-element definitions appears in the SGP4 initialization code.

Where Brouwer constructs an explicit generating function via von Zeipel’s canonical transformation, Kozai works directly with the averaged equations of motion. The two approaches are mathematically equivalent to the relevant order but differ in formalism.

The procedure:

  1. Express the geopotential disturbing function RR in Delaunay canonical variables:

L=μa,G=μa(1e2),H=GcosiL = \sqrt{\mu a}, \quad G = \sqrt{\mu a(1-e^2)}, \quad H = G \cos i

with conjugate angles ll (mean anomaly), gg (argument of perigee), hh (node).

  1. Average RR over the fast variable ll to eliminate short-period terms.
  2. Solve the averaged system for secular and long-period motion.
  3. Recover short-period perturbations from the difference between the full and averaged disturbing functions.

No Long-Period Terms in the Semi-Major Axis

Section titled “No Long-Period Terms in the Semi-Major Axis”

Section 3 contains an elegant proof that first-order long-period perturbations in LL (and therefore in aa) vanish identically. Since LL is a canonical momentum conjugate to ll, and the averaging eliminates ll-dependent terms from RR, the averaged L˙\dot{L} contains no gg-dependent terms at first order.

This theorem — the mean semi-major axis changes only secularly, never with long-period oscillations — is one of the results that makes analytical propagation practical. Without it, the secular drag fit that SGP4 relies on would be contaminated by gravitational long-period energy fluctuations.

The first-order secular rates for the node and argument of perigee (Eqs. 13-14):

Ω˙=32n0J2aE2p2cosi\dot{\Omega} = -\frac{3}{2} n_0 J_2 \frac{a_E^2}{p^2} \cos i

ω˙=34n0J2aE2p2(5cos2i1)\dot{\omega} = \frac{3}{4} n_0 J_2 \frac{a_E^2}{p^2} (5\cos^2 i - 1)

where p=a(1e2)p = a(1-e^2) is the semi-latus rectum, aEa_E is the equatorial radius, and n0n_0 is the unperturbed mean motion.

These are the same expressions Brouwer derives by a different route. The numerical agreement is exact — both reduce to the same function of the orbital elements and J2J_2.

The second-order (J22J_2^2) secular contributions to all three rates (node, perigee, mean anomaly) are also given.

The first-order long-period terms arise from J3J_3 and J4J_4 and depend on gg (argument of perigee). They vary on the timescale of apsidal precession — months to years for typical LEO orbits.

The J3J_3 long-period term in eccentricity:

δelpJ3aE3p3sinising\delta e_{lp} \sim J_3 \frac{a_E^3}{p^3} \sin i \sin g

represents the pear-shaped asymmetry of the geopotential. This term and its companions in the other elements are the same terms that Hoots (1981) exhibits explicitly in his reformulation — and the same terms that contain the singularities at e=0e = 0 and i=0i = 0.

The secular rate of the argument of perigee vanishes when 5cos2i1=05\cos^2 i - 1 = 0, yielding the critical inclination:

i63.4°ori116.6°i \approx 63.4\degree \quad \text{or} \quad i \approx 116.6\degree

At these inclinations, the argument of perigee freezes — perigee and apogee stay fixed relative to the Earth’s equator. Kozai identifies this mathematical property without discussing its engineering implications. Molniya orbits, which deliberately exploit this effect to keep apogee over the northern hemisphere, would not fly until 1965.

In SGP4, the critical inclination requires special-case handling to avoid division by zero in the long-period perturbation terms.

Section 5 addresses the coordinate singularities that appear when e0e \to 0 (argument of perigee undefined) and i0i \to 0 (ascending node undefined). Kozai introduces combined angle variables — l+gl + g for the near-circular case, g+hg + h for the near-equatorial case — to absorb the singularities.

This treatment anticipates Lyddane’s (1963) more systematic solution for Brouwer’s theory. Lyddane uses Poincare canonical variables to produce a complete, non-singular reformulation that is directly implemented in the SGP4 FORTRAN. Kozai’s approach works but does not carry through a full re-derivation in the new variables.

Kozai’s acknowledgment at the end of the paper — “The author expresses his deep appreciation to Dr. Dirk Brouwer” — reflects a close working relationship at Yale Observatory. The two attacked the same problem in parallel, with enough communication to publish in the same journal issue but enough independence that their methods differ in formalism while converging on identical physical results.

The community eventually needed both: Brouwer’s framework for SGP4 propagation, and Kozai’s mean-element definitions for the intermediate drag coupling step that links atmospheric decay to the gravitational perturbation theory.