A disk of area $\dfrac{\pi}{a}$ is divided into $n$ regions of equal area by line segments from a point on the edge.
Here is an example with $n=8$.
Let $P(a,n)=\text{product of lengths of the line segments}$.
What is $\lim\limits_{n\to\infty}P(e,n)$ ? ($e$ is Euler's constant)
Why I chose $a=e$
Here are plots of $P(a,n)$ against $n$ with $a=0.99e$, $\space a=e$ and $\space a=1.01e$.
It seems that if $a<e$ then $\lim\limits_{n\to\infty}P(a,n)=\infty$, and if $a>e$ then $\lim\limits_{n\to\infty}P(a,n)=0$.
So $a=e$ seems to be a critical value.
Here are the $P(e,n)$ values that I got; some of these appear in the graph above.
$P(e,2)\approx1.2131$
$P(e,3)\approx1.3682$
$P(e,4)\approx1.4937$
$P(e,5)\approx1.6007$
$P(e,6)\approx1.6946$
$P(e,7)\approx1.7790$
$P(e,12)\approx2.1120$
$P(e,24)\approx2.6452$
$P(e,48)\approx3.3194$
$P(e,96)\approx4.1717$
$P(e,192)\approx 5.2476$
(I calculated these values "manually": that is, I used desmos to get an approximate solution to $x−\sin x=\frac{2k\pi}{n}$ with individual $k$ values, then I used those $x$ values and Excel to approximate $P(e,n)$.)
What makes this difficult
What makes my question difficult for me, is that I cannot find exact expressions for the lengths. For example, with $a=e$ and $n=8$, the length of the shortest line segments is $\frac{2}{\sqrt{e}}\sin \left(\frac{x}{2}\right)$ where $x-\sin x=\frac{\pi}{4}$.
I am aware of Kepler's equation, but that doesn't seem to help.
Context
This question was inspired by the following remarkable fact: If $n$ evenly spaced points are drawn on a unit circle, and line segments are drawn from one point to each of the other points, then the product of lengths of the line segments equals $n$ (proof).
Related question: Conjectured connection between $e$ and $\pi$ in a semidisk
Update
@Carl Schildkraut's answer shows that $\lim\limits_{n\to\infty}\frac{P(e,n)}{n^{1/3}}=\frac{e^{1/2}}{6^{1/3}}\approx0.9073$.
Here is a plot of $\frac{P(e,n)}{n^{1/3}}$ against $n$.


