I've come across the following PDE problem: $$\frac{\partial u}{\partial t} + 2tx^2\frac{\partial u}{\partial x} = 0, \\ u = u(x,t) \\ u(x,0) = x^3$$
This is a first order, linear, homogeneous PDE. However, using the method of characteristics, when I solve the equation of characteristics, I get $x = 1/(-t^2 + constant)$, and when I plot that graph, the curves never intercept the $x$ axis. Being so, I can't pick a characteristic curve that passes through $(x_0, 1)$, and so I don't believe we can conclude that $u$ is constant along the characteristics.
What can we conclude about the PDE solution given the problem's condition? Will it be a weak (non-classical) solution?