Three points are chosen independently at random on a circumference with radius r. Find the CDF of the maximum straight-line distance between each pair of points.
I came up with this statement based on this original problem that asks about the approximate probability when the maximum straight-line distance is the radius $r$. I'm trying to make it more general.
First of all, I start by looking at only two points: $A$ and $B$. In this case it's easy to see that the two points and the center of the circumference form an isosceles triangle whose two-equal sides have length $r$ and the other side $AB$ is the straight-line distance $d$.
Based on that we notice that:
$$ \sin{{\alpha\over{2}}}={{d}\over{2r}} $$
So $$d=2r \sin{{\alpha\over{2}}}$$
And $$\alpha=2 \arcsin{{{d}\over{2r}}}$$
Hence, the probability that the maximum straight-line distance $D$ between $A$ and $B$ is less than $d$ is
$$P\{D \leq d\} = {{2\alpha}\over{2\pi}}={{\alpha}\over{\pi}}$$
where $D$ takes values between $0$ and $\pi$. Note that it's $2\alpha$ because in the figure we also need to account for placing $B$ to the left of $A$.
We now introduce the third point $C$.
Computing this depends on where $A$ and $B$ are placed. If $A$ and $B$ are in the same place, the probability that the $AC$ and $BC$ distances are both less than $d$ is the same as above
$${{2\alpha}\over{2\pi}}$$
However, as we chose $B$ away from $A$, this probability decreases linearly when the angle $\beta$, that is formed by the arc $A$ and $B$, increases.
This is where I'm not entirely sure whether I'm reasoning well. I try to use conditional probability to express what I described in the above paragraph.
Thus, the probability that we chose $C$ in a way that its distance to $A$ and $B$ is less than $d$ after having chosen $AB$ with distance $m$ less than $d$ is
$$ P\{AC \leq d, BC \leq d \mid AB = m \} = {{2\alpha - \beta}\over{2\pi}} $$
where $m \leq d$, and $\beta$ is the angle formed by $A$ and $B$ when they are at distance $m$, and $\alpha$ is the angle for distance $d$.
Now, assuming that I calculated $P\{AC \leq d, BC \leq d \mid AB = m \}$ correctly I still need to find $P\{AC \leq d, BC \leq d, AB \leq d\}$.
My attempt at finding $P\{AC \leq d, BC \leq d, AB \leq d\}$ is using:
$$ P\{AC \leq d, BC \leq d \mid AB \leq d \} = {{P\{AC \leq d, BC \leq d , AB \leq d\}}\over{P\{AB \leq d\}}} $$
And to find $P\{AC \leq d, BC \leq d \mid AB \leq d \}$ from $P\{AC \leq d, BC \leq d \mid AB = m \}$ I tried to integrate the latter for all values of $m$ up to $d$, but what I got didn't make much sense.








