$$\begin{cases} \frac{\partial u}{\partial t} + u\frac{\partial u}{\partial x} = 0, &x\in\mathbb{R},\ t>0\\ u(x,0) = u_0(x), &x\in\mathbb{R}. \end{cases}$$
Which choices of the following functions for $u_0$ yield a $C^1$ Solution $u(x,t)$ for all $x\in\mathbb{R}$ and $t>0$
$1)$ $u_0 (x) = \frac{1}{1+ x^2}$
$2)$ $u_0(x) = x$
$3)$ $u_0(x) = 1+x^2$
$4)$ $u_0(x) = 1+2x$
My answer key says the answer is $2$ and $4$. My question is why we should reject option $1$ and $3$?
$$\frac{dt}{1} =\frac{dx}{u}= \frac{du}{0}$$
gives me $u=c_1$ and $ut-x=c_2$ where $c_1$ and $c_2$ are constants. Now by condition given in Option $1$ I get a relation between constants I.e
$$c_1= \frac{1}{1+(c_2)^2}.$$ Then I have the solution
$$u = \frac{1}{1+ (ut-x)^2}.$$
Then why we reject option $1$?