Simplified model A simplified decay model for a near-circular two-body orbit about a central body (or planet) with an atmosphere, in terms of the rate of change of the orbital altitude, is given below. : \frac{dR}{dt}=\frac{\alpha_o(R) \cdot T(R)}{\pi} Where
R is the distance of the spacecraft from the planet's origin,
αo is the sum of all accelerations projected on the along-track direction of the spacecraft (or parallel to the spacecraft velocity vector), and
T is the Keplerian period. Note that
αo is often a function of
R due to variations in atmospheric density in the altitude, and
T is a function of
R by virtue of
Kepler's laws of planetary motion. If only atmospheric drag is considered, one can approximate drag deceleration
αo as a function of orbit radius
R using the
drag equation below: :\alpha_o\, =\, \tfrac12\, \rho(R)\, v^2\, c_{\rm d}\, \frac{A}{m} ::\rho(R) is the
mass density of the atmosphere which is a function of the radius R from the origin, ::v is the
orbital velocity, ::A is the drag reference
area, ::m is the
mass of the satellite, and ::c_{\rm d} is the
dimensionless drag coefficient related to the satellite geometry, and accounting for
skin friction and
form drag (~2.2 for cube satellites). The orbit decay model has been tested against ~1 year of actual GPS measurements of VELOX-C1, where the mean decay measured via GPS was 2.566 km across Dec 2015 to Nov 2016, and the orbit decay model predicted a decay of 2.444 km, which amounted to a 5% deviation. An open-source
Python based software, ORBITM (ORBIT Maintenance and Propulsion Sizing), is available freely on GitHub for Python users using the above model.
Proof of simplified model By the
conservation of mechanical energy, the energy of the orbit is simply the sum of kinetic and gravitational potential energies, in an unperturbed
two-body orbit. By substituting the
vis-viva equation into the kinetic energy component, the orbital energy of a circular orbit is given by: : U = KE + GPE = -\frac{G M_E m}{2R} Where
G is the gravitational constant,
ME is the mass of the central body and
m is the mass of the orbiting satellite. We take the derivative of the orbital energy with respect to the radius. : \frac{dU}{dR} = \frac{G M_E m}{2R^2} The total decelerating force, which is usually atmospheric drag for low Earth orbits, exerted on a satellite of constant mass
m is given by some force
F. The rate of loss of orbital energy is simply the rate at the external force does negative work on the satellite as the satellite traverses an infinitesimal circular arc-length
ds, spanned by some infinitesimal angle
dθ and angular rate
ω. : \frac{dU}{dt}=\frac{F \cdot ds}{dt}=\frac{F \cdot R \cdot d\theta}{dt}=F \cdot R \cdot \omega The angular rate
ω is also known as the
Mean motion, where for a two-body circular orbit of radius
R, it is expressed as: : \omega = \frac{2\pi}{T} = \sqrt{\frac{G M_E}{R^3}} and... : F = m \cdot \alpha_o Substituting
ω into the rate of change of orbital energy above, and expressing the external drag or decay force in terms of the deceleration
αo, the orbital energy rate of change with respect to time can be expressed as: : \frac{dU}{dt}= m \cdot \alpha_o \cdot \sqrt{\frac{G M_E}{R}} Having an equation for the rate of change of orbital energy with respect to both radial distance and time allows us to find the rate of change of the radial distance with respect to time as per below. : \frac{dR}{dt} = \left( \left( \frac{dU}{dR} \right)^{-1} \cdot \frac{dU}{dt} \right) : = 2\alpha_o \cdot \sqrt{\frac{R^3}{G M_E}} : = \frac{\alpha_o \cdot T}{\pi} The assumptions used in this derivation above are that the orbit stays very nearly circular throughout the decay process, so that the equations for orbital energy are more or less that of a circular orbit's case. This is often true for orbits that begin as circular, as drag forces are considered "re-circularizing", since drag magnitudes at the
periapsis (lower altitude) is expectedly greater than that of the
apoapsis, which has the effect of reducing the mean eccentricity. ==Sources of decay==