Suppose we have a PDE that can be solved with the method of characteristics
\begin{align} F(\nabla u, u , x) = 0 \text{ in $U$}\\ u|_\Gamma = g \text{ on $\Gamma$ } \end{align}
Where $\Gamma \subset \partial U$. Suppose the characteristic curves starting on $\Gamma$ don't span the whole set $U$, what can we say about the solution in this points outside the span? Do we lack information to solve the problem or can this be somehow avoided?
To have a precise example I solved the following problem,
$$f(x,y)\frac{\partial f}{\partial x} + \frac{\partial f}{\partial y}= 1 \qquad\text{with}\qquad f(t,t) = \frac{t}{2} \quad\text{for}\quad 0 < t < 1.$$
In the above notation we have $\Gamma = \{(t,t): 0 < t < 1\}$ and $g(t) = t/2$. I got the solution $f(x,y) = z(s) + g(x(0)) =z(s) + \frac{x_0}{2} = y - \frac{x - 1/2y^2}{2-y}$ where $y \neq 2$, what can I say about the validity of my solution? Is it valid for $\mathbb{R^2}$ or just for points $x, y$ such that the characteristic curve trough them, $(x(s),y(s))$ lies on $\Gamma$ for $s=0$?
This PDE is a non-homogeneous inviscid Burgers' equation. Let us apply the method of characteristics:
Therefore, the characteristics are the curves $x = t + y(y-t)/2$ for $0<t<1$, along which $f$ is given by $$ f(x,y) = y - \frac{x-y^2/2}{2-y} \, . $$ One can note that this expression is not defined at $y=2$, where the denominator vanishes. The solution is only valid over the domain in yellow $$ (x,y) \in \lbrace (t + y(y-t)/2, y), 0<t<1, y<2\rbrace $$
Indeed, we start following characteristic curves at some point $(t,t)$ with $0<t<1$. On the one hand, we can decrease $y$ without restriction. But on the other hand, we cannot increase $y$ further than $y=2^-$. At the point $(x,y) = (2,2)$, all characteristic curves coming from $\lbrace(t,t), 0<t<1\rbrace$ intersect. The classical solution collapses (similar case to this one).
The reason why the domain of validity is restricted to $y<2$ relates to the following Riccati ODE problem for $q = \partial_x f$: $$ \tfrac{\text d q}{\text ds} = -q^2, \quad\text{letting}\quad q(0) = (t-2)^{-1}, \quad\text{we know}\quad q = (t+s-2)^{-1} , $$ which is derived from the initial PDE problem by partial differentiation with respect to $x$. The solution rewritten as $q(x,y) = \frac{1}{y-2}$ blows up at $y=2$ and cannot be used for larger times (even if the solution function is defined for $y>2$). See also the derivation by Lax, leading to Eq. (6.10) p. 36 of (1).
(1) P.D. Lax, Hyperbolic systems of conservation laws and the mathematical theory of shock waves, SIAM, 1973 doi:10.1137/1.9781611970562.ch1