Solve the given PDE for ##u(x,t)##;
##\dfrac{∂u}{∂t} +10 \dfrac{∂u}{∂x} + 9u = 0##
##u(x,0)= e^{-x}##
##-∞ <x<∞ , t>0##
In my lines i have,
##x_t = 10##
##x(t) = 10t+a##
##a = x(t) - 10t##
also,
##u(x(t),t)= u(x(0),0)e^{-9t}##
note this is from, integrating
##u_t[u(x(t),t] =...