Okay, so we're given a PDE
$$x \frac {\partial u} {\partial x} + (x+y) \frac{\partial u} {\partial y} = 1$$
with initial condition: $u(x=1,y)=y$
So $a=x, b=x+y, c=1$
$\Rightarrow$ characteristic equations: $$\frac{dx}{dt}=x, \frac{dy}{dt}=x+y, \frac{du}{dt}=1$$
This next part is my trouble:
Initial Conditions: $$x_0(0,s)=1,$$ $$y_0(0,s)=s,$$ $$u_0(0,s)=y=s.$$
So I can see that the $u(0,s)=s$ is coming from the original IC, but where are $x_0,$ and $y_0$ coming from? Many thanks in advance!