(a) Let $a$ and $b$ be some parameters for which $a^2 + b^2$ > 0 and use the
substitution $u = bx−ay$ and $v = ax+by$, to rewrite the partial differential equation
$af_{x} + bf_{y} = 0$, into a p.d.e. in the variables $u$ and $v$ instead.
(b) Solve the p.d.e. in part (a).
What i tried
Based on the multivariate chain rule since $u=(x,y)$ and $v=(x,y)$ I drew a tree diagram to releate $f_{x}$ and $f_{y}$ into $u$ and $v$.
What i got was $f_{x}=u_{x}+v_{x}$ and $f_{y}=u_{y}+v_{y}$
From here i just work out the value of $u_{x}+v_{x}$ to get $f_{x}$ and the same for $f_{y}$.
But im unsure whether this is correct and how to continue from here. Could someone please explain and guide me to the right answer. Thanks