Can someone help me with the following problem of PDE, namely
$$u_{tt}+2u_{xt}-2u_{t}=0,u=u(x,t),u(x,0)=u_{t}(x,0)=e^{x}$$ Classify the given equation and write it in the canonical form.
We were taught in the class to identify a PDE according to the form, $$au_{xx}(x,y)+2bu_{xy}(x,y)+cu_{yy}(x,y)=d$$ where $a,b,c,d$ are functions that can depend on $x,y,u,u_{x},u_{y}.$ If $D=b^{2}-ac>0$ the equation is hyperbolic.
Here we have $D=1-0\cdot 1=1>0$ and therefore the equation is hyperbolic, and we need to introduce a substitution $y'(x)=\lambda_{1}$, but $\lambda$ is given by $\lambda_{1} = \frac{b+\sqrt{D}}{a},\lambda_{2}=\frac{b-\sqrt{D}}{a}.$ How can I apply this here since a=0 and we have $\lambda_{1}=\frac{2}{0}$?
Thank you for your time!
If search solution in form $$u(x,t)=v(t)e^x$$ we get answer $$u(x,t)=(t+1)e^x$$