three_body_restricted#

diffeqzoo.ivps.three_body_restricted(*, initial_values=((0.994, 0), (0, -2.0015851063790824)), standardised_moon_mass=0.012277471, time_span=(0.0, 17.065216560157964))[source]#

Construct the restricted three-body problem as a second-order differential equation.

The restricted three-body problem describes how a body of negligible mass moves under the influence of two massive bodies. It can be described in terms of two-body motion.

It is commonly pointed to p. 129 of Hairer et al. (1993) as the first reference.

BibTex for Hairer et al. (1993)
@book{hairer1993solving,
    title={Solving Ordinary Differential equations I, Nonstiff Problems},
    author={Hairer, Ernst and N{\o}rsett, Syvert P and Wanner, Gerhard},
    year={1993},
    publisher={Springer}
    edition={2}
}