I want to solve this PDE: $$u_t-6uu_x+u_{xxx} = 0\,(1)$$ with the Inverse Scattering Method. This method is based on showing that the above equation can be expressed as $$L_t=LB-BL,\,(2)$$ where $L$ and $B$ are the differential operators: $$L=-\frac{\partial^2}{\partial x^2}+u(x)$$ $$B=-4\frac{\partial^3}{\partial x^3}+6u\frac{\partial}{\partial x}+3\frac{\partial u}{\partial x}.$$
I have tried to prove that (1) and (2) are equal composing the differential operators $L$ and $B$. However I don't have experience doing this and I got different results. The way I applied the operators is as if they were just derivatives and by using the chain rule.