Suppose at $t=0$, a rabbit initially at the origin, runs along the x-axis with constant speed $v$. At this same time, a dog, initially 20 meters north of the origin, also runs with constant speed $v$. Assume dog's instantaneous velocity is always directed toward the rabbit's instantaneous velocity. $\mathbf{show \; that \; the \; dog \; never \; gets \; closer \; than \; 10 \; meters \; from \; the \; rabbit}$.
Attempt:
Here is the graph of the situation
Basically, after some time, suppose dog is at poinst $(x,y)$ and let $y = f(x)$ be the path of the dog. since both rabbit and dog has same speed, then they have travelled same distance $\alpha$, which is arclengt of curve $y = f(x)$. thus
$$ \alpha = \int\limits_0^x \sqrt{ 1 + (y')^2} \implies \frac{ d \alpha }{d x } = \sqrt{ 1 + (y')^2 }$$
now since dogs velocity is always directed towards the rabbit, we can find
$$ y' = \frac{ y }{x - \alpha } $$
I think from here I can obtain a DE to find $y=f(x)$, but it seems to be complicated... Am I on the right track?
