I am trying to solve the pde given by:
$$\rho_t + (\rho v)_x = 0$$
Subject to conditions $v = f(x-vt)$ and $\rho(x, 0) = g(x)$.
I have used the product rule on the second term to observe that
$$\rho_t + v\rho_x = -\rho v_x$$
which is a quasi-linear pde. Then we can form the system of ode's:
$$\frac{dx}{dt} = v$$ and $$\frac{d\rho}{\rho} = -v_xdt$$
It is not immediately clear at this point how best to proceed. Any hints appreciated.
Cheers
$$\rho = \frac{g(x-vt)}{1 + tf'(x-vt)}$$
It's the deriving of the solution I'm having trouble with.
– Victoria Apr 29 '15 at 23:04