There is a plane with two points on it, let's say A and B.
A starts at an arbitrary constant point, let's say $(0, 0)$, and $B$ at a point that needs to be tested, which we'll call $(c, d)$.
A moves upwards in a straight line at speed $V$. At any given point in time, $B$ will move at that same speed $V$ from wherever it is at that moment towards wherever $A$ is at the same time until $B$ contacts $A$, if that will ever happen at all. In what range of points must $B$ start in order to ever catch $A$?
I've determined (at least I think) that, for $B$, $$\frac{dy}{dx} = \frac{y(A) - y(B)}{x(A) - x(B)} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}$$ and that if $B$ starts below $A$, or is ever at a point below $A$, it will never reach $A$. Also, for $A$, $\frac{dy}{dx} = \frac{V}{0}$ which is undefined, though $\frac{dy}{dt} = V$, and $\frac{dx}{dt} = 0$. Also, for $A, x = 0$ and $y = Vt$, where $t$ is time.
How can one determine if $B$ will reach $A$, given a starting point $(c, d)$? Can equations, likely using integrals, be formed to show the $x$ and $y$ values of $B$ as functions of $t$? If so, how?
A starts from (0,0)and B starts from (c,d)and both A and B move at a speed of V. After time t,say, B catches up with A at a point, say, (a,b).Then (a,b) is at a distance Vt from the origin and from (c,d). Therefore, B can start from any point on the circle centered (a,b) and passing through the origin in order that it can meet A at (a,b). (a,b) is at a distance of Vt both from the origin and from (c,d).