Consider burgers equations $u_t + u u_x =0 $ with initial data $u(x,0) = e^{-x^2}$. The characteristics are given by
$$ dx/ds = u, dt/ds = 1, du/ds = 0 $$
with initial curve $\Gamma = (r,0,e^{-r^2})$ So we have
$$ t = s, u = k $$
where $k$ is constant. and
$$ x = us + r $$ since $x(0)=r$. now since $u(x,t) = k = u(r,0) = e^{-r^2} = e^{-(x-ut)^2}$
So this is sol. Now, notice that when $t=0$ we obviously get our initial data $u(x,0) = e^{-x^2}$ and the characteristic line is $x= r $. Say now we increase $t=1$ we characteristic line $x=u+r$ and our solution becomes
$$ u(x,1) = e^{-(x-u(x,1)^2)} $$
how can we plot this?
