Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

Lagrange Planetary Equations

A set of differential equations describing the time rate of change of the orbital elements (e.g., semi-major axis aa, eccentricity ee, inclination ii) due to perturbing forces F\vec{F}. They are fundamental for numerical integration.
📜

The statement of the theorem

Let L=(a,e,i,Ω,ω,M)\mathbf{L} = (a, e, i, \Omega, \omega, M) be the set of classical orbital elements, and F\vec{F} be the perturbing force per unit mass. The time rate of change of these elements is given by:\ndLdt=θelementsFr2×r×h\frac{d\mathbf{L}}{dt} = \frac{\partial \boldsymbol{\theta}}{\partial \text{elements}} \cdot \frac{\vec{F}}{r^2} \times \mathbf{r} \times \mathbf{h} \nSpecifically, the equations for the rate of change of the semi-major axis aa and eccentricity ee are:\na˙=1e2na2e[(1e2)Fr+er2r˙Ft]\dot{a} = \frac{\sqrt{1-e^2}}{n a^2 e} [ (1-e^2) \vec{F} \cdot \mathbf{r} + e r^2 \dot{r} \vec{F} \cdot \mathbf{t} ] \ne˙=1na2e[(1e2)Fr+er2r˙Ft]\dot{e} = \frac{1}{n a^2 e} [ (1-e^2) \vec{F} \cdot \mathbf{r} + e r^2 \dot{r} \vec{F} \cdot \mathbf{t} ] \n(where nn is the mean motion, r\mathbf{r} is the radial unit vector, and t\mathbf{t} is the transverse unit vector).
Source: Wikipedia