I am solving the following partial differential equation, with some initial conditions, given by: $$u_t + u\,u_x = 0,\,\, u(x, 0) = \exp(-x^2)$$ and given that the characteristic lines pass through some point $(\xi, 0)$ on the $x$ axis. I have solved it using the method of characteristics, and the initial coniditons, and obtained the solution $$u(x, t) = \exp\left((ut-x)^2\right)$$
Now I need to find the breaking time. I know that this is the time when $u_x$ has an infinite gradient. But it looks like when I differentiate the solution, there will be no denominator and it won't be possible to find $t_b$ and the corresponding $x_b$?