Mathematics Problem Archive

Showing 51-100 of 488 problems (Page 2 of 10)

AMR-037-0014
Open

A dynamic-programming interval problem

v1.3 research notes

Given a sorted list of $n$ real numbers, find for every $1\le k\le n$ the shortest interval containing exactly $k$ entries. Find a subquadratic algori...

L3
Geometry
AMR-037-0015
Open

Shortest paths in line arrangements

v1.3 research notes

Given lines in the plane and two vertices $s,t$ of their arrangement, find a subquadratic algorithm for the shortest $s$-$t$ path along arrangement ed...

L3
Geometry
AMR-037-0016
Solved

Straight skeleton of a simple polygon

v1.3 research notes

Is there a near-linear-time algorithm to construct the straight skeleton of a simple polygon? Determine the optimal complexity, including for polygons...

L3
Geometry
AMR-037-0017
Solved

Crashing motorcycles efficiently

v1.3 research notes

Given motorcycles moving simultaneously along fixed rays and crashing upon reaching another track, determine the motorcycle graph in near-linear time....

L3
Geometry
AMR-037-0018
Partially Solved

Klee's measure problem

v1.3 research notes

Determine the optimal complexity of computing the volume of the union of axis-aligned boxes in fixed dimension at least three. In particular, is there...

L3
Geometry
AMR-037-0019
Partially Solved

Generating random simple polygons

v1.3 research notes

Given a planar point set $P$, sample uniformly from the simple polygons with vertex set $P$ in polynomial time, or determine the complexity of countin...

L3
Geometry
AMR-037-0020
Partially Solved

Building convex polytopes

v1.3 research notes

Develop exact polynomial-time algorithms for the constructive forms of Aleksandrov's, Cauchy's, Minkowski's, Steinitz's, and Koebe's polytope-realizat...

L3
Geometry
AMR-038-0001
Partially Solved

Antipodes of symmetric convex bodies

v1.3 research notes

On a centrally symmetric convex body, must every pair of points at maximum intrinsic surface distance be antipodal? Resolve this even for rectangular ...

L4
Geometry
AMR-038-0002
Open

Bounded-degree triangulations

v1.3 research notes

Can every convex polytope be triangulated so that every vertex degree, or every edge degree, is bounded by a constant or by a polylogarithmic function...

L3
Geometry
AMR-038-0003
Open

Chromatic number of the plane

v1.3 research notes

Determine the least number of colors needed to color the Euclidean plane so that points at unit distance receive different colors....

L4
Geometry
AMR-038-0004
Open

Covering points by congruent rectangles

v1.3 research notes

Given a finite planar point set and a prescribed rectangle, approximate efficiently the minimum number of congruent copies of the rectangle needed to ...

L4
Geometry
AMR-038-0005
Partially Solved

Triangulating a hypercube

v1.3 research notes

Determine the minimum number of $d$-simplices needed to triangulate the $d$-dimensional cube, and its asymptotic growth with $d$....

L4
Geometry
AMR-038-0006
Partially Solved

Embedding the hyperbolic plane

v1.3 research notes

Does the hyperbolic plane admit a smooth isometric immersion into $\mathbb R^4$? More generally, determine the least Euclidean dimension for such an i...

L4
Geometry
AMR-038-0007
Partially Solved

Rationality of Hermite constants

v1.3 research notes

Are the Hermite constants associated with densest lattice sphere packings always rational? Determine their arithmetic nature in dimensions where the e...

L4
Geometry
AMR-038-0008
Open

Integer-distance point sets

v1.3 research notes

Do there exist seven planar points in general position—no three collinear and no four concyclic—such that every pairwise distance is an integer?...

L2
Geometry
AMR-038-0009
Solved

Mirrored-room illumination

v1.3 research notes

Given a polygonal room with perfectly reflecting sides and a point light source, characterize when every point of the room is illuminated. In particul...

L4
Geometry
AMR-038-0010
Open

Odd rep-tiling by a 14-omino

v1.3 research notes

Can the $3\times6$ rectangle with a $2\times2$ corner removed tile a rectangle using an odd number of congruent copies?...

L4
Geometry
AMR-038-0011
Partially Solved

Prince Rupert ratio for tetrahedra

v1.3 research notes

What is the largest possible ratio between the sum of edge lengths of a tetrahedron that can pass through or fit inside another tetrahedron and the su...

L4
Geometry
AMR-038-0012
Partially Solved

Perfect rational triangles

v1.3 research notes

Does there exist a nondegenerate triangle whose side lengths, three medians, three altitudes, and area are all rational?...

L4
Geometry
AMR-038-0014
Open

Comparing sums of square roots

v1.3 research notes

Can sums of square roots of integers be compared in polynomial time on a Turing machine? Equivalently, obtain effective polynomial bit bounds for a no...

L4
Geometry
AMR-038-0015
Partially Solved

Packing reciprocal rectangles in a square

v1.3 research notes

For every positive integer $k$, let $R_k$ be a $1/k$ by $1/(k+1)$ rectangle. Can the entire collection $(R_k)_{k\ge1}$ be packed without overlap into ...

L3
Geometry
AMR-038-0016
Open

Triangulations with many distinct areas

v1.3 research notes

Find the largest function $t(n)$ such that every convex $n$-gon has a triangulation containing at least $t(n)$ distinct triangle areas; also determine...

L4
Geometry
AMR-040-0001
Open

Classification of Finite Metric Spaces and Combinatorics of Convex Polytopes

v1.3 research notes

Let $(X,\rho)$ be a finite metric space. Its fundamental polytope $R_{X,\rho}$ is the convex hull of the vectors $e_{x,y}=(\delta_x-\delta_y)/\rho(x,y...

L3
Geometry
AMR-046-0023
Open

An extended Poncelet problem I

v1.3 research notes

Do there exist two irreducible algebraic curves of degrees $n$ and $m$, with $n+m>4$, each having an oval, for which the Poncelet map is well defined ...

L3
Geometry
AMR-046-0024
Open

An extended Poncelet problem II

v1.3 research notes

Let $\gamma=\{x^2+y^2-1=0\}$ and $\Gamma_\varepsilon=\{p_2(x,y)+\varepsilon p_m(x,y)=0\}$, where $\Gamma_0$ is an ellipse surrounding $\gamma$, the cu...

L3
Geometry
AMR-049-0007
Open

Short geodesics on the regular dodecahedron

v1.3 research notes

On a regular dodecahedron, unfold a geodesic beginning at a vertex $v$ through successive faces. Call it short if it ends at a vertex and meets no ver...

L3
Geometry
AMR-054-0003
Open

Voronoi Diagram of Lines in 3D

v1.3 research notes

What is the combinatorial complexity of the Voronoi diagram of a set of lines (or line segments) in three dimensions?...

L3
Geometry
AMR-054-0006
Partially Solved

Minimum Euclidean Matching in 2D

v1.3 research notes

What is the complexity of computing a minimum-cost Euclidean matching for $2n$ points in the plane? The cost of a matching is the total length of the ...

L3
Geometry
AMR-054-0011
Partially Solved

3SUM Hard Problems

v1.3 research notes

Can the class of 3SUM hard problems be solved in subquadratic time? These problems can be reduced from the problem of determining whether, given three...

L3
Geometry
AMR-054-0015
Partially Solved

Output-sensitive Convex Hull in $\mathbb{R}^d$

v1.3 research notes

What is the best output-sensitive convex hull algorithm for $n$ points in $\mathbb{R}^d$?...

L3
Geometry
AMR-054-0016
Open

Simple Polygonalizations

v1.3 research notes

Can the number of simple polygonalizations of a set of $n$ points in the plane be computed in polynomial time? A simple polygonalization is a simple p...

L4
Geometry
AMR-054-0022
Open

Minimum-Link Path in 2D

v1.3 research notes

Can a minimum-link path among polygonal obstacles be found in subquadratic time?...

L3
Geometry
AMR-054-0023
Partially Solved

Vertex $\pi$-Floodlights

v1.3 research notes

How many $\pi$-floodlights are always sufficient to illuminate any polygon of $n$ vertices, with at most one floodlight placed at each vertex? An $\al...

L3
Geometry
AMR-054-0024
Open

Polygonal Curve Simplification

v1.3 research notes

Can an $n$-vertex polygonal curve be simplified in time nearly linear in $n$?...

L3
Geometry
AMR-054-0025
Open

Polyhedral Surface Approximation

v1.3 research notes

How efficiently can one compute a polyhedral surface that is an $\epsilon$-approximation of a given triangulated surface in $\mathbb{R}^3$?...

L3
Geometry
AMR-054-0026
Solved

Surface Reconstruction

v1.3 research notes

Given a sufficiently dense sample of points on a surface (technically, an $\epsilon$-sample), reconstruct a surface homeomorphic to the original....

L3
Geometry
AMR-054-0027
Partially Solved

Hexahedral Meshing

v1.3 research notes

Can the interior of every simply connected polyhedron whose surface is meshed by an even number of quadrilaterals be partitioned into a hexahedral mes...

L3
Geometry
AMR-054-0031
Open

Trapping Light Rays with Segment Mirrors

v1.3 research notes

Is it possible to trap all the light from one point source by a finite collection of two-sided disjoint segment mirrors? A light ray is trapped if it ...

L3
Geometry
AMR-054-0035
Solved

Freeze-Tag: Optimal Strategies for Awakening a Swarm of Robots

v1.3 research notes

An optimization problem that naturally arises in the study of ``swarm robotics'' is to wake up a set of ``asleep'' robots, starting with only one ``aw...

L3
Geometry
AMR-054-0042
Open

Vertex-Unfolding Polyhedra

v1.3 research notes

Consider a polyhedron with simply connected facets (no holes on a facet) and without boundary (every edge is incident to exactly two facets). Can the ...

L3
Geometry
AMR-054-0043
Open

General Unfoldings of Nonconvex Polyhedra

v1.3 research notes

Can every closed polyhedron be cut along its surface and unfolded into one piece in the plane without overlap? Such an unfolding is called a general u...

L3
Geometry
AMR-054-0049
Open

Planar Euclidean Maximum TSP

v1.3 research notes

What is the complexity of finding a tour of maximum Euclidean length for a planar point set?...

L3
Geometry
AMR-054-0054
Open

Traveling Salesman Problem in Solid Grid Graphs

v1.3 research notes

What is the complexity of finding a shortest tour in a solid planar grid graph? A planar grid graph is a graph whose vertices are any set of points on...

L3
Geometry
AMR-054-0055
Open

Pallet Loading

v1.3 research notes

What is the complexity of the pallet loading problem? Given two pairs of numbers, $(A,B)$ and $(a,b)$, and a number $n$, decide whether $n$ small rect...

L3
Geometry
AMR-054-0059
Open

Most Circular Partition of a Square

v1.3 research notes

What is the optimal partition of a square into convex pieces such that the circularity of the pieces is optimized? The circularity of a polygon is the...

L3
Geometry
AMR-054-0060
Open

Transforming Polygons via Vertex-Centroid Moves

v1.3 research notes

Given an arbitrary polygon, transform it by a finite sequence of ``vertex-centroid'' moves to a regular polygon. A vertex-centroid move is a translati...

L3
Geometry
AMR-054-0062
Open

Volume Maximizing Convex Shape

v1.3 research notes

Let $C$ be a convex piece of paper; its boundary may be a smooth curve, or a polygon. A perimeter halving folding is a folding of $C$ obtained by iden...

L3
Geometry
AMR-054-0064
Open

Edge-Unfolding Polycubes

v1.3 research notes

Is there any genus-zero orthogonal polyhedron $P$ built by gluing together cubes face-to-face that cannot be edge-unfolded, where all cube edges on th...

L3
Geometry
AMR-054-0066
Partially Solved

Reflexivity of Point Sets

v1.3 research notes

Let $\rho(S)$ be the fewest number of reflex vertices in a polygonization of a 2D point set $S$, i.e., the fewest reflexivities of any simple polygon ...

L3
Geometry
AMR-054-0072
Open

Polyhedron with Regular Pentagon Faces

v1.3 research notes

Let $M$ be a closed polyhedral surface homeomorphic to $S^2$ which is entirely composed of equal regular pentagons. If $M$ is immersed in 3-space, is ...

L3
Geometry