Turn two airport coordinates into 3D vectors from the centre of the Earth, and the great-circle distance between them drops out of a single dot product.
Every point on Earth's surface can be written as a 3D position vector from the planet's centre, using latitude and longitude. Once two cities are position vectors, the angle between them (found with the scalar product) gives the great-circle distance directly β no separate formula to memorise, just vectors you already know how to work with. This is AI HL vector content: it needs 3D vectors and the scalar product, not just the coordinates themselves.