Ok, lets say I am going to solve the following equation:
$u_t + (\frac{u^2}{2})_x = \epsilon u_{xx}$
which connects the end conditions $u_-=1$ and $u_+ = 0$. According to my understanding of the method, the travelling wave is given by the following equation:
$2 \epsilon\frac{dU}{dy} = U^2 + U $
Where $U(y) = u(x,t) $ and $y := x - t/2 $, the solution is:
$u(x,t) = U(x - t/2) = \frac{1}{1+\exp{\frac{x - t/2}{2 \epsilon}}} $
If you take the limit of $\epsilon$ to zero, then (if I am not mistaken):
$u(x, t) = U(x - t/2) = 1/2 $
(...) And here I got stuck, I mean, I know that the solution $u(x,t)$ for inviscid burgers' is one on the left hand side of the shock $y=t/2$ and zero otherwise; but following the aforementioned analysis, I don't find a connection between the limit I got and the actual solution of the problem. Can you help me with the logic of this problem?
PS.: I am just an enthusiast on PDEs, and my background is definentely no mathematics, so please try not to be too harsh on me :)