How do you solve this PDE? $$u_{tt}-5u_{xt}-36u_{xx}=0$$
I have factored it to:
$$\left(\dfrac{\partial}{\partial t} - 9\dfrac{\partial}{\partial x}\right) \left(\dfrac{\partial}{\partial t} + 4\dfrac{\partial}{\partial x}\right)u=0$$
Then I separate the two to get:
$\left(\dfrac{\partial}{\partial t} - 9\dfrac{\partial}{\partial x}\right)u_1=0$
$\left(\dfrac{\partial}{\partial t} + 4\dfrac{\partial}{\partial x}\right)u_2=0$
I think I am supposed to integrate these after? (Please correct me if I am wrong). If so, I am not sure how to integrate them.
Thank you in advance.
Those two are known as (linear) transport equations (with constant coefficients) https://en.wikipedia.org/wiki/Convection%E2%80%93diffusion_equation
the solution to these is $u_1(x,t) = u_1^0(x+9t)$ for the first and an analogous form for the other one. Now who is this $u^0_1$ I mentioned? You should be getting that from the starting data of you original PDE, without these boundary values the PDE doesn't infact make any sense.