Table of Contents
Fetching ...

Linear Search for an Escaping Target with Unknown Speed

Jared Coleman, Dmitry Ivanov, Evangelos Kranakis, Danny Krizanc, Oscar Morales-Ponce

TL;DR

This work advances the theory of linear search for an escaping target with unknown speed by quantifying how knowledge about the target's starting distance $d$ and speed $v$ affects the competitive ratio. It provides a tight lower bound showing no strategy can achieve $CR(u)=O(u^{4-\varepsilon})$ when $d$ is known, and develops an upper-bound algorithm $\mathcal{A}_1$ achieving $CR(u) \le 56.18\,u^{4-(\log_2\log_2 u)^{-2}}$ (with $CR=9$ for small $u$), effectively optimal up to lower-order terms. For the no-knowledge scenario, it introduces a strategy $\mathcal{A}_2$ yielding improved bounds $CR_{\mathcal{A}_2}(u,d) \le 1+\frac{1}{d}\big(56.18(ud)^{4-(\log_2\log_2 (ud))^{-2}}-1\big)$ for $ud>4$, and $CR \le 1+8/d$ for $ud\le4$, extending to cases where $d$ is unknown. The paper also shows a reduction to the scaled case $CR_{\mathcal{A}}(u,d) \le CR_{\mathcal{A}}(ud,1)$ when both $u$ and $d$ are unknown, enabling stronger bounds and addressing an open problem from prior work. Overall, the results push the boundary on knowledge-dependent competitive ratios in linear search and open avenues for multi-agent extensions with communication constraints.

Abstract

We consider linear search for an escaping target whose speed and initial position are unknown to the searcher. A searcher (an autonomous mobile agent) is initially placed at the origin of the real line and can move with maximum speed $1$ in either direction along the line. An oblivious mobile target that is moving away from the origin with an unknown constant speed $v<1$ is initially placed by an adversary on the infinite line at distance $d$ from the origin in an unknown direction. We consider two cases, depending on whether $d$ is known or unknown. The main contribution of this paper is to prove a new lower bound and give algorithms leading to new upper bounds for search in these settings. This results in an optimal (up to lower order terms in the exponent) competitive ratio in the case where $d$ is known and improved upper and lower bounds for the case where $d$ is unknown. Our results solve an open problem proposed in [Coleman et al., Proc. OPODIS 2022].

Linear Search for an Escaping Target with Unknown Speed

TL;DR

This work advances the theory of linear search for an escaping target with unknown speed by quantifying how knowledge about the target's starting distance and speed affects the competitive ratio. It provides a tight lower bound showing no strategy can achieve when is known, and develops an upper-bound algorithm achieving (with for small ), effectively optimal up to lower-order terms. For the no-knowledge scenario, it introduces a strategy yielding improved bounds for , and for , extending to cases where is unknown. The paper also shows a reduction to the scaled case when both and are unknown, enabling stronger bounds and addressing an open problem from prior work. Overall, the results push the boundary on knowledge-dependent competitive ratios in linear search and open avenues for multi-agent extensions with communication constraints.

Abstract

We consider linear search for an escaping target whose speed and initial position are unknown to the searcher. A searcher (an autonomous mobile agent) is initially placed at the origin of the real line and can move with maximum speed in either direction along the line. An oblivious mobile target that is moving away from the origin with an unknown constant speed is initially placed by an adversary on the infinite line at distance from the origin in an unknown direction. We consider two cases, depending on whether is known or unknown. The main contribution of this paper is to prove a new lower bound and give algorithms leading to new upper bounds for search in these settings. This results in an optimal (up to lower order terms in the exponent) competitive ratio in the case where is known and improved upper and lower bounds for the case where is unknown. Our results solve an open problem proposed in [Coleman et al., Proc. OPODIS 2022].
Paper Structure (9 sections, 14 theorems, 57 equations, 2 algorithms)

This paper contains 9 sections, 14 theorems, 57 equations, 2 algorithms.

Key Result

theorem 1

In the case where initial distance $d$ is known but speed $v$ is unknown, no strategy $\mathcal{A}$ can satisfy $CR_{\mathcal{A}}(u) \in O\left(u^{4-\varepsilon} \right)$, for any constant $\varepsilon > 0$.

Theorems & Definitions (31)

  • definition 1
  • definition 2
  • theorem 1
  • proof
  • lemma 1
  • proof
  • lemma 2
  • proof
  • lemma 3
  • proof
  • ...and 21 more