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

Two-Body Problem Formulation

The foundational mathematical model describing the motion of two masses interacting solely via Newtonian gravity. It simplifies the N-body problem and yields closed-form solutions for the orbit's geometry and dynamics.
📜

The statement of the theorem

Consider two masses m1m_1 and m2m_2 separated by a relative position vector r=r2r1\mathbf{r} = \mathbf{r}_2 - \mathbf{r}_1. The equation of motion for the relative vector r\mathbf{r} is governed by the differential equation:\nd2rdt2=μr3r\frac{d^2\mathbf{r}}{dt^2} = -\frac{\mu}{r^3} \mathbf{r} \nwhere μ=G(m1+m2)\mu = G(m_1 + m_2) is the gravitational parameter, and r=rr = ||\mathbf{r}||. This equation yields closed-form solutions describing conic sections.