I have to solve this PDE, that doesn't have any boundary condition.
$ u_y + uu_x=1 $
$ u=0$ in $y=x^2$
I already found that
$u(s)=s$
$x(s)= \frac{s^2}{2} + x_0$
$y(s)= s+ x_0^2$
With the conditions $x(0)=x_0,$ $y(0)=x_0^2,$ $u(0)=0$
The problem now is that I can't find a way to transform the function $u(s)$ to a function $u(x,y)$.
Does someone as an idea? Thank you