Solve $-yu_x+xu_y = u$, with the initial condition $u(x,0)= F(x)$
My attempt:
The characteristic ODE are
$\dfrac{d x}{ d t} = -y$, $\dfrac{d y}{ d t} = x$, $\dfrac{d u}{ d t} = u$, with initial conditions $x(0)=x_0$, $y(0)=0$, $u(x(0),0)=u_0 = F(x_0)$.
The solutions of the ODE are
$x(t) = x_0 \cos(t)$, $y(t) =x_0 \sin(t) $, $u = F(x_0)\exp(t)$
(Is my solution right so far?)
We have $t= \arctan \big(\frac{y}{x}\big)$ and $x_0 ^2 = \sqrt{x^2+y^2}$.
It is not clear to me if I should choose $x_0 = \sqrt{x^2+y^2}$ or $x_0 = -\sqrt{x^2+y^2}$. Which one is right?