2001 OIM Problems/Problem 5
Problem
On a board the squares have coordinates
with
integers,
and
. A ship on the board moves as follows: Before each movement, the ship is in a position
and has a speed
where
and
are integers. The ship chooses a new speed $(h',b'} such that$ (Error compiling LaTeX. Unknown error_msg)h'-h
−1, 0
1
v'-v
−1, 0
1
(x',y')
x'
x+h'
y'
y+v'
(0, 0)$. First moves Earth ship and continue moving alternately. Is there a strategy that always allows the Earth ship to catch the Martian ship, whatever the initial positions are?
Note: the Earth ship, which always sees the Martian, catches the Martian if after one of its movement falls at the same position as the Martian.
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com
Solution
This problem needs a solution. If you have a solution for it, please help us out by adding it.