I'm having trouble reducing this parabolic equation to canonical form.
$$\frac{\partial^2 u}{\partial x^2} + 2\frac{\partial^2 u}{\partial x \partial y} + \frac{\partial^2 u}{\partial y^2} + \frac{\partial u}{\partial x} - \frac{\partial u}{\partial y} = 0$$
I know it's parabolic because I checked: $B^2 - AC0$, $$\begin{align} A = 1,\\ B = 1,\\ C = 1,\\ B^2 - AC = 1 - (1)(1) = 0\end{align}$$ so it's parabolic
I'm really not sure where to go from here. I know a change of variables is involved but I'm not sure how to reduce this to canonical form. I appreciate any help. Thanks in advance!