For the inviscid Burgers' equation $$u_t + uu_x = 0,$$
with initial conditions (correct me if I am wrong, these are piecewise functions)
\begin{equation} u_a(x,0)=\left\{ \begin{array}{@{}ll@{}} -1, & \text{if}\ x<0 \\ +1, & \text{if}\ x\geq0 \\ \end{array}\right. \end{equation}
\begin{equation} u_b(x,0)=\left\{ \begin{array}{@{}ll@{}} +1, & \text{if}\ x<0\\ -1, & \text{if}\ x\geq0 \\ \end{array}\right. \end{equation}
I am trying to find their unique (entropy) solutions along with their breaking times. I would much prefer if you could explain your train of thoughts on how you obtained the solutions (accompanied by the solutions). Also, am I including the jump condition correctly? I have seen a few posts where the solutions include the speed itself within the conditions, e.g. this.
This looks very familiar with a lot of the Riemann examples I have seen on the site. Perhaps it may be a duplicate and I apologize for that. I have seen this where they discussed the non-convex case but I am not sure if it is applicable.
Here are the characteristic plots for both initial conditions. 
For $u_a$, we can observe that there is no intersection of the characteristic lines with solutions $u_L(x,t)=-1$ and $u_R(x,t)=1$ but there is an empty V-shaped region with no (classical) solutions. Furthermore, there is no breaking time since they do not intersect. How do I then proceed to find the weak solutions? Or to be more precise, how do you come up with other solutions? It seems to me from this post that since the flux function is convex, you can only create two types of solutions. I don't think a rarefaction is correct since there isn't a point where many characteristic lines are projecting out.
I am aware that a possible solution is
\begin{equation} u_a(x,t)=\left\{ \begin{array}{@{}ll@{}} -1, & \text{if}\ x<0 \\ +1, & \text{if}\ x\geq0 \\ \end{array}\right. \end{equation}
which satisfies the Rangine-Hugoniot jump condition, i.e. speed $s=\frac{(1/2-1/2)}{(-1-1)}=0$, and the condition is met where $(1/2-1/2)=s(-1-1)$ (both sides are $0$). Do we still say this has no breaking time? Furthermore, the (Lax) entropy condition requires $u^->s>u^+$ which is not met. Hence, this isn't an unique (entropy) solution.
For $u_b$, the lines intersect. The breaking times are computed as $\tau_B=-\frac{1}{u(x,0)_x}$, where $u(x,0)_x=\frac{\partial u(x,0)}{\partial x}=\infty$. Does that mean $\tau_B=0$ for $u_b(x,0)?$ (Did I perform the derivative incorrectly? I tried following a similar case from this post.)
In this case, is there even a solution?
PS: I realize there are a lot of minor questions contained here, I hope this is okay as I am trying to clear up my confusions on this topic in general.
Then for $u_a$, so it seems I was wrong and it indeed is a rarefaction? So I would have to use the shock speed to determine the solutions, which means the structure would look like $u(x,t)=-a,$ if $x<st)$.
– mathnoob Aug 31 '19 at 21:34