Take a unit cube (of side 1) in N dimensions. Construct the cross-section at the midpoint of the longest diagonal. What is the area of this N-1 dimensional region? I can compute this, but it would be nice to have a reference and a formula to cross-check.
Remember to vote up questions/answers you find interesting or helpful (requires 15 reputation points)
|
6
2
|
|||||||
|
|
6
|
This is a very old problem and there is a classical analytic approach to it. You can express the volume of sections of a convex body in terms of the Fourier transform of powers of the Minkowski functional. Let $Q_n=[-1/2,1/2]^n$ be the unit cube in $\mathbb R^n$ and let $[\xi^\perp]$ denote the hyperplane orthogonal to the vector $\xi\in S^{n-1}$. Then $$Vol_{n-1}(Q_n\cap [\xi^\perp])=\frac{1}{\pi}\int_{-\infty}^{\infty} \prod\limits_{k=1}^n\frac{\sin(r \xi_k)}{r\xi_k}dr.$$ In our case $\xi=\xi_*=n^{-1/2}(1,1,\dots,1)$ so the integral becomes $$Vol_{n-1}(Q_n\cap [\xi_*^\perp])=\frac{1}{\pi}\int_{-\infty}^{\infty} \left(\frac{\sin(r/\sqrt n)}{r/\sqrt n}\right)^ndr.$$ In fact, the latter formula was already known to Laplace! The integral tends to $\sqrt {6/\pi}$, as $n\to\infty$ (e.g. by Laplace's method). This can be also justified via the probabilistic interpretation suggested by Michael Lugo. The Fourier analytic approach to sections of convex bodies is nicely presented in The Interface between Convex Geometry and Harmonic Analysis by A. Koldobsky and V. Yaskin. The derivation of the formula for volumes is available here. EDIT (15.01.2011). In fact both integrals can be calculated explicitly. The sinc integrals were studied by Borwein & Borwein (see also Multi-Variable sinc Integrals and the Volumes of Polyhedra). For any $n\in \mathbb N$, $n>1$, we have $$\frac{1}{\pi}\int_{-\infty}^{\infty} \left(\frac{\sin(r/\sqrt n)}{r/\sqrt n}\right)^ndr =\frac{\sqrt n}{2^{n-1}(n-1)!}\sum_{k=0}^{n/2}(-1)^k{n \choose k}(n-2k)^{n-1}$$ |
||||||||
|
You can accept an answer to one of your own questions by clicking the check mark next to it. This awards 15 reputation points to the person who answered and 2 reputation points to you.
|
8
|
For $n$ even, I get
Here Proof sketch: We are dealing with the convex hull of the $\binom{n}{n/2}$ zero-one vectors which have $n/2$ zeroes and $n/2$ ones. This is better known as the $(n/2,n)$-hypersimplex. The hypersimplex is well known to have a triangulation with $\left\langle \begin{matrix} n-1 \ n/2-1 \end{matrix} \right\rangle$ tetrahedra. There are many references for this; my favorite, which discusses a number of prior references, is the early parts of Lam and Postnikov. All the tetrahedra in this triangulation have the same volume, which is the volume of the convex hull of $e_1$, $e_2$, \ldots, $e_{n-1}$. If I didn't screw up, that volume is $\frac{\sqrt{n}}{(n-1)!}$. |
||
|
|
|
2
|
Let the cube be $[0,1]^n$. I'm assuming you mean the cross-section perpendicular to the longest diagonal, from the all-zeros corner to the all-ones corner. This is the cross-section corresponding to the plane $x_1 + \cdots + x_n = n/2$. Alternatively, then, you want the probability density function of the sum $S_n$, of $n$ independent uniform(0,1) random variables, evaluated at $n/2$. By the central limit theorem, the $S_n$ have asymptotic normal distribution with mean $n/2$ and variance $n/12$. So the answer should behave asymptotically like $1/\sqrt{2\pi n/12}$, i. e. like $\sqrt{\pi/6n}$. It appears that this distribution is called the Irwin-Hall distribution. |
|||||||||
|

