Given speed and turn radius, can police catch suspect?

55 Views Asked by At

Cars are points in an infinite plane. There are no roads or obstacle, the cars can travel the plane with no restrictions.

Each car has a speed, turn radius, initial position and initial direction (heading).

There are two cars. One is called police, the other is the suspect. Police wants to chase the other (be in the same position at the same time), suspects wants to evade police.

How to find out if this is possible?

There is infinite visibility and zero reaction time.

Example 1: if suspect's speed is higher than police then he will evade if he travels in a straight line away from police. Example 2: if police's speed is higher than the suspect's car and if the turn radius is the same or smaller, then police can just follow the suspect's trajectory to catch him.

The question is what happens in the middle cases. If the police is faster but has a bigger turn radius (less maneuverability), in what cases will he be able to catch the suspect.