I have $\phi$ which is a function of $x$ and $t$ (=time). And there is a point with coordinates $(x_0,y_0)$ moving with the time. At each time step, the coordinates are changing. I want to find the derivative of $\phi$ with respect to $t$ ($y$ in the equation is a constant):
$$\phi(x,t):=\frac{\Gamma}{2\pi}\left(\arctan\frac{y-y_0(t)}{x-x_0(t)}-\arctan\frac{y+y_0(t)}{x-x_0(t)}\right)$$
Thanks.