I need help this: Solve the following initial value problem (quasilinear problem)
$u_x + u_y= u^2$, $u(x,0) =h(x)$
Here what I did: The initial curve $\Gamma:<x=s, y=0, z=h(s)>$ and the characteristic equations: $dx/dt = 1$, $dy/dt = 1$ and $dz/dt =u^2 =z^2$. So I get $x = t + s$, $y = t$ and $z=u^2t + h(s)$. Then solution is $u=u^2y + h(x-y)$ I am not sure about this answer. Please advise. Thanks