moons

a frame from the 1902 French silent fantasy film 'Le Voyage dans La Lune'
Le Voyage dans La Lune () — Georges Méliès

mass

A moon’s mass is determined by its radius and its density, which is determined by its composition. For example, a moon that is 80% iron and 20% ice would have the following density:

(0.8 × 7.874 g/cm3) + (0.2 × 0.997 g/cm3) = 6.4986 g/cm3

mass = radius3 * density

density = mass / volume
volume = (4 / 3) * π * r3
mass = volume * density

surface gravity

Surface gravity ( g) is the gravitational acceleration experienced at a celestial object’s surface at its equator. It is expressed in units of acceleration (m/s2 or relative to Earth’s standard surface gravity ( g0 = 9.80665 m/s2).

gravity = mass / radius2

sphere of influence

A celestial object’s sphere of influence (SOI) is the region where it exerts gravitational influence on another orbiting object. Moons must be placed within this sphere for them to be gravitationally bound to the planet.

rSOIa * (m/M)2/5

hill sphere

TODO: update. The Hill sphere is a model of SOI:

RH = a * (1 - e) * cubeRoot(moonMass / planetMass) * 235

The Roche limit (d) marks the point within the hill sphere in which moons would disintegrate as they would be too close to their planets.

d = R * (2 * (ρ / ρ))1/3

resources