3

Solve Burgers' equation $$ \left\{\begin{aligned} u_{t}+uu_x &=0 \quad \text { for } \quad t>0 \\ u(x, 0) &=u_{0}(x) \end{aligned}\right. $$ with $u=u(x,t)$ and the side condition $u(x,0)=-x$.

I am aware that a similar question with initial condition u=x has been asked before, and asked this because I was wondering what the difference would be when the characteristic lines are set to converge.

EditPiAf
  • 20,898
Sally G
  • 1,194

1 Answers1

3

From implicit function theorem we have the following

$$u_t+uu_x = 0 \implies \frac{dx}{dt}=u$$

So in other words, the slopes of the characteristics depend on the value of $u$. With $u=x$, you can see that the characteristics that start at negative $x$ move left (negative slope) and vice versa for positive $x$. Could you reason out the behavior for $u=-x$ instead?

Bonus question, technically the shock in both situations could be chosen to be anything, but how does one pick out the max entropy solution for both $u=x$ and $u=-x$ ?

Ninad Munshi
  • 34,407