Let's start with a fully non-linear equation of first order
$$ F(x,y,z,z_x,z_y) = a(x,y,z,z_x,z_y) \frac{dz}{dx} + b(x,y,z,z_x,z_y) \frac{dz}{dy} - c(x,y,z,z_x,z_y) = 0 $$
To solve such an equation, I employ the methods of characteristics.
$$ \frac{dx}{ds} = \frac{d}{dp}F \\ \frac{dy}{ds} = \frac{d}{dq}F \\ \frac{dp}{ds} = - \frac{d}{dx}F - p\frac{d}{dz}F \\ \frac{dq}{ds} = - \frac{d}{dy}F - q \frac{d}{dz}F \\ \frac{dz}{ds} = p \frac{d}{dp}F + q \frac{d}{dq}F $$ where $ p = z_x $ and $ q = z_y $.
I want to provide more information about the type of such an equation based on the characteristics of solutions.
- Can you do the following to classify the PDE? Assume that u is infinitely differentiable. You could differentiate each side and use the classification of second-order PDE to determine if the system is hyperbolic, parabolic, or elliptic. Is it a valid approach? I think that this approach is wrong, but I can't provide a rigorous argument for it.
- The methods of characteristics involve derivating F based on p,q,x,y, and z. In the characteristics forms, is the PDE a first or a second-order PDE?
NB: If you could provide me with resources on the subject, I would be pleased. I read Strauss but didn't find something insightful on the subject.
NBB: I have seen multiple resources saying that first-order PDEs are hyperbolics, but without providing insight.
Can you elaborate on "The fact that it can be solved using the method of characteristics is an indication of this"?
– Lödrik Nov 07 '23 at 20:23