Find the most general solution of the equation $$6\frac{\partial^2u}{\partial x^2}-5\frac{\partial^2u}{\partial x\partial y}+\frac{\partial^2u}{\partial y^2}=1$$ by making the change of variables $$\xi=x+2y, \space \eta=x+3y.$$ Find the solution that satisfies $u=0$ and $\frac{\partial u}{\partial y}=x$ when $y=0$.
I eventually got to $$\frac{\partial^2u}{\partial\xi\partial\eta}=-1$$ integrating twice and substitutuingg $x$ and $y$ back in I got $$u(x,y)=-(x+2y)(x+3y)+f(x+3y)+g(x+2y)$$ where $f$ and $g$ are arbitrary functions.
I'm not sure how to solve now with the given initial conditions.
Any help is much appreciated, thank you