I have the PDE $u_t = u_{xx}$ (heat equation).
I am then told that, by writing the equation as $(\partial_x + (0)\partial_t)^2 u = u_t$, we see that its characteristics would follow the path defined by $\dfrac{dx}{dt} = \pm \infty$.
I wonder how they came to this conclusion? Please kindly explain. :)
For a second order PDE in two variables $x$ and $t$, $$ a(x,t) u_{xx} + 2b(x,t) u_{xt} + c(x,t) u_{tt} + \dots = 0 , $$ there is an associated quadratic form at each point $(x,t)$, $$ Q(h,k) = a(x,t) h^2 + 2b(x,t) hk + c(x,t) k^2 , $$ and a characteristic curve is a curve whose normal vector $(h,k)$ satisfies $Q(h,k)=0$ at each point of the curve.
For the heat equation we have simply $$ Q(h,k)=h^2 $$ so the normal vector should be $(h,k)=(0,1)$ at each point, which forces the characteristics to be lines of constant $t$.