Gravity and orbital mechanics#
Given that we plan to construct complex space-based megastructures, we must of course design our system for space, which comes with its unique challenges. Gravity is the primary force that determines the trajectories of objects in deep space, and so is something we have to give careful consideration to. Newtonian mechanics, luckily, gives a very good mathematical description of gravity that is sufficient for preliminary calculation purposes. The differential equation of motion for all solar orbits under Newtonian gravity is:
Where
Where
If use the approximation that Earth’s gravity is dominant in this scenario, we may ignore the lunar and solar terms, and together with using the fact that orbits are planar, we have the system of equations:
These aren’t easy to solve but there is an analytical solution if you convert to polar coordinates, do a substitution of variables, and then use some other math tricks. The solution is given by:
Where
Using
In our case,
By a similar approach using the conservation of energy, we have:
Which means that the complete solution to the Newtonian differential equations for Earth orbits is given by:
Hence the reason why real-world problems almost never appear in an introductory treatment of differential equations. Further, this is not something to be computed by hand - we highly recommend sympad, an awesome open-source computer algebra system interface, which speeds up calculations tremendously.
However, it should be noted that this is a simplified gravitational model that works for limited purposes. First, it ignores the Moon completely, which is the biggest source of gravity other than the Sun and Earth. Second, it doesn’t account for the fact that Earth’s gravity is not technically uniform, with slight surface gravity variations and gravitational anomalies. Third, it does not incorporate any relativistic effects or the effects of radiation pressure or various other emissions from the spacecraft, which all have small - but tangible - effects on the spacecraft’s orientation and trajectory through time, requiring orbital corrections. Finally, it does not take into account all the other gravitational influences caused by the uneven distribution of mass in the Solar System, and due to the fact that the
For this reason, while preliminary theoretical analysis is important, it is advisable to use professional orbital calculations software such as NASA’s Copernicus and standard gravitational models such as the Earth Gravitational Models (EGM), which is part of the World Geodetic System for the final high-precision research calculations.