<?xml version="1.0" encoding="UTF-8"?>

<record version="1" id="1259">
 <title>The Six Constants of Orbital Motion: From Initial Conditions to Orbital Elements</title>
 <name>SixConstantsOfOrbitalMotionFromInitialConditionsToOrbitalElements</name>
 <created>2026-09-20 20:14:00</created>
 <modified>2026-09-20 20:14:00</modified>
 <type>Topic</type>
 <creator id="1" name="bloftin"/>
 <modifier id="1" name="bloftin"/>
 <comment>removed hanging end document</comment>
 <author id="1" name="bloftin"/>
 <classification>
	<category scheme="pacs" code="45.50.Pk"/>
	<category scheme="pacs" code="45.20.Jj"/>
	<category scheme="pacs" code="95.10.Ce"/>
	<category scheme="pacs" code="91.10.Fc"/>
 </classification>
 <synonyms>
	<synonym concept="The Six Constants of Orbital Motion: From Initial Conditions to Orbital Elements" alias="GPSORB02"/>
 </synonyms>
 <keywords>
	<term>orbital constants</term>
	<term>initial conditions</term>
	<term>state vector</term>
	<term>constants of integration</term>
	<term>first integrals</term>
	<term>angular momentum</term>
	<term>eccentricity vector</term>
	<term>specific orbital energy</term>
	<term>orbital phase</term>
	<term>classical orbital elements</term>
	<term>GPS ephemeris</term>
 </keywords>
 <preamble>% this is the default PhysicsLibrary preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics).
% If you use \includegraphics{figure} with no file extension, PhysicsLibrary
% will prefer figure.png before falling back to figure.eps.
\usepackage{graphicx}
\DeclareGraphicsExtensions{.png,.jpg,.jpeg,.pdf,.eps}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
\usepackage{booktabs}
\usepackage{array}
\usepackage{hyperref}
\usepackage{enumitem}
\setlist{nosep}
\setlength{\parindent}{0pt}
\setlength{\parskip}{0.7em}
\newcommand{\vect}[1]{\mathbf{#1}}
\newcommand{\dd}{\,d}</preamble>
 <content>\section{Where GPSORB02 fits in the derivation chain}

GPSORB01 derived the ideal Earth-satellite relative equation
\begin{equation}
\boxed{
\ddot{\vect r}
=
-\frac{\mu}{r^3}\vect r
}
\label{eq:twobody}
\end{equation}
from Newton's second law and universal gravitation. Written in Cartesian coordinates,
\begin{align}
\ddot x&amp;=-\frac{\mu x}{(x^2+y^2+z^2)^{3/2}},\
\ddot y&amp;=-\frac{\mu y}{(x^2+y^2+z^2)^{3/2}},\
\ddot z&amp;=-\frac{\mu z}{(x^2+y^2+z^2)^{3/2}}.
\end{align}
Kaplan's discussion then leads toward six orbital elements. The natural question is:
\begin{quote}
Why does Eq.~\eqref{eq:twobody}, which looks like one vector equation, require six independent constants to determine one satellite trajectory?
\end{quote}
The short answer is that Eq.~\eqref{eq:twobody} contains three coupled \emph{second-order} scalar equations. Each second-order degree of freedom contributes two initial data: position and velocity. The purpose of this article is to make that counting rigorous and then connect it to orbital geometry.

\section{Begin in one dimension: why second order means two constants}

Consider the simplest second-order differential equation,
\begin{equation}
\ddot x=0.
\label{eq:free1d}
\end{equation}
Integrating once gives
\begin{equation}
\dot x=C_1,
\end{equation}
and integrating again gives
\begin{equation}
\boxed{x(t)=C_1t+C_2.}
\label{eq:free_solution}
\end{equation}
Two arbitrary constants appear because the equation is second order. If the position and velocity are specified at $t=t_0$,
\begin{equation}
x(t_0)=x_0,
\qquad
\dot x(t_0)=v_0,
\end{equation}
then
\begin{equation}
C_1=v_0,
\qquad
C_2=x_0-v_0t_0.
\end{equation}
Thus the two constants may be represented either as abstract integration constants $(C_1,C_2)$ or as physically meaningful initial data $(x_0,v_0)$.

A harmonic oscillator makes the same point in a less trivial way:
\begin{equation}
\ddot x+\omega_n^2x=0.
\end{equation}
Its general solution is
\begin{equation}
\boxed{
x(t)=A\cos\omega_nt+B\sin\omega_nt.
}
\end{equation}
Again there are two constants. One may instead use amplitude and phase,
\begin{equation}
x(t)=C\cos(\omega_nt-\phi),
\end{equation}
which shows an important principle for orbital mechanics:
\begin{quote}
The number of independent constants is fixed by the differential equation, but the \emph{coordinates used to represent those constants} are not unique.
\end{quote}
The pair $(A,B)$ and the pair $(C,\phi)$ describe the same two-dimensional family of solutions.

\section{Three dimensions: the two-body problem has a six-dimensional state}

Introduce the velocity
\begin{equation}
\vect v=\dot{\vect r}
\end{equation}
and define the state vector
\begin{equation}
\boxed{
\vect x
=
\begin{bmatrix}
\vect r\\
\vect v
\end{bmatrix}
=
\begin{bmatrix}
x&amp;y&amp;z&amp;v_x&amp;v_y&amp;v_z
\end{bmatrix}^{T}.
}
\label{eq:state}
\end{equation}
Equation~\eqref{eq:twobody} is then equivalent to the first-order system
\begin{equation}
\boxed{
\dot{\vect x}
=
\vect F(\vect x)
=
\begin{bmatrix}
\vect v\\[2pt]
-\mu\vect r/r^3
\end{bmatrix}.
}
\label{eq:firstorder}
\end{equation}
In components,
\begin{align}
\frac{dx}{dt}&amp;=v_x, &amp;
\frac{dy}{dt}&amp;=v_y, &amp;
\frac{dz}{dt}&amp;=v_z,\\
\frac{dv_x}{dt}&amp;=-\frac{\mu x}{r^3}, &amp;
\frac{dv_y}{dt}&amp;=-\frac{\mu y}{r^3}, &amp;
\frac{dv_z}{dt}&amp;=-\frac{\mu z}{r^3}.
\end{align}
A unique solution is selected by specifying all six state components at one epoch $t_0$:
\begin{equation}
\boxed{
\vect x_0
=
\vect x(t_0)
=
\begin{bmatrix}
\vect r_0\\
\vect v_0
\end{bmatrix}.
}
\label{eq:x0}
\end{equation}
Thus the initial condition consists of
\begin{equation}
\boxed{
x_0,\;y_0,\;z_0,\;v_{x0},\;v_{y0},\;v_{z0}.
}
\label{eq:sixcart}
\end{equation}
These are six independent scalar quantities.

For $r\neq0$, the right-hand side of Eq.~\eqref{eq:firstorder} is smooth, so the usual existence-and-uniqueness theorem for ordinary differential equations guarantees a locally unique trajectory through a specified state. Symbolically one may write the resulting flow as
\begin{equation}
\boxed{
\vect x(t)
=
\boldsymbol\Phi(t,t_0;\vect x_0).
}
\label{eq:flow}
\end{equation}
The solution family therefore has six parameters because $\vect x_0$ belongs to a six-dimensional state space.

\begin{center}
\includegraphics[keepaspectratio]{GPSORB02_solution_family.png}

{\small Figure 1. The two-body equation is a six-state first-order system. Six scalar initial values select one trajectory from the six-parameter family of possible solutions.}
\end{center}


\section{What ``six constants of integration'' really means}

For a general coupled nonlinear system such as Eq.~\eqref{eq:firstorder}, one should not imagine literally integrating the $x$, $y$, and $z$ equations twice independently. The components are coupled through
\begin{equation}
r=(x^2+y^2+z^2)^{1/2}.
\end{equation}
The phrase ``six constants of integration'' is better understood structurally:
\begin{enumerate}
\item the system has six first-order state equations;
\item a general local solution therefore depends on six independent parameters;
\item specifying six independent initial values fixes those parameters;
\item any other nonsingular set of six coordinates may be used instead.
\end{enumerate}
We may denote a general solution abstractly by
\begin{equation}
\vect x(t;C_1,C_2,C_3,C_4,C_5,C_6).
\label{eq:general_six}
\end{equation}
The constants $C_i$ need not look like Cartesian coordinates. They may be transformed into quantities with much more physical meaning.

This is precisely what orbital elements do.

\section{Constants of integration are not the same as constants of motion}

Two phrases sound similar but should be distinguished.

A \emph{constant of integration} is an arbitrary parameter required to identify one member of a family of differential-equation solutions. Initial position and initial velocity are examples.

A \emph{constant of motion}, also called a \emph{first integral} or \emph{invariant}, is a function of the state that remains constant along a trajectory. If
\begin{equation}
I=I(\vect x,t),
\end{equation}
then along the motion
\begin{equation}
\frac{\dd I}{\dd t}
=
\frac{\partial I}{\partial t}
+
\nabla_{\vect x}I\cdot\dot{\vect x}.
\label{eq:first_integral_definition}
\end{equation}
If
\begin{equation}
\boxed{
\frac{\dd I}{\dd t}=0,
}
\end{equation}
then $I$ is constant along that solution.

The distinction matters because one can have several components of conserved vectors without all of them being independent. Conversely, not every constant needed to specify the time history must appear as a familiar conserved scalar.

\section{The special constants of the Kepler problem}

The inverse-square central-force problem has unusually rich structure. Later articles derive the conservation laws in detail; here we introduce them to understand the counting.

\subsection{Specific angular momentum}

Define
\begin{equation}
\boxed{
\vect h=\vect r\times\vect v.
}
\label{eq:h}
\end{equation}
For the central two-body force, $\vect h$ is constant. Its direction is normal to the orbital plane, so two directional degrees of freedom orient that plane, while its magnitude contains information about the orbit's transverse motion.

Although $\vect h$ has three Cartesian components,
\begin{equation}
\vect h=
\begin{bmatrix}
h_x&amp;h_y&amp;h_z
\end{bmatrix}^{T},
\end{equation}
it is one conserved \emph{vector}, not three unrelated conservation laws.

\subsection{Specific mechanical energy}

Define
\begin{equation}
\boxed{
\mathcal E
=
\frac{v^2}{2}-\frac{\mu}{r}.
}
\label{eq:energy}
\end{equation}
For the ideal two-body problem, $\mathcal E$ is constant. For an ellipse it later gives the semimajor axis through
\begin{equation}
\mathcal E=-\frac{\mu}{2a}.
\label{eq:energy_a_preview}
\end{equation}

\subsection{Eccentricity vector}

Define
\begin{equation}
\boxed{
\vect e
=
\frac{\vect v\times\vect h}{\mu}
-
\frac{\vect r}{r}.
}
\label{eq:evec}
\end{equation}
For the inverse-square two-body problem, $\vect e$ is constant. Its magnitude
\begin{equation}
e=\|\vect e\|
\end{equation}
is the orbital eccentricity, and its direction points toward periapsis.

At first glance we now seem to have
\begin{equation}
3\;(\vect h)
+
3\;(\vect e)
+
1\;(\mathcal E)
=
7
\end{equation}
constants. But the original differential equation only requires six parameters, and even those six include orbital phase. Something is clearly being overcounted.

\section{Why the conserved quantities are constrained}

The conserved quantities in the Kepler problem are not all independent.

\subsection{First constraint: \texorpdfstring{$\vect h$ is perpendicular to $\vect e$}{h is perpendicular to e}}

Take the dot product of Eqs.~\eqref{eq:h} and \eqref{eq:evec}:
\begin{align}
\vect h\cdot\vect e
&amp;=
\frac{1}{\mu}\vect h\cdot(\vect v\times\vect h)
-
\vect h\cdot\frac{\vect r}{r}.
\end{align}
The first term vanishes because $\vect v\times\vect h$ is perpendicular to $\vect h$. The second vanishes because
\begin{equation}
\vect h=\vect r\times\vect v
\end{equation}
is perpendicular to $\vect r$. Hence
\begin{equation}
\boxed{
\vect h\cdot\vect e=0.
}
\label{eq:h_dot_e}
\end{equation}
Thus the six components of $\vect h$ and $\vect e$ satisfy at least one algebraic constraint.

\subsection{Second relation: energy is determined by \texorpdfstring{$h$ and $e$}{h and e}}

Square the eccentricity-vector definition:
\begin{equation}
e^2
=
\left|
\frac{\vect v\times\vect h}{\mu}
-
\frac{\vect r}{r}
\right|^2.
\end{equation}
Expanding,
\begin{equation}
e^2
=
\frac{|\vect v\times\vect h|^2}{\mu^2}
+1
-
\frac{2}{\mu}(\vect v\times\vect h)\cdot\frac{\vect r}{r}.
\label{eq:e2_expand}
\end{equation}
Because $\vect v\cdot\vect h=0$,
\begin{equation}
|\vect v\times\vect h|^2=v^2h^2.
\label{eq:vxh}
\end{equation}
Next use the vector triple-product identity
\begin{equation}
\vect v\times(\vect r\times\vect v)
=
\vect r\,v^2-\vect v(\vect r\cdot\vect v).
\end{equation}
Dotting with $\vect r$ gives
\begin{align}
(\vect v\times\vect h)\cdot\vect r
&amp;=
r^2v^2-(\vect r\cdot\vect v)^2,\\
&amp;=
|\vect r\times\vect v|^2,\\
&amp;=
h^2.
\end{align}
Therefore
\begin{equation}
(\vect v\times\vect h)\cdot\frac{\vect r}{r}
=
\frac{h^2}{r}.
\label{eq:vxh_rhat}
\end{equation}
Substituting Eqs.~\eqref{eq:vxh} and \eqref{eq:vxh_rhat} into Eq.~\eqref{eq:e2_expand},
\begin{align}
e^2
&amp;=
\frac{v^2h^2}{\mu^2}+1-\frac{2h^2}{\mu r},\\
&amp;=
1+
\frac{h^2}{\mu^2}
\left(v^2-\frac{2\mu}{r}\right).
\end{align}
Using Eq.~\eqref{eq:energy},
\begin{equation}
v^2-\frac{2\mu}{r}=2\mathcal E,
\end{equation}
so
\begin{equation}
\boxed{
e^2
=
1+
\frac{2\mathcal E h^2}{\mu^2}.
}
\label{eq:e_energy_h}
\end{equation}
Equivalently,
\begin{equation}
\boxed{
\mathcal E
=
\frac{\mu^2(e^2-1)}{2h^2}.
}
\label{eq:energy_from_he}
\end{equation}
Thus energy is not independent once the magnitudes of $\vect h$ and $\vect e$ are known.

\begin{center}
\includegraphics[keepaspectratio]{GPSORB02_invariant_count.png}

{\small Figure 2. The conserved angular-momentum vector, eccentricity vector, and energy contain redundant information. Their algebraic relations leave five independent constants describing the fixed Keplerian conic. A sixth phase constant is still required for the complete time-dependent solution.}
\end{center}


\section{Five constants determine the orbit curve, but not the satellite's location}

This is the central conceptual point of GPSORB02.

The fixed Keplerian conic in three-dimensional space requires five independent geometric parameters:
\begin{enumerate}
\item one parameter for size;
\item one for shape;
\item two to orient the orbital plane;
\item one to orient periapsis within that plane.
\end{enumerate}
For an ellipse these are naturally represented by
\begin{equation}
\boxed{
a,\quad e,\quad i,\quad\Omega,\quad\omega.
}
\label{eq:five_geom}
\end{equation}
But these five parameters specify only the \emph{curve}. They do not tell us where the satellite is on the curve at a particular time.

Imagine two satellites occupying different points on exactly the same ideal Keplerian ellipse with the same direction of motion. They can have the same $a,e,i,\Omega,$ and $\omega$. They also share the same $\vect h$, $\vect e$, and specific orbital energy. Yet their position vectors at the same clock time are different.

A sixth parameter is therefore required to specify orbital phase.

\begin{center}
\includegraphics[keepaspectratio]{GPSORB02_five_plus_one.png}

{\small Figure 3. Five constants define the oriented Keplerian conic. One additional phase constant specifies where the satellite is on that conic at a chosen epoch.}
\end{center}


\section{The sixth constant: phase or epoch information}

Several equivalent quantities can supply the missing phase information. Common choices include
\begin{equation}
\nu_0=\text{true anomaly at }t_0,
\end{equation}
\begin{equation}
E_0=\text{eccentric anomaly at }t_0,
\end{equation}
\begin{equation}
M_0=\text{mean anomaly at }t_0,
\end{equation}
or the time of periapsis passage
\begin{equation}
\tau=\text{epoch at which the body passes periapsis}.
\end{equation}
These are not four additional degrees of freedom. For a known Keplerian orbit they are alternative representations of the same one-dimensional phase information.

For an ellipse, later articles derive
\begin{equation}
M=E-e\sin E
\label{eq:kepler_preview}
\end{equation}
and
\begin{equation}
M(t)=M_0+n(t-t_0),
\label{eq:Mprop_preview}
\end{equation}
where
\begin{equation}
n=\sqrt{\frac{\mu}{a^3}}.
\label{eq:n_preview}
\end{equation}
Thus $M_0$ is especially convenient because its ideal two-body propagation is linear in time.

Another common representation is
\begin{equation}
M(t)=n(t-\tau),
\end{equation}
so that
\begin{equation}
\boxed{
M_0=n(t_0-\tau).
}
\label{eq:M0_tau}
\end{equation}
The constant $M_0$ and the constant $\tau$ therefore encode the same phase degree of freedom once $n$ and $t_0$ are fixed.

\section{The six classical orbital elements}

For a nondegenerate elliptical orbit, one standard six-element set is
\begin{equation}
\boxed{
(a,e,i,\Omega,\omega,M_0).
}
\label{eq:classical_elements}
\end{equation}
Their roles can be organized as follows:

\begin{center}
\begin{tabular}{p{0.14\textwidth} p{0.24\textwidth} p{0.52\textwidth}}
\toprule
\textbf{Element} &amp; \textbf{Role} &amp; \textbf{Physical meaning}\\
\midrule
$a$ &amp; size &amp; Semimajor axis; sets orbital energy and characteristic period.\\
$e$ &amp; shape &amp; Eccentricity; distinguishes circular and elliptical shape within the bound case.\\
$i$ &amp; plane orientation &amp; Inclination of the orbital plane relative to the reference plane.\\
$\Omega$ &amp; plane orientation &amp; Longitude or right ascension of the ascending-node direction, depending on the chosen reference frame.\\
$\omega$ &amp; in-plane orientation &amp; Argument of periapsis; rotates the ellipse within its orbital plane.\\
$M_0$ &amp; phase &amp; Mean anomaly at the chosen reference epoch $t_0$; locates the satellite in time along the orbit.\\
\bottomrule
\end{tabular}
\end{center}

The decomposition is therefore
\begin{equation}
\boxed{
2\ \text{(size/shape)}
+
3\ \text{(orientation)}
+
1\ \text{(phase)}
=
6.
}
\label{eq:2plus3plus1}
\end{equation}
This is the geometric meaning behind the six constants of the two-body solution.

\section{Cartesian state and orbital elements are two coordinate systems for one state}

At an epoch $t_0$, the Cartesian description is
\begin{equation}
\vect x_0
=
\begin{bmatrix}
\vect r_0\\
\vect v_0
\end{bmatrix}
\in\mathbb R^6.
\end{equation}
The classical-element description is
\begin{equation}
\vect\alpha_0
=
\begin{bmatrix}
a&amp;e&amp;i&amp;\Omega&amp;\omega&amp;M_0
\end{bmatrix}^{T}.
\end{equation}
Away from classical-element singularities, there is a reversible transformation
\begin{equation}
\boxed{
\vect x_0
\longleftrightarrow
\vect\alpha_0.
}
\label{eq:state_elements_map}
\end{equation}
The state has not acquired or lost information. We have merely changed coordinates in the six-dimensional space of initial conditions.

\begin{center}
\includegraphics[keepaspectratio]{GPSORB02_state_to_elements.png}

{\small Figure 4. Cartesian state components and classical orbital elements are alternative six-parameter descriptions of the same physical state, provided the orbital-element representation is nonsingular.}
\end{center}

This viewpoint is valuable because it removes some of the mystery from orbital elements. They are not six new physical laws. They are a coordinate transformation chosen because the resulting numbers expose orbit geometry and make Keplerian propagation convenient.

\section{How the state begins to reveal the elements}

The complete state-to-element derivation is reserved for GPSORB05 and GPSORB07, but the structure can already be previewed.

Given $\vect r$ and $\vect v$, compute
\begin{equation}
\vect h=\vect r\times\vect v.
\end{equation}
The direction of $\vect h$ establishes the orbital plane and later yields $i$ and $\Omega$.

Compute
\begin{equation}
\mathcal E
=
\frac{v^2}{2}-\frac{\mu}{r}.
\end{equation}
For an ellipse,
\begin{equation}
\boxed{
a=-\frac{\mu}{2\mathcal E}.
}
\label{eq:a_from_energy_preview}
\end{equation}
Compute the eccentricity vector
\begin{equation}
\vect e
=
\frac{\vect v\times\vect h}{\mu}
-
\frac{\vect r}{r}.
\end{equation}
Then
\begin{equation}
\boxed{e=\|\vect e\|}
\end{equation}
and the direction of $\vect e$ identifies periapsis, allowing $\omega$ to be determined after the node direction is known.

Finally, the angle or anomaly locating $\vect r$ relative to periapsis supplies the phase. Thus the six Cartesian numbers are systematically reorganized into the six orbital-element numbers.

\section{Why the six elements are constant only in the ideal two-body problem}

For Eq.~\eqref{eq:twobody}, the classical Keplerian elements may be treated as constants except for the anomaly that advances with time. More precisely, one may choose a constant phase-at-epoch such as $M_0$ and use time to propagate the instantaneous anomaly.

For a real satellite, however,
\begin{equation}
\ddot{\vect r}
=
-\frac{\mu}{r^3}\vect r
+
\vect a_{\rm pert},
\end{equation}
where $\vect a_{\rm pert}$ may contain nonspherical gravity, third-body gravity, solar radiation pressure, maneuvers, and other effects. The orbital elements then become time-varying quantities,
\begin{equation}
a(t),\ e(t),\ i(t),\ \Omega(t),\ \omega(t),\ M(t).
\end{equation}
One may interpret them as \emph{osculating elements}: at each instant they describe the Keplerian conic tangent to the real trajectory in state space.

This distinction is essential for GPS. The broadcast ephemeris uses parameters that are Keplerian in appearance but are augmented by secular rates and periodic corrections so that a compact user algorithm can reproduce the satellite's fitted Earth-fixed trajectory over the intended interval.

\section{The bridge to the GPS broadcast ephemeris}

The six classical quantities explain the skeleton of the legacy GPS broadcast parameterization. In the idealized limit, the following correspondences are suggestive:
\begin{equation}
\begin{array}{ccl}
\sqrt A &amp;\longleftrightarrow&amp; \sqrt a,\\
e &amp;\longleftrightarrow&amp; e,\\
i_0 &amp;\longleftrightarrow&amp; i,\\
\Omega_0 &amp;\longleftrightarrow&amp; \text{node-orientation parameter},\\
\omega &amp;\longleftrightarrow&amp; \omega,\\
M_0 &amp;\longleftrightarrow&amp; M_0.
\end{array}
\label{eq:gps_base_mapping}
\end{equation}
The word ``correspondence'' is deliberate. The broadcast quantities should not be interpreted as six untouched constants of an exact inertial Kepler ellipse. In the legacy LNAV user algorithm, for example, $\Omega_0$ is defined relative to the GPS weekly epoch and is combined with Earth rotation and the transmitted node rate. The broadcast values are fitting parameters for a specified user model.

The additional legacy terms include
\begin{equation}
\Delta n,\qquad \dot\Omega,\qquad IDOT,
\end{equation}
and the harmonic correction coefficients
\begin{equation}
C_{uc},\ C_{us},\ C_{rc},\ C_{rs},\ C_{ic},\ C_{is}.
\end{equation}
These do not mean the underlying differential equation suddenly needs more than six initial conditions. Instead, they belong to a compact parameterization of a \emph{perturbed and fitted trajectory model}. The fundamental dynamical state is still six-dimensional; the broadcast message uses additional coefficients because it approximates time-varying departures from one fixed Keplerian conic.

This distinction resolves an apparent paradox:
\begin{quote}
Six numbers are enough to specify an ideal two-body state, while more than six transmitted coefficients may be useful to approximate a real GPS orbit over time.
\end{quote}

\section{A useful dimensional argument: orbit geometry versus orbital phase}

There is another way to see the $5+1$ structure without using any formulas.

An ellipse in its own plane requires two numbers to specify size and shape. Placing that plane in three-dimensional space requires two orientation angles. Rotating the ellipse within its plane requires one additional angle. This totals five numbers for the geometric curve.

A moving satellite is not merely a curve. One must also specify a location along that curve at a reference time. That is the sixth number.

This geometric counting exactly mirrors the differential-equation counting:
\begin{equation}
\boxed{
\underbrace{5}_{\text{oriented conic}}
+
\underbrace{1}_{\text{phase at epoch}}
=
\underbrace{6}_{\text{state degrees of freedom}}.
}
\end{equation}
The agreement is not accidental. Both descriptions encode the same physical state.

\section{Special cases and singular classical elements}

The classical six-element set is intuitive but not globally well behaved.

\subsection{Circular orbit}

If
\begin{equation}
e=0,
\end{equation}
there is no unique periapsis direction. Consequently, $\omega$ is undefined. One instead uses a combined angle such as argument of latitude or true longitude, depending on the geometry.

\subsection{Equatorial orbit}

If
\begin{equation}
i=0,
\end{equation}
the orbital plane coincides with the reference equatorial plane. The line of nodes is not uniquely defined, so $\Omega$ is undefined.

\subsection{Circular equatorial orbit}

If both
\begin{equation}
e=0,
\qquad
i=0,
\end{equation}
several classical angles lose separate meaning, although the Cartesian state itself remains perfectly well defined.

This is an important mathematical point: the physical state space remains six-dimensional, but a particular coordinate chart can become singular. Alternative element sets such as equinoctial elements are designed to avoid some of these singularities.

GPS satellites normally have small but nonzero eccentricity and substantial inclination, so the classical geometry remains very useful for understanding the broadcast equations. Still, one should not confuse a coordinate singularity with a physical singularity.

\section{A second caution: not every six-number list is independent}

A set containing six numerical entries is not automatically a valid six-coordinate representation. Independence matters.

For example, suppose one tried to use the six components
\begin{equation}
(h_x,h_y,h_z,e_x,e_y,e_z).
\end{equation}
These six quantities satisfy
\begin{equation}
\vect h\cdot\vect e=0,
\end{equation}
so they cannot vary independently. They describe only a five-dimensional family of Keplerian orbit geometries. A separate phase quantity must still be supplied.

Similarly, adding energy to the list does not create a new independent degree of freedom because of Eq.~\eqref{eq:e_energy_h}.

This is why careful orbit mechanics counts \emph{independent} constants rather than merely counting symbols.

\section{Worked conceptual example: same orbit, different state}

Consider two satellites $A$ and $B$ on the same ideal Keplerian ellipse. Suppose they have the same
\begin{equation}
a,e,i,\Omega,\omega
\end{equation}
and move in the same direction. Then they share the same orbital plane, semimajor axis, eccentricity, periapsis direction, specific energy, angular momentum vector, and eccentricity vector.

Let their mean anomalies at epoch differ:
\begin{equation}
M_{0,A}\neq M_{0,B}.
\end{equation}
Then
\begin{equation}
\vect r_A(t_0)\neq\vect r_B(t_0),
\qquad
\vect v_A(t_0)\neq\vect v_B(t_0)
\end{equation}
in general. The five geometry constants are identical, but the six-dimensional states are different.

This example shows precisely why the invariants that determine the conic are not enough to specify a time-tagged satellite state.

\section{What will be derived next}

GPSORB02 has established the dimensional and mathematical structure without yet relying on the detailed derivation of each conservation law. The next articles can now proceed in a clean sequence.

GPSORB03 will start from Eq.~\eqref{eq:twobody} and derive
\begin{equation}
\frac{\dd}{\dd t}(\vect r\times\vect v)=\vect 0,
\end{equation}
so that
\begin{equation}
\vect h=\vect r\times\vect v
\end{equation}
is constant. From this, the planarity of two-body motion and Kepler's area law will follow.

GPSORB04 will derive conservation of
\begin{equation}
\mathcal E=\frac{v^2}{2}-\frac{\mu}{r}
\end{equation}
and the eccentricity vector, leading to the conic equation
\begin{equation}
r=\frac{p}{1+e\cos\nu}
\end{equation}
and the relations
\begin{equation}
p=\frac{h^2}{\mu},
\qquad
p=a(1-e^2),
\qquad
\mathcal E=-\frac{\mu}{2a}.
\end{equation}
Those derivations will turn the abstract ``six constants'' discussed here into concrete orbital geometry.

\section{Summary}

The ideal satellite equation
\begin{equation}
\ddot{\vect r}=-\frac{\mu}{r^3}\vect r
\end{equation}
is three coupled second-order equations, equivalently six first-order equations. Therefore one unique trajectory requires six independent scalar initial values,
\begin{equation}
\vect x_0=
\begin{bmatrix}
\vect r_0\\
\vect v_0
\end{bmatrix}.
\end{equation}
These six numbers may be replaced by any nonsingular six-parameter coordinate system describing the same state.

The Kepler problem supplies conserved angular momentum, eccentricity, and energy, but those quantities are not all independent:
\begin{equation}
\vect h\cdot\vect e=0,
\qquad
 e^2=1+\frac{2\mathcal E h^2}{\mu^2}.
\end{equation}
Five independent constants specify the fixed conic's size, shape, and orientation. A sixth phase constant specifies where the satellite is on the conic at an epoch. This produces the classical structure
\begin{equation}
\boxed{
(a,e,i,\Omega,\omega,M_0)
}
\end{equation}
and explains why these six quantities are a natural bridge between Newton's equation of motion and the GPS broadcast ephemeris.

The key conceptual chain is
\begin{equation}
\boxed{
\begin{aligned}
\text{3 second-order equations}
&amp;\Longleftrightarrow \text{6-state first-order system}\\
&amp;\Longleftrightarrow \text{6 independent initial data}\\
&amp;\Longleftrightarrow \text{5 orbit-geometry constants}+1\text{ phase constant}
\end{aligned}
}
\end{equation}

\section*{References}
\renewcommand{\refname}{}
\begin{thebibliography}{9}

\bibitem{KaplanHegarty2006}
E. D. Kaplan and C. J. Hegarty, editors,
\textit{Understanding GPS: Principles and Applications}, 2nd ed.,
Artech House, 2006.

\bibitem{BateMuellerWhite}
R. R. Bate, D. D. Mueller, and J. E. White,
\textit{Fundamentals of Astrodynamics},
Dover Publications, 1971.

\bibitem{Vallado}
D. A. Vallado,
\textit{Fundamentals of Astrodynamics and Applications}, 4th ed.,
Microcosm Press, 2013.

\bibitem{Battin}
R. H. Battin,
\textit{An Introduction to the Mathematics and Methods of Astrodynamics}, revised ed.,
AIAA Education Series, 1999.

\bibitem{Curtis}
H. D. Curtis,
\textit{Orbital Mechanics for Engineering Students}, 4th ed.,
Elsevier, 2020.

\bibitem{MontenbruckGill}
O. Montenbruck and E. Gill,
\textit{Satellite Orbits: Models, Methods, and Applications},
Springer, 2000.

\bibitem{ISGPS200N}
Global Positioning Systems Directorate,
\textit{IS-GPS-200N: NAVSTAR GPS Space Segment/Navigation User Interfaces},
1 August 2022.

\end{thebibliography}

\end{document}</content>
</record>
