Given $$u_{xx}-3u_{xy}+2u_{yy}=0$$
Can you apply the methods of characteristics to this problem? I was required to but don't know how to do it for second order PDEs.
with the boundary condition $$u(x,0)=-x^2, \frac{\partial u}{\partial y}(x,0)=0$$
Also in which range are these $x$ and $y$ valid?
EDIT:
Based on the comment we got $$c_1=y+x$$ and $$c_2=y+2x$$
The general solution is $$u(x,y)=f(y+x)+g(y+2x)$$
Now given the boundary condition $u(x,0)=-x^2$ and $u_y(x,0)=0$ I need to find the special solution.
So obviously $$u(x,0)=f(x)+g(2x)=-x^2$$
$$u_y(x,0)=f_y(x)+g_y(2x)=0\Rightarrow f(x,0)+g(x,0)=C=-x^2$$
But i don't know how to proceed..