I want to turn this 2nd order equation into a system of first order equations but I am unsure about whether I can get rid of the $u$ or not
$$u_{xy}-u_x+u_y+10u u_{xx}$$
To write this as a system of equations so I can determine whether its semi-linear, quasilinear or nonlinear I thought that
$\xi\equiv u_x$
$\eta \equiv u_y$
$$\xi_y-\xi+\eta+10u \xi_x=0$$
$$\xi_y=\eta_x$$
Form a system of 2 equations.
But $u$ is still in it? Does this say something about whether it is quasi-linear or not? Is $u\equiv u(x,y)$ still? If it is then the equation is in the form
$\xi(x,y)_y+f(x,y)\xi(x,y)_x+g(\xi,\eta)=0$
I cannot tell what classification these equations have.