In an $xy$ plane a mouse is placed at the origin and a cat on the $y$ axis at $y=c$. At $t=0$ the mouse begins running east along the $x$ axis at constant speed $S_m$ and the cat begins chasing the mouse at constant speed $S_c$. The cat runs so that it is always headed towards the mouse's current position. We are given $S_c > S_m$ and hence the cat will always catch the mouse.
What is the length of the cat's path between its start position and where it catches the mouse in terms of $S_c, S_m$ and $ c$ ?
This problem involves some work with differential equations but it is well known and studied. The curve described by the cat is a radiodrome, which is itself a particular kind of pursuit curve. You can check the first link to obtain the answers to this.
The mouse will be caught at
$$x_{\text{capture}}=\frac{c}2\left({\left(1-\frac{S_m}{S_c}\right)}^{-1}-{\left(1+\frac{S_m}{S_c}\right)}^{-1}\right)$$
which is also his displacement. The cat will then have run $\frac{S_c}{S_m}\cdot x_{\text{capture}}$.