The initial value problem is
$$ \frac{\partial u}{\partial t} +x\frac{\partial u}{\partial x} = x, \ \ 0 \leq x \leq 1, \ \ t > 0 \ \ and$$
$$ u(x,0) = 2x \ \ $$ has
- a unique solution $u(x,t) \ \ $ which $\rightarrow \infty \ \ as \ \ t \ \ \rightarrow \infty$
- more than solution.
- a solution which remains bounded as $ t \rightarrow \infty$.
- no solution.
I have solved $\frac{dt}{1} = \frac{dx}{x} = \frac{du}{x}$, we obtain
$u -x = c_1$ and $ x = c_2 e^t$, we get $ u(x,t) = c_1 + c_2 e^t$ and use $u(x,0) = 2x$, we get $c_1 = x$, we obtain $u(x,t) = x + c_2 e^t$.
I think (2) is right answer.
Please check my answer .
Thank you