September 6th, 2010, 1:35 am
I haven't figured out the other solutions yet, but the way I did it was:consider the first point x between 0 and 1, then when the second point is greater than x, the average distance between them will be (1-x)/2. And when the second point is less than x, the average distance between them will be x/2. Then the average distance across both sides will be the weighted average of the two terms. The weights will be (1-x) and x. Then integrate the weighted average over 0->1
Last edited by
kwd1 on September 5th, 2010, 10:00 pm, edited 1 time in total.