I want calculate max number of points that I can put in an n-dimensional ball with radius 1, so that the distance between any two points is $\ge 1$. I want get the exact formula or lower bound for number of points that depends on dimensionality. I write a program that try placed maximum points to the ball with radius 1 and I get so far: \begin{array} {|r|r|}\hline \text{dim} & 1 & 2 & 3 & 4 & 5 & 6 & 7\\ \hline \text{num points} & 3 & 7 & \ge13 & \ge23 & \ge 37 & \ge 59 & \ge 87\\ \hline \end{array}
2026-03-26 16:10:19.1774541419
What is the max number of points I can put in an n-dimensional ball with radius 1, so that the distance between any two points is $\ge 1$?
139 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 PACKING-PROBLEM
- Can the squares with side $1/n$ be packed into a $1 \times \zeta(2)$ rectangle?
- Equilateral Triangle within a Rectangle
- What is the maximum number of non-overlapping circles that can be placed inside an ellipse?
- Packing $n$-diamonds in a $n$-cube and a number theoretic conjecture?
- Pack three largest sphere in a cube with given length.
- Does finding the line of tightest packing in a packing problem help?
- Orthogonally packing consecutive integer cubes 1x1x1 -nxnxn inside the smallest integer cube.
- Tetris: What is the Polyomino (max 3x3) with the least probability of being useful to the player?
- Size dependence of density of random close packing (for spheres)
- Packing Points into Region
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?
If I understand your problem correctly, this is essentially the kissing number problem, with an extra point at the center of the ball. (In your problem, you don't have to put a point at the center of the ball, but if you put a point in the ball's interior that is located away from the center, then you've eliminated a large region of the ball's surface that isn't counterbalanced by opening a bunch of space in its interior. I strongly suspect that makes that tactic sub-optimal, but it would be worth verifying.)
If you put a point at the ball's center, then the remaining points will be on the ball's surface, and they must be separated by distance $1$, which are exactly the tangent points of balls in the kissing number problem. Therefore, the answer to your question will be one plus the answer to the kissing number problem: that is,
$$ n_1 = \kappa(1)+1 = 2+1 = 3 $$ $$ n_2 = \kappa(2)+1 = 6+1 = 7 $$ $$ n_3 = \kappa(3)+1 = 12+1 = 13 $$ $$ n_4 = \kappa(4)+1 = 24+1 = 25 $$
Values are also known for dimensions $8$ and $24$, due to the symmetries of the $E_8$ and Leech lattices:
$$ n_8 = \kappa(8)+1 = 240+1 = 241 $$ $$ n_{24} = \kappa(24)+1 = 196\,560+1 = 196\,561 $$
Even where values are not precisely known, we may draw from the lower and upper bounds established for the kissing number problem—for example:
$$ n_5 = \kappa(5)+1 \in \{41, 42, \ldots, 45\} $$ $$ n_6 = \kappa(6)+1 \in \{73, 74, \ldots, 79\} $$ $$ n_7 = \kappa(7)+1 \in \{127, 128, \ldots, 135\} $$
and so forth. Incidentally, each of these is consistent with your lower bounds.
This is a problem with deep connections to coding theory, and indeed part of the proof of the four-dimensional case draws upon a clever modification by Oleg Musin to a coding theory approach sometimes called the Delsarte method. See Pfender and Ziegler, "Kissing Numbers, Sphere Packings, and Some Unexpected Proofs," in Notices of the AMS, Vol. $51$, pp. $873$–$883$. If I get the motivation at some point, I may come back and sketch out the Delsarte method for two dimensions. This case is of course easy to establish ad hoc, but showing the Delsarte method for two dimensions makes the approach easier to understand.
Casselman, "The Difficulties of Kissing in Three Dimensions," also gives some interesting history behind this problem, including the somewhat surprising fact that the story of Newton and Gregory's discussion of the three-dimensional case is often distorted! I had always heard (initially from Martin Gardner's retelling in his Mathematical Games column) that Newton thought $\kappa(3) = 12$ while Gregory thought $\kappa(3) = 13$, but that is an oversimplification. See the article for more details.