I need to solve the following problem
$$xu_x + u_y = \sqrt{u}, \, u>0 $$
$$ u(x,0)=2+\sin(x).$$
Solving the characteristic equations implies
$x(t,s)=c_1(s)e^t, \, y(t,s)=t+c_2(s), \, u(t,s)=(\frac{t}{2} + c_3 (s) ) ^2 .$
Using $(x(0,s),y(0,s),u(0,s)) = (s,0,2+\sin(s))$ implies $c_1(s)=s, c_2(s)=0, c_3^2(s)=2+\sin(x)$, so that $u(x,y)=[\frac{y}{2}\pm \sqrt{2+\sin(xe^{-y})}]^2$.
My question is -
Which of the two options $c_3(s)=\sqrt{2+\sin(s)}$ or $c_3(s)=-\sqrt{2+\sin(s)}$ is the unique solution? (Transversality condition in this case implies that we have a unique solution )
Is it true that if we add the constraint $y>0$, then from $\sqrt{u}=\frac{t}{2}+c_3(s)$ we can deduce that $t>-2c_3(s)$, so that we must have $c_3(s)=\sqrt{2+\sin(s)}$ for a continuous solution?
Thank you!