I just entering new world called Partial Differential Equations , now i just start with Classification PDE , in my Stanley J. Farlow's Text book there are six classification of PDE . But now I little bit struggle with linear or non-linear PDE
Second Order Linear Equation in two variables is PDE can be written in the form $$Au_{xx}+Bu_{xy}+Cu_{yy}+Du_{x}+Eu_{y}+Fu=G$$
So , when i face with PDE like $u_{t}=\alpha^{2}u_{xx}$ i can identify its linear by saying it can be written as general form above with $A=\alpha^{2},B=0,C=0,D=0,E=-1,F=0$
but what if i face with some PDE with higher order let say The Vibrating Beam Equation $u_{tt}+u_{xxxx}=0$ ?
If i must identify this equation like the previous one , i really need a massive variable in general form , is there other good way to show that PDE is linear ?
Assume you have two arbitrary solutions of the PDE, $u$ and $v$. Then, if you can show that for any scalar $\alpha$ that $u+\alpha v$ is also a solution, the PDE is linear.
In your vibrating beam equation, you have $u_{tt} + u_{xxxx} =0$ and $v_{tt} + v_{xxxx} =0$. Then, $(u+\alpha v)_{tt} + (u+\alpha v)_{xxxx} = u_{tt} + \alpha v_{tt} + u_{xxxx} + \alpha v_{xxxx} = (u_{tt} + u_{xxxx}) + \alpha (v_{tt} + v_{xxxx}) = 0 + \alpha (0) = 0$, so the PDE is indeed linear. The first step is simply linearity of (partial) derivatives, then some rearrangement and using the assumption that $u,v$ satisfy the PDE.