I know this is a Physics problem and the Physics is fairly simple, but the equation I need to solve seems a bit more difficult than I anticipated. I'm curious if there is a different approach to solving this problem mathematically and/or a more simple solution.
Suppose I have two point particles, Particle 1 is at the origin $(0,0)$ and Particle 2 is at $(x_0, y_0)$. Particle 1 travels at the speed of light $c$ (for this problem we are ignoring special relativity). Particle 2 travels with a constant velocity $(v_{x_0}, v_{y_0})$. We know the particles will collide at some unknown location $(x, y)$. So our goal is to solve for $x$ and $y$. Below is a picture of the situation.
We can use simple kinematic equations to describe the motion of Particle 2: $$x = x_0 + v_{x_0}t$$ $$y = y_0 + v_{y_0}t$$ We know that they will collide, which means they must collide at the time it takes Particle 1 to travel to the point $(x,y)$ which is described by: $$t = \frac{\sqrt{x^2+y^2}}{c}$$
Plugging this into our previous two equations give us the following: $$x = x_0 + v_{x_0}\frac{\sqrt{x^2+y^2}}{c}$$ $$y = y_0 + v_{y_0}\frac{\sqrt{x^2+y^2}}{c}$$
I plugged the two equations into Wolfram and I ran out of computing time. I am wondering if there is any other way to go about solving this problem. Is my thought process and final equations correct? If anyone can shed some light on my problem I would be very thankful.

