Prove the following
Let $a,b,c,d \in R$ such that $c^2+d^2 \neq0$. Then the cauchy problem
$a u_x + b u_y= e^{x+y}, \ \ x,y \in \mathbb R,$
$u(x,y)=0$ on $cx+dy=0$
has a no solution if $ac+bd = 0$
Edit : [and unique solution if $ac+bd \neq 0$]
My attempt :
I am trying the find equation of $u(x,y)$ from Lagrange's method
$\frac{dx}{a}=\frac{dy}{b}=\frac{dz}{e^{x+y}}$
$\frac{dx}{a}=\frac{dy}{b} \implies x=\frac{ay}{b}+c_1$
Now $\frac{dz}{e^{x+y}}=\frac{dy}{b} \implies e^{\frac{ay}{b}+y+c_1}dy=bdz$
I stuck here how to proceed further or is there any short method to proceed?