I'm just wondering if you can solve the first order PD wave-equation similar to the second order one by separation. For me however it turns out weird.
Having
$$\mathrm{\partial_t u(x,t) = -c\cdot \partial_x u(x,t)}$$
one might separate $\mathbf{u}$ into separate function of space (x) and time (t)
$$\mathrm{u_s = X(x)\,T(t)}$$
gaining the relation
$$\mathrm{\,\dfrac{\frac{d}{dt}T(t)}{T} = -c\, \dfrac{\frac{d}{dx}X(x)}{X}}$$
both sides have to equal a separation constant $\lambda$, yielding 2 ODE
$$\mathrm{\frac{d}{dt}T(t) = \lambda\cdot T}$$ $$\mathrm{ \lambda\cdot X = -c\,\frac{d}{dx}X(x)}$$
solving these classic ODE gives
$$\mathrm{u_s = X_0\,e^{-\lambda/c\,x}\,T_0\,e^{\lambda\,t}}$$
where $\mathrm{u(x,0) = X_0(x)}$ and $\mathrm{u(0,t) = T_0(t)}$ are the initial conditions
Other boundary conditions can be imposed but actually according to this file only one condition is necessary.
There the solution is plainly given as $$\mathrm{u(x,t) = X_0(x-c\,t)}$$
What is also the numeric result that I am getting.
But how to interpret the result from separating ? Especially what's the role of the separation constant $\lambda$ ?