Say that I have PDE a)
$U_x+U_y=\alpha U$
then I have PDE b)
$U_{xx}+U_{yy}=\beta U$
It is obvious that the first and the second are related by that they are composed of two operators which differ by one degree of differentiation. However, how can I prove that the solutions are related too, and are they?
I was thinking of looking at if the PDEs are hyperbolic, parabolic or elliptic. But I am not sure that is the way to prove it. Also, I am not sure what is the criteria for that two PDEs are "related".
Sorry, I have no more to add, since I am not an expert on PDE theory.
Thanks
$$U_x+U_y=\alpha U \tag 1$$ The solution of Eq.$(1)$ is easy to find thanks to the method of characteristics (or other method) : $$U(x,y)=e^{\alpha x}\Phi(x-y)$$ $\Phi$ is an arbitrary function until some boundary condition be specified.
$U_x=\alpha e^{\alpha x}\Phi+e^{\alpha x}\Phi'$
$U_y=-e^{\alpha x}\Phi'$
$U_{xx}=\alpha^2 e^{\alpha x}\Phi+2\alpha e^{\alpha x}\Phi'+e^{\alpha x}\Phi''$
$U_{yy}=e^{\alpha x}\Phi''$
Putting them into Eq.$(2)$ leads to :
$$U_{xx}+U_{yy}=\beta U \tag 2$$
$\alpha^2 e^{\alpha x}\Phi+2\alpha e^{\alpha x}\Phi'+e^{\alpha x}\Phi''=\beta e^{\alpha x}\Phi$
$$(\alpha^2-\beta) \Phi+2\alpha \Phi'+\Phi''=0\tag 3$$
This is not true in general (any $\alpha,\beta,\Phi$). Thus a relationship between Eqs.$(1)$ and $(2)$ doesn't exist in general.
The solutions of Eqs.$(1)$ and $(2)$ are consistent only in the particular case of solutions of Eq.$(3)$ if :
$\Phi(x-y))=c_1\exp\left((-\alpha+\sqrt{\beta})(x-y) \right)+c_2\exp\left((-\alpha-\sqrt{\beta})(x-y) \right) \tag 4$
In this particular case the common solution of Eqs.$(1)$ and $(2)$ is : $$U(x,y)=c_1e^{\alpha x}\exp\left((-\alpha+\sqrt{\beta})(x-y) \right) + c_2e^{\alpha x}\exp\left((-\alpha-\sqrt{\beta})(x-y) \right) \tag 5$$