Consider $$u_t+(|u|^\alpha)_x=0, \quad\alpha>1$$ Given the initial condition $$u(x,0)=\begin{cases} 0, x<0\\1,x>0\end{cases}$$
a) Find a solution for $u(x, t)$ that is continuous for all $t > 0$ and satisfies the initial condition.
b) Find a solution for $u(x, t)$ that includes a shock obeying the appropriate jump condition.
(c) Show that one of these solutions does not satisfy the entropy condition.
My attempt:
We can rewrite the equation $$u_t+(|u|^\alpha)_x=u_t+\alpha u |u|^{\alpha-2}u_x$$ then we parametrize \begin{align} x(0,r) &= r \\ t(0,r) &= 1 \\ u(0,r) &= u_0 \end{align}
The characteristics satisfying IVP are
\begin{align} x_s &= \alpha u |u|^{\alpha-2} \\ \implies x &= \alpha u |u|^{\alpha-2}t+r \\ t_s &= 1 \\ \implies t &= s \\ u_s &=0 \\ \implies u &= u_0 \end{align}
The projection on $(x,t)$-plane is given by $$t = \frac{x-r}{\alpha u |u|^{\alpha-2}}$$ So if $x<0$, the denominator is $0$. How do I find the solution?