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
Lat 1 halved
lat1 = 20.3564 (from 40.7128)
Keep every other input at its default and halve the lat 1. See how distance (km) responds.
- 01New Lat 1: 20.3564
- 02Baseline Distance (km): 5570.22
- 03New Distance (km): 7145.28
- 04Distance (km) increases by 28.3% → use this sensitivity to plan for real-world variation.
02 · PATTERN
Lat 1 doubled
lat1 = 81.4256 (from 40.7128)
Keep every other input at its default and double the lat 1. See how distance (km) responds.
- 01New Lat 1: 81.4256
- 02Baseline Distance (km): 5570.22
- 03New Distance (km): 4102.84
- 04Distance (km) decreases by 26.3% → use this sensitivity to plan for real-world variation.
03 · PATTERN
Lon 1 halved
lon1 = -37.003 (from -74.006)
Keep every other input at its default and halve the lon 1. See how distance (km) responds.
- 01New Lon 1: -37.003
- 02Baseline Distance (km): 5570.22
- 03New Distance (km): 3045.26
- 04Distance (km) decreases by 45.3% → use this sensitivity to plan for real-world variation.
04 · PATTERN
Lon 1 doubled
lon1 = -148.012 (from -74.006)
Keep every other input at its default and double the lon 1. See how distance (km) responds.
- 01New Lon 1: -148.012
- 02Baseline Distance (km): 5570.22
- 03New Distance (km): 9299.32
- 04Distance (km) increases by 66.9% → use this sensitivity to plan for real-world variation.