I have the spatial density u(x,t) of a substance, and I want to describe the simple transport of this substance along a given vector field phi(x,t). Am I correct that the corresponding equation is
$\frac{\partial}{\partial t} u(x,t) = \phi(x,t)\cdot\nabla_x u(x,t)$?
I am confused because someone (possibly unrelyable) told me it was
$\frac{\partial}{\partial t} u(x,t) = \nabla_x \cdot (\phi(x,t)\cdot u(x,t))$?
When i google "transport equation", $\phi$ is always a constant, for which the two equations coincide..
If it's the first equation: Using the method of characteristics, I get $\frac{d x(t)}{dt}=\phi(x(t),t)$ for the characteristic curves, an equation I cannot solve. Hence there is no way for me to solve the PDE, right? Thanks.