Given distances (shortest paths) between four cities, how to show that they cannot be in the same plane?

1.7k Views Asked by At

In the example below we are given distances between four cities. The author of the book says that these distances "suffice to prove that the world is not flat".

  • Do I understand this correctly that this just means: Checking that we cannot place four points on plane with these distances? Or am I supposed to interpret this claim differently?
  • How can this be shown? I.e., how can I use the distances below to show that it is not possible to find the points on the plane with these distances?

If I understand the problem correctly, I am supposed to find some property which is fulfilled for distance between the vertices of any quadrilateral in a plane. And then show that the given distances do not fulfill this property.


The following excerpt is taken from Einstein Gravity in a Nutshell by Zee, page 66

The logic of differential geometry

Differential geometry, as developed by Gauss and Riemann, tells us that given the metric, we can calculate the curvature. The logic goes as follows. The metric tells you the distance between two nearby points. Integrating, you can obtain the distance along any curve joining two points, not necessarily nearby. Find the curve with the shortest distance. By definition, this curve is the "straight line" between these two points. Once you know how to find the "straight line" between any two points, you can test all of Euclid’s theorems to see whether our space is flat. For example, as described in the prologue, the mite geometers could now draw a small circle around any point, measure its circumference, and see if it is equal to $2\pi$ times the radius. (See appendix 1.) Thus, the metric can tell us about curvature.

Take an everyday example: given an airline table of distances, you can deduce that the world is curved without ever going outside. If I tell you the three distances between Paris, Berlin, and Barcelona, you can draw a triangle on a flat piece of paper with the three cities at the vertices. But now if I also give you the distances between Rome and each of these three cities, you would find that you can’t extend the triangle to a planar quadrangle (figure 1). So the distances between four points suffice to prove that the world is not flat. But the metric tells you the distances between an infinite number of points.

Distances between Berlin, Barcelona, Paris and Rome


I have looked up distances between these four cities on WolframAlpha:

$$\begin{array}{|c|c|c|c|c|} \hline & \text{Bar} & \text{Ber} & \text{Rom} & \text{Par} \\\hline \text{Bar} & 0 & 1498 & 861.8 & 829.2\\\hline \text{Ber} & & 0 & 1184 & 878.7 \\\hline \text{Rom} & & & 0 & 1109 \\\hline \text{Par} & & & & 0 \\\hline \end{array}$$

6

There are 6 best solutions below

4
On BEST ANSWER

Take Rome, use cosine rule to find three angles it makes with 3 different triangles, and then check whether $$\cos(a+b)=\cos{a}\cos{b}-\sin{a}\sin{b}$$ is satisfied $\angle a=$ barcelona-rome-paris $\angle b=$ paris-rome-berlin and $\angle a+b=$ barcelona-rome-berlin

2
On

A simple geometric approach. Take suppose Rome to be the point $(0,0,0)$ . Take Paris as $(1109,0,0)$ on $X$ axis. Given 2 points plot Berlin on the $XY$ plane(2 distances being given). Say you get $(X_1,Y_1,0)$. Now you are given three points , Draw three spheres centering each of the three points and radius of each sphere being the distance of Barcelona from each of them. So you get the coordinates of Barcelona. From the given data it will show that the perpendicular distance of each of Barcelona from the plane of the other three cities(namely the $Z$ component) will not be $0$

0
On

I would set up a 4-hedron:
Barcelona-Berlin[a=1498] skew to Paris-Rome[f=1109];
Barcelona-Paris[b=829.2] skew to Rome-Berlin[e=1184];
Barcelona-Rome[c=861.8] skew to Berlin-Paris[d=878.7]
$A=a^2,\,B=b^2,\,C=c^2,\,D=d^2,\,E=e^2,\,F=f^2$
$\text{volume}=\frac{\sqrt{AF(-A+B+C+D+E-F)+BE(A-B+C+D-E+F)+CD(A+B-C-D+E+F)-ABD-AEC-BCF-DFE}}{12}$

If its volume does not vanish, then the cities are not coplanar.

Of course, it should be borne in mind that all of the tetrahedral solutions, including this one, are predicated on the supposition that the intercity distances supplied by Wolfram Alpha are straight lines, when they are actually more akin to geodesics.

3
On

I also posted this to the other question.

The two diagonals $p$ and $q$ of a plane quadrilateral and the four side lengths $a$, $b$, $c$, $d$ are related by the Cayley-Menger determinant: $$\det\pmatrix{0&a^2&p^2&d^2&1\cr a^2&0&b^2&q^2&1\cr p^2&b^2&0&c^2&1\cr d^2&q^2&c^2&0&1\cr1&1&1&1&0\cr}=0$$ See https://en.wikipedia.org/wiki/Quadrilateral#Properties_of_the_diagonals_in_some_quadrilaterals

So, if you don't get zero, your points are not in a plane.

0
On

You have the lengths of all the sides of your triangles, so you should be able to obtain all the corresponding angles. Now, pick three triangles, say: Paris-Barcelona-Berlin, Paris-Barcelona-Rome, Barcelona-Rome-Berlin.

In each of these triangles, the sum of the angles will be 180°. This should be obvious; of course, any three points define a plane. We need to check whether having these four cities on the same plane is consistent with the angles (and the distances) we measured.

One way to go about it is checking whether the angle Paris-Barcelona-Berlin from the first triangle plus the angle Berlin-Barcelona-Rome from the third triangle is equal to the angle Paris-Barcelona-Rome from the second triangle.

A few calculations should convince you that it is not the case: the world is not flat. In particular, we find greater angles than expected (and their sum add up to more than 180°), which is indicative of positive curvature (spherical geometry).

1
On

We need to consider only a single spherical triangle between any 3 cities and compute angles $ \alpha, \beta, \gamma $ opposite them using spherical trigonometry.

To convince that earth is indeed not flat, the spherical excess should be checked to be positive.Or,

$$ \alpha + \beta + \gamma -\pi > 0. $$