If mouse moves along a circle and the cat is not on the circle, the path of the cat would be a spiral approaching a circle. If the lag time between successive movements goes to zero the nearer to a circle the cat would move. Where is your lag time represented or suddenly it is instantaneous?
Instantaneous
I am currently studying complex ODEs and became interested in pursuit curves. However I am having trouble simplifying the equations into solvable DEs. Here is my work:
If mouse (m) moves along a curve then cat (c) describes the pursuit curve which minimises the path following the movement of the mouse. In the following problem for simplicity the cat’s velocity (c’) will equal 1 and be parallel to m-c. Thus, these equation are formed.
$$m=\langle u(t),v(t)\rangle ,c=\langle x(t),y(t)\rangle$$
$$\frac{m-c}{ \| m-c\| } . \frac{c}{ \| c\| } = \frac{(u-x) x' +(v-y) y' }{ \sqrt{(u-x)^{2}+(v-y)^{2}} } =1$$
$$ (x')^{2}+(y')^2 =1$$
Manipulating the first equation yields the following
$$ (u-x)x'+(v-y)y'=\sqrt{(u-x)^{2}+(v-y)^{2}}$$
$$\ \big((u-x)x'+(v-y)y'\big)^2-(u-x)^2-(v-y)^2=0 $$
$$(u-x)^2 (x')^2+2(u-x)x'(v-y)y'+(v-y)^2(y')^2-(u-x)^2-(v-y)^2=0$$
$$(u-x)^2\big((x')^2-1\big)+(v-y)^2\big((y')^2-1\big)+2(u-x)x'(v-y)y'=0$$
$$-(u-x)^2(y')^2-(v-y)(x')^2+2(u-x)x'(v-y)y'=0$$
$$[(u-x)y'-(v-y)x']^2=0 \Rightarrow (u-x)y'-(v-y)x'=0$$