Consider the collection $\mathcal{X}$ of
- compact and connected subsets of $\mathbb{R}^2$,
- that are the closure of some open subset of $\mathbb{R}^2$, and
- have area $a$.
For any $\Omega \in \mathcal{X}$ and any $x,y \in \Omega$, let $d(x,y,\Omega)$ be the length of the shortest path lying entirely inside $\Omega$ and connecting $x$ to $y$.
Also, let $\mathbb{1}(x,y,\Omega)$ be the indicator function that equals $1$ if $x$ and $y$ are both in $\Omega$, and zero otherwise.
I am interested in the following problem:
$$\min_{\Omega \in \mathcal{X}} \int_{x\in \mathbb{R}^2}\int_{y\in \mathbb{R}^2} d(x,y,\Omega) \mathbb{1}(x,y,\Omega) dx dy$$
- Is there a well-known solution to this problem?
- Is it possible to show that a solution to this problem must be convex?
- Is the problem even well-defined (e.g., does $d(x,y,\Omega)$ always exist? I tried to help guaranteeing it by including only closed and connected sets in $\mathcal{X}$, but I am not 100% sure that's enough)?
- Is the problem guaranteed to have a solution without more regularity conditions?
Some related problems are described here: https://link.springer.com/article/10.1007/s10958-012-0717-3. Unfortunately, these related problems either (1) focus on "networks" rather than "thick" sets, (2) focus right away on convex sets, or (3) do not fix the area and instead impose an additional "cost" to the minimization problem for increasing the area.
Not a positive answer, but from here we find that the average distance of two random points in a $w \times h$ rectangle is:
$$ \frac1{15} \left( \frac{w^3}{h^2}+\frac{h^3}{w^2}+d \left( 3-\frac{w^2}{h^2}-\frac{h^2}{w^2} \right) +\frac52 \left( \frac{h^2}{w}\log\frac{w+d}{h}+\frac{w^2}{h}\log\frac{h+d}{w} \right) \right)\;, $$
where $d=\sqrt{w^2+h^2}$.
Now WLOG let $a = 1$, $w = x$ and $h = 1/x$. We get the formula:
$$ \frac1{15} \left( x^5+x^{-5}+d \left( 3-x^4-x^{-4} \right) +\frac52 \left( x^{-3}\log(x^2+xd)+x^3\log(x^{-2}+d/x) \right) \right)\;, $$
where $d=\sqrt{x^2+x^{-2}}$.
For $x > 0$ this has a minimum at $x = 1$, ruling out "long thin rectangles".