I have a vector field described by $$\mathbf{F}(x,y) = y \hat{x} -x\hat y$$
I am trying to find the field lines for it, ideally by choosing a starting point and then having a parameter t that will lead me through all points that are on the field line, starting with the starting point.
Now, I do know that the field lines are circles, but that's only from drawing them, which wouldn't work with every field.
I have also tried saying that $$ \frac {dy}{dx}=\frac{-x}{y}$$ $$y \cdot dy=-x \cdot dx$$ $$y^2 = - x^2 + C $$ $$C=x^2+y^2$$ Which is true, but now I still don't have a way to go through all points. Is this the only way to do this? I know I can still use polar coordinates, but if I ever end up with a weird vector field where a field line looks more like this? Or is that impossible?