I'm asked to use the method of characteristics to derive the general solution \begin{equation*} u = (x^{2}+y^{2})^{\alpha/2}f\left(\frac{x}{\sqrt{x^{2}+y^{2}}}, \frac{y}{\sqrt{x^{2}+y^{2}}}\right) \end{equation*} from $xu_{x}+yu_{y}=\alpha u$. I begin much like the problem described here: Solving a semilinear partial differential equation with
$\frac{\partial x}{\partial t}=x$, letting $x(0)=x_{0}$, we have $x=x_{0}e^{t}$,
$\frac{\partial y}{\partial t}=y$, letting $y(0)=y_{0}$, we have $y=y_{0}e^{t}$,
and
$\frac{\partial z}{\partial t}=\alpha z$, letting $z(0)=z_{0}$, we have $z=z_{0}e^{\alpha t}$.
From here, I'm not sure how to proceed since $z$ does not contain terms $x$ or $y$.
Also, it is unclear to me why $f$ will be a function of two variables rather than one.