So I'm struggling a bit with solving this partial differential equation with this initial condition.
I'm familiar with the method of characteristics and have set up the equations as follows:
$$\frac{dx}{y}=\frac{dy}{-x}=du,$$
and taking the first and second expression and solving the ordinary differential equation assosciated to it gives me
$${c_{1}}=\frac{x^2+y^2}{2}.$$
Trying to do something similar for the first and third expressions gives me
$$\frac{dx}{y}=du,$$
or equivalently,
$$\frac{du}{dx}=\frac{1}{y},$$
and it's here that I am a bit stuck. Any help would be appreciated, thanks in advance.
EDIT: Thank you to everyone for the help.