Find the general solution of the PDE $z_{xx}+z_{xy}+z_y=z$.
By separation of variable method, $z=XY$ gives, $X''-\lambda X'+(\lambda-1)X=0$ and $Y'+\lambda Y=0$.
Case 1. If $\lambda>1$, $X=c_1e^{(\lambda-1)x}+c_2e^x$, $Y=c_3e^{-\lambda y}$ and hence $z$.
Case 2. If $\lambda=1$, $z(x,y)=(A+Be^x)e^{-y}$.
Case 3. If If $\lambda<1$, $X=c_1e^{(\lambda-1)x}+c_2e^x$, $Y=c_3e^{-\lambda y}$ i.e. $z(x,y)=\left(Ae^{(\lambda -1)x}+Be^x\right)e^{-\lambda y}$.
My question:
If this answer correct, should I have to write all three cases? If not suggest.
If the question is solved by canonical form, what would be the answer? (Please solve). Is there any possibility that answers are same for both method?
Is there other suitable method to solve this problem?
Thank you.