The formula gets rearranged depending on which variable you need. Here are the patterns you’ll run into in the real world — find the one that matches your problem and follow the worked steps.
01 · PATTERN
Mass (kg) halved
M = 2.98600e+24 (from 5.97200e+24)
Keep every other input at its default and halve the mass (kg). See how g (m/s²) responds.
- 01New Mass (kg): 2.98600e+24
- 02Baseline g (m/s²): 9.81953
- 03New g (m/s²): 4.90977
- 04g (m/s²) decreases by 50% → use this sensitivity to plan for real-world variation.
02 · PATTERN
Mass (kg) doubled
M = 1.19440e+25 (from 5.97200e+24)
Keep every other input at its default and double the mass (kg). See how g (m/s²) responds.
- 01New Mass (kg): 1.19440e+25
- 02Baseline g (m/s²): 9.81953
- 03New g (m/s²): 19.6391
- 04g (m/s²) increases by 100% → use this sensitivity to plan for real-world variation.
03 · PATTERN
Radius (m) halved
r = 3185500 (from 6371000)
Keep every other input at its default and halve the radius (m). See how g (m/s²) responds.
- 01New Radius (m): 3185500
- 02Baseline g (m/s²): 9.81953
- 03New g (m/s²): 39.2781
- 04g (m/s²) increases by 300% → use this sensitivity to plan for real-world variation.
04 · PATTERN
Radius (m) doubled
r = 12742000 (from 6371000)
Keep every other input at its default and double the radius (m). See how g (m/s²) responds.
- 01New Radius (m): 12742000
- 02Baseline g (m/s²): 9.81953
- 03New g (m/s²): 2.45488
- 04g (m/s²) decreases by 75% → use this sensitivity to plan for real-world variation.