Hi guys I just wanted to check if my logic is correct. The book we are using in class was a bit veague about it and mostly relies on inspection, but I wanted to prove it to myself.
PDE
$$u_{tt}+uu_{xx}=u^2$$
I think this is quasilinear. To prove this we need to show that the linear operator defined by the highest order derivatives is linear ie
$$L[u,\alpha u_{xx},\alpha, u_{tt}]=(\alpha u)_{tt}+u (\alpha u)_{xx}-u^2= \alpha (u_{tt}+uu_{xx}-u^2)=\alpha L[u, u_{xx}, u_{tt}] $$
And the other principal $L[v+u]=L[v]+L[u]$ comes directly from definition of derivative. Does this seem as a good argument?