I'm in a bit of trouble I want to calculate the cross ratio of 4 points $ A B C D $ that are on a circle
Sadly "officially" it has to be calculated with A B C D as complex numbers and geometers sketchpad ( the geomerty program I am used to) don't know about complex numbers
Now I am wondering
The cross ratio of 4 points on a circle is a real number
And is there so much difference between
$$ \frac { (A-C)(B-D) }{ (A-D)(B-C) } \text{ (complex method) }$$ And $$ \frac { |AC||BD| }{ |AD||BC| } \text{ (distance method). }$$
Where X-Y is the complex difference between X and Y
and |XY| is the distance between X andY
If allready is given that the four points are on a circle?
I think that the absolute values of the calculations are the same but am I right (and can we prove it)
ADDED LATER :
on Cave 's suggestion I used a circle inversion to move the four points on the circle to four points on a line and then the formulas give the same value ( if I did it correctly)
What I did:
I took a diameter of the circle This diameter intersects the circle in O and U , u is the line through U perpendicular to OU
Project the 4 points onto line u with centre O (draw a ray through O and the point, the new point is where this ray intersects line u)
And calculate the cross ratio of the four new points.
This "projection" method and the earlier "distance" method give the same value but does this prove anything?

