Suppose we have two positive, real unit vectors $X$ and $Y$ in $\mathbb{R}^n$.
EDIT: As was suggested in a comment, let me describe how $X$ and $Y$ are randomly generated. For both vectors, pick $n$ random values from the uniform distribution $[0,1]$. Then normalize the vector by the taxicab metric (i.e. all the entries sum to $1$).
By the taxicab metric, the distance between these vectors is
$$d(X,Y)=\sum_{i=1}^n |x_i-y_i|.$$
Now, if we perform this operation for thousands of random vectors, we get histograms that look like
which correspond to $n=2,3,4$. First, it is easy to prove that $d(X,Y)\leq 2$. Second, this idea can be extended to other $Lp$ metrics (such as the standard Euclidean metric) by defining
$$d(X,Y)=\sqrt[p]{\sum_{i=1}^n |x_i-y_i|^p}$$
which is interesting but not something I am currently investigating. I am trying to find an analytic form for the histograms above in terms of $n$. Obviously, this function will be $0$ at $0$ and $2$, and the maximum seems to be approaching $2/3$ as $n$ goes to infinity. Unfortunately, I have not had any luck with this problem as it seems to go through several nasty integrals involving absolute values. Any helps, hints, or general terms to look up would be appreciated.
$n=2$">
$n=3$">
$n=4$">