The system of equations I have is: $$\frac{dx_1}{dt} = k_2 \left( \frac{y_2 - y_1}{(x_1-x_2)^2 + (y_1-y_2)^2} \right)$$ $$\frac{dy_1}{dt} = k_2 \left( \frac{x_1 - x_2}{(x_1-x_2)^2 + (y_1-y_2)^2} \right)$$
$$\frac{dx_2}{dt} = k_1 \left( \frac{y_1 - y_2}{(x_1-x_2)^2 + (y_1-y_2)^2} \right)$$ $$\frac{dy_2}{dt} = k_1 \left( \frac{x_2 - x_1}{(x_1-x_2)^2 + (y_1-y_2)^2} \right)$$
where $k_1,k_2$ are constants. How would I go about solving this for $x_1(t),y_1(t),x_2(t),y_2(t)$?
For some context, these differentials equations determine how 2 vortex velocity fields of arbitrary circulation ($k_1, k_2$) interact with each other. The x-y time derivatives represent the component-wise speed of each vortex due to the other vortex.
My attempt:
So far, I multiplied the first and second equation by $(x_1−x_2)$ and $(y_1−y_2)$ and added them to get $(x_1−x_2)(dx_1/dt)+(y_1−y_2)(dy_1/dt)=0$. Doing the same thing for the third and fourth equations, I got $(x_1−x_2)(dx_2/dt)+(y_1−y_2)(dy_2/dt)=0$. Don't know where to go from here.
Try to substitute $\Delta=x_1-x_2$ and $\Psi=y_1-y_2$. Then substract equation $1$ and equation $3$. And also equation $2$ and equation $4$. With two differential equations it will be easier to solve. $$\Delta'= \dfrac {A\Psi}{\Psi^2+\Delta^2}$$ $$\Psi'= \dfrac {B\Delta}{\Psi^2+\Delta^2}$$ Where $A=-(k_1+k_2),B=k_1+k_2$.
Then try to solve: $$\dfrac {d \Delta}{d\Psi}=-\dfrac { \Psi}{ \Delta}$$