Consider the Burgers' equation:
$u_{t}+uu_{x}=0 \quad u(x,0)=x^{3}$
Find a solution to the PDE in terms of a parameter $x_{0}$ which is implicitly related to $(x,t)$. Show that this parameter is unique for given $(x,t)$. Moreover, sketch the characteristics and the profiles $u(x,0),u(x,1),u(x,3)$ of the solution.
I have found a solution $u(x,t)=x_{0}^{3}$ for $x_{0}$ being implicitly related to $(x,t)$ (where in the characteristics $x$ is a function of $t$) as follows:
$x(t)=x_{0}^{3}t+x_{0}$
I've shown that the parameter is unique by contradiction (if we have two different parameters we get a negative time value). However, I don't know how to precisely sketch the characteristics and the profiles of the solution.
The characteristics will be of the form of lines with slope $x_{0}^{3}$ as seen from the equation of $x(t)$, and with increasing slope (since $x^{3}$ is an increasing function in $x$) which implies that the characteristics will span the whole plane and will be parallel to each other. However, I don't know how to make this more precise. Moreover, I'm lost in sketching the profiles since I don't have a clear intuition of what characteristics are. We have the characteristic $u(x,0)$ given, yet I don't know how the profiles $u(x,1), u(x,3)$ would look like. What would be a way to get a better intuition on this?
Thanks for the help!
$$u(x,t) = f(x_{0}) = f(x - ut) = (x - ut)^{3}$$
where $u(x,t) = f(x_{0})$ comes from the ODE $du/dt = 0$, $x_{0}$ comes from rearranging the ODE $dx/dt = u$ and $(x - ut)^{3}$ comes from applying the IC.
– Matthew Cassell Sep 28 '16 at 04:21