My answer to this question has inspired me to create this recreational probability problem:
A person is throwing darts at a circular board of radius $r$. Nothing is known about this player’s skill. The player throws two darts, and they both land on the board. Let $L$ be the continuous random variable representing the distance between the two darts. Determine
- the cumulative distribution function $$P_L(u) = \operatorname{P}(u\le L\le 2r)$$
- the expected value of $L$, $$\operatorname{E}(L)$$
Feel free to diverge from the prescribed notation. I will post my own answer in 48 hours later this week eventually.
Good luck, and have fun!
Hopefully this will get the ball rolling, and maybe others will join in ¯\_(ツ)_/¯. I did not realize how tricky it would be for me to concrete my thought processes in regard to this problem, but now that I am on autumnal/Thanksgiving break, I have had time to sit down and tackle it head-on!
$\large{\mathbf{\text{Conventions & Symbols}}}$
Let us model the dart board as a two-dimensional set of polar points, $$D=\{(\rho,\theta) : \rho\le r\}$$ where, by convention, the constraints $\rho\ge0$ and $\theta\in[0,2\pi)$ apply. Let $A$ be the point $(\rho_A,\theta_A)$ at which the first dart lands, and let $B$ be the point $(\rho_B,\theta_B)$ at which the second dart lands.
Let $m(S)$ be the measure of the area of the region $S\subseteq D$; for example, $m(D)=\pi r^2$. Since we do not know anything about the player’s skill, we will assume that the probability of the dart landing in any given region is the same as the dart landing in any other given region if the regions are the same size. Thus we will assume the model $$\operatorname{P} (A\in S) = \frac{m(S)}{m(D)} = \frac{ m(S) }{ \pi r^2 }$$
$\large{\mathbf{\text{Area Surrounding $\boldsymbol A$}}}$
In order to define $P_L(u)$, one must find the area of the region $S_A(u)$, which is the intersection of a circle of radius $u$ surrounding $A$ and the dartboard $D$. If $\rho_A+u\le r$, then the circle is completely contained by the dartboard, and the area of $S_A(u)$ is simply $\pi u^2$.
If, however, $\rho_A+u\gt r$, then the region is not a circle.
You can interact with these visuals on Desmos.
This answer includes the formula for calculating the area of the overlapping region
$$X=u^{2}\arccos\left(\frac{\rho_A^{2}+u^{2}-r^{2}}{2\rho_A u}\right) + r^{2}\arccos\left(\frac{\rho_A^{2}+r^{2}-u^{2}}{2\rho_A r}\right) - \frac12 \sqrt{(-\rho_A+u+r)(\rho_A-u+r)(\rho_A+u-r)(\rho_A+u+r)} $$
Hence $$m\bigl(S_A(u)\bigr) = \begin{cases} \pi u^2 & \rho_A\in[0,r-u] \\ X & \rho_A\in(r-u,r) \\ \end{cases}$$
$\large{\mathbf{\text{Hence Determining $\boldsymbol{P_L(u)}$}}}$
Now, consider that $B$ falls outside the region $S_A(u)$ or on its boundary. This would imply that $u\le L\le 2r$. (However, it should be noted that $L$ will only equal $2r$ if $A$ lands on the boundary of $D$ and $B$ lands opposite $A$; nevertheless, the inequality is still technically accurate.)
By the model of calculating probability outlined in $\mathbf{\text{Conventions & Symbols}}$,
$$\operatorname{P}(u\le L\le 2r) = P_L(u) = 1-\frac{m\bigl(S_A(u)\bigr)}{m(D)} = 1-\frac{m\bigl(S_A(u)\bigr)}{\pi r^2}$$
$\large{\mathbf{\text{Hence Computing $\boldsymbol{\operatorname{E}(L)}$}}}$
According to this post, if $X\ge0$ then $\operatorname{E}(X)=\int_0^\infty \operatorname{P}(X>x)\,dx$. Given the limits for $L$, I believe that this could be logically manipulated to imply
$$\begin{align} \operatorname{E}(L) &= \int_0^{\infty}\operatorname{P}(L>x)\,dx \\ &= \int_0^\infty \operatorname{P}(x\le L)\, dx \\ &= \int_0^{2r}\operatorname{P}(x\le L \le 2r)\, dx \\ &= \int_0^{2r}\operatorname{P}(u\le L \le 2r)\, du \\ &= \int_0^{2r}P_L(u)\, dx \\ \end{align}$$
I don’t really care to give this in a closed form, and I don’t have access to a graphing calculator with a strong enough computer algebra system to arrive at a numerical value for $\operatorname{E}(L)$.
Well, I look forward to hearing what others think! If you have found any errors, please let me know or feel free to indicate so in the answer section so that I can up-vote it. If you have any alternative solutions (perhaps using vectors), then please contribute that as well!