Let $$u_{xx}-4u_{xy}+3u_{yy}=0.$$ Find the general solution given the solution $u(x,y)=f(\lambda x+y).$
My attempt was as follows: let $u(x,y)=e^{\lambda x+y}$. Then by computing $u_{xx},u_{xy}, \text{ and } u_{yy}$ we get $e^{\lambda x+y}(\lambda^2-4\lambda+3).$ This shows us that $\lambda =1$ or $\lambda =3$.
Is this the right track?