English

Trajectory Minimum Touching Ball

Computational Geometry 2025-05-06 v1

Abstract

We present algorithms to find the minimum radius sphere that intersects every trajectory in a set of nn trajectories composed of at most kk line segments each. When k=1k=1, we can reduce the problem to the LP-type framework to achieve a linear time complexity. For k4k \geq 4 we provide a trajectory configuration with unbounded LP-type complexity, but also present an almost O((nk)2logn)O\left((nk)^2\log n\right) algorithm through the farthest line segment Voronoi diagrams. If we tolerate a relative approximation, we can reduce to time near-linear in nn.

Keywords

Cite

@article{arxiv.2505.02472,
  title  = {Trajectory Minimum Touching Ball},
  author = {Jeff M. Phillips and Jens Kristian Refsgaard Schou},
  journal= {arXiv preprint arXiv:2505.02472},
  year   = {2025}
}
R2 v1 2026-06-28T23:21:11.620Z