So I am trying to understand the non-algorithmic part of the method of characteristics for solving a first order quasilinear PDE:
$ a(x,y,u)u_{x}+b(x,y,u)u_{y}=c(x,y,u) \hspace{1cm } $ (1)
I understand why the characteristic curves are solutions to the equation:
An integral surface $ z=u(x,y) $ has normal vector $(u_{x},u_{y},-1)$, so (1) is equal to the condition that the normal of the integral surface is perpendicular to the vector $(a(x,y,z),b(x,y,z),c(x,y,z))$.
So the characteristic curves are defined as the curves with tangent vector (a,b,c) for every point of the curve. I also understand how to obtain them solving the ODE's system.
The problem is that, in my notes, given the particular Cauchy problem:
$ \left\{\begin{matrix} a(x,y)u_{x}+b(x,y)u_{y}=c(x,y) \\ u(f(s),g(s))=h(s) \end{matrix}\right.$
It is stated that the Cauchy problem has a solution if the curve $ \{f(s),g(s)\} $is not characteristic. I can't get why, Is this for the sole purpose of the change of variables to work well? I can neither understand why the characteristic curves are said to be "constant" solutions of the PDE.