The following PDE: $(x-y)\;\frac{\partial u}{\partial x} + (y-x-u)\;\frac{\partial u}{\partial y} = u$ with $u(x,0) = 1$
satisfies:
a) $u^2(x - y +u) + (y-x-u) = 0$
b) $u^2(x + y +u) + (y-x-u) = 0$
c) $u^2(x - y +u) + (y+x+u) = 0$
d) $u^2(x - y +u) + (y+x-u) = 0$
My attempt:
I tried to solve the following ODE
$\frac{dx}{x-y} = \frac{dy}{y-x-u} = \frac{du}{u}$
First I got $d(x+y +u) = 0$ from where I deduced that $x + y + u = c_1$.
Secondly I substituted $u$ in $y-x-u$ to get $y-x+x+y-c_1 = 2y - c_1$ and the solved
$\frac{dy}{2y - c_1} = \frac{du}{u}$ to get $\frac{\sqrt{y - (c_1/2)}}{u} = c_2$. Hence resubstituting $c_1$, we have $$2c_2^2u^2 = y - x -u.$$
The intial value is not helping me because it gives $c_2^2 = -(x+1)/2$ which is not a constant. Also my answer is nowhere close to the options provided?