For 2 dimensions there can be three circles that can touch each other. In 3 dimensions there can be 4 spheres that can touch each other. What would be the number of hyper-spheres that can touch each other directly in n dimensions?
2026-03-26 21:27:28.1774560448
What is the maximum number of spheres with same radius that can touch each other in n dimensions.
406 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in GEOMETRIC-TOPOLOGY
- Finite covers of handlebodies?
- CW complexes are compactly generated
- Constructing a fat Cantor Set with certain property
- Homologically zero circles in smooth manifolds
- Labeled graphs with unimodular adjacency matrix
- Pseudoisotopy between nonisotopic maps
- A topological question about loops and fixed points
- "Continuity" of volume function on hyperbolic tetrahedra
- Example of path connected metric space whose hyperspace with Vietoris topology is not path connected?
- What is the pushout of $D^n \longleftarrow S^{n-1} \longrightarrow D^n$?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
In $n$ dimensions, the maximum is $n+1$.
Two spheres (I'll use that term regardless of dimension) of radius $r$ are tangent to each other if and only if the distance between their centers is $2r$. Thus, $n+1$ spheres are all tangent to each other if and only if the distance between any two of those points is $2r$.
These $n+1$ points thus form a $n$-simplex with all sides equal to $2r$. We wish to show that this figure requires at least $n$ dimensions. Why? Because we can calculate its $n$-volume, and that volume is positive.
The $n$-volume of a $n$-simplex with vertices $z_0,z_1,\dots,z_n$ is $\frac1{n!}\left|\det\begin{pmatrix}z_1-z_0&z_2-z_0&\cdots&z_n-z_0\end{pmatrix}\right|$. Or, at least, it is if those vectors are all in $\mathbb{R}^n$. Since we're varying the number of dimensions, we need a volume formula that can hold up to that. For example, in $\mathbb{R}^3$, the area of a triangle will come from the length of the cross product of two of its side vectors; the cross product serves as a sort of directed area formula.
That matrix $Z$ we took the determinant of in the $\mathbb{R}^n$ case still makes sense if all the vectors are in $\mathbb{R}^m$ for some other $m$; it just won't be square. So, what can we do? Multiply it by its transpose. The resulting matrix is square, symmetric, and positive semidefinite, so we can take its determinant, and then the square root of that determinant. The volume we seek, if the $z_i$ are points in any $\mathbb{R}^m$, is $\frac1{n!}\sqrt{\det(Z^TZ)}$. Writing down the entries of $Z^TZ$, we get $$Z^TZ = \begin{bmatrix}\|z_1-z_0\|^2&(z_1-z_0)\cdot(z_2-z_0)&\cdots&(z_1-z_0)\cdot(z_n-z_0)\\(z_2-z_0)\cdot(z_1-z_0)&\|z_2-z_0\|^2&\cdots&(z_2-z_0)\cdot(z_n-z_0)\\ \vdots&\vdots&\ddots&\vdots\\ (z_n-z_0)\cdot(z_1-z_0)&(z_n-z_0)\cdot(z_2-z_0)&\cdots&\|z_n-z_0\|^2\end{bmatrix}$$ Those dots are the usual dot product of vectors, of course. Next, we convert all those dot products into a form based entirely on the distances between the points. If $d_{ij}$ is the distance between points $z_i$ and $z_j$, then $(z_i-z_0)\cdot (z_j-z_0) = \frac12\left(d_{0i}^2+d_{0j}^2-d_{ij}^2\right)$. Apply this in our case with all the $d_{ij}$ equal to $2r$, and $$Z^TZ = \begin{bmatrix}4r^2&2r^2&\cdots&2r^2\\2r^2&4r^2&\cdots&2r^2\\ \vdots&\vdots&\ddots&\vdots\\2r^2&2r^2&\cdots&4r^2\end{bmatrix}$$ The determinant of that $n\times n$ matrix is $2^n\cdot r^{2n}\cdot (n+1)$, so the $n$-volume is $r^n\sqrt{\frac{2^n(n+1)}{n!}}$. That's not zero, so we need at least $n$ dimensions to fit our $n+1$ points at equal distances.
As a side note, I prefer working with that determinant formula a bit more. With some clever linear algebra, we can replace $Z^tZ$ with a $(n+2)\times (n+2)$ matrix that has just squared distances as entries: $$V^2=\frac{(-1)^{n+1}}{2^n (n!)^2}\det\begin{bmatrix}0&1&1&1&1&\cdots&1\\1&0&d_{10}^2&d_{20}^2&d_{30}^2&\cdots&d_{n0}^2\\1&d_{01}^2&0&d_{21}^2&d_{31}^2&\cdots&d_{n1}^2\\1&d_{02}^2&d_{12}^2&0&d_{32}^2&\cdots&d_{n2}^2\\1&d_{03}^2&d_{13}^2&d_{23}^2&0&\cdots&d_{n3}^2\\ \vdots&\vdots&\vdots&\vdots&\vdots&\ddots&\vdots\\ 1&d_{0n}^2&d_{1n}^2&d_{2n}^2&d_{3n}^2&\cdots&0\end{bmatrix}$$ It wasn't necessary for this problem, but it's a neat one to know - the higher-dimensional generalization of Heron's formula.