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
Body mass (kg) halved
M = 2.98600e+24 (from 5.97200e+24)
Keep every other input at its default and halve the body mass (kg). See how v (m/s) responds.
- 01New Body mass (kg): 2.98600e+24
- 02Baseline v (m/s): 7672.32
- 03New v (m/s): 5425.15
- 04v (m/s) decreases by 29.3% → use this sensitivity to plan for real-world variation.
02 · PATTERN
Body mass (kg) doubled
M = 1.19440e+25 (from 5.97200e+24)
Keep every other input at its default and double the body mass (kg). See how v (m/s) responds.
- 01New Body mass (kg): 1.19440e+25
- 02Baseline v (m/s): 7672.32
- 03New v (m/s): 10850.3
- 04v (m/s) increases by 41.4% → use this sensitivity to plan for real-world variation.
03 · PATTERN
Orbit radius (m) halved
r = 3385500 (from 6771000)
Keep every other input at its default and halve the orbit radius (m). See how v (m/s) responds.
- 01New Orbit radius (m): 3385500
- 02Baseline v (m/s): 7672.32
- 03New v (m/s): 10850.3
- 04v (m/s) increases by 41.4% → use this sensitivity to plan for real-world variation.
04 · PATTERN
Orbit radius (m) doubled
r = 13542000 (from 6771000)
Keep every other input at its default and double the orbit radius (m). See how v (m/s) responds.
- 01New Orbit radius (m): 13542000
- 02Baseline v (m/s): 7672.32
- 03New v (m/s): 5425.15
- 04v (m/s) decreases by 29.3% → use this sensitivity to plan for real-world variation.