Consider the P.D.E. $u_x + u_y = 1$ subject to the initial condition $u(x, y) = h(x, y)$ for $(x, y) ∈ Γ$ where $Γ$ is a given smooth curve and $h : Γ → \mathbb{R}$ is a given smooth function.
a. Find a smooth initial curve $Γ$ passing through the origin and a smooth function $h : Γ →\mathbb{R}$ such that a solution to the problem exists in a neighborhood of every point of $Γ$ except the origin. Verify this non-existence at the origin for your example.
b. Now find an initial curve $Γ$ and function $h : Γ → \mathbb{R}$ such that the problem has infinitely many solutions. Describe explicitly this infinite family of solutions.
I know that this is a 1st order PDE so I have to use method of characterization.
So far what I got is $\displaystyle \frac{\partial X}{\partial \tau }=1,\frac{\partial Y}{\partial \tau }=1,\frac{\partial Z}{\partial \tau }=1$ and $X(s,0)=x_0(s),Y(s,0)=y_0(s),Z(s,0)=h(x_0(s),y_0(s))$.
So, $X(s,\tau)=\tau+x_0(s),Y(s,\tau)=\tau+y_0(s),Z(s,\tau)=\tau+h(x_0(s),y_0(s))$
That is what my teacher taught me. I don't know how to proceed now toward part a. I really want to learn what is going on there and how to handle this kind of problems. Any help is appreciated.