We have the PDE
$$ \frac{ \partial u }{\partial x } + \frac{ \partial u }{\partial y } = \sqrt{ u } $$
The characteristic curves are
$$ dx = dy = \frac{ d z }{\sqrt{z} } $$
Solving this system, we obtain that
$$ x = 2 \sqrt{z} + A $$
$$ y = 2 \sqrt{z} + B $$
Thus, we have the
$$ g(x,y,u) = x - 2 \sqrt{u} $$
$$ h(x,y,u) = y - 2\sqrt{u} $$
Thus, solution $u = u(x,y)$ satisfies
$$ F( x - 2\sqrt{u}, y - 2 \sqrt{u}) $$
where $F(g,h) $ is a smooth function satisfying $F_g^2 + F_h^2 \neq 0$.
Is this correct? How can I write a formula for $u $ explicitly? thanks