The solution of the initial value problem
$ (x-y) u_{x} + (y-x-u) u_{y} = u $ with the initial condition $u(x,0) = 1$ satisfies
- $ u^2(x-y+u) + (y-x-u) = 0$
- $ u^2(x+y+u) + (y-x-u) = 0$
- $ u^2(x-y+u) - (x+y+u) = 0$
- $ u^2(y-x+u) + (x+y-u) = 0$
This is what I am able to do
The characteristic equations are :
$\frac{dx}{x-y} = \frac{dy}{y-x-u} = \frac{du}{u} $
From this we get
$dx + dy + du = 0$
Integrating we get a characteristic curve
$x+y+u =C_{1}$
I am unable to get a second characteristic curve. Please help.
The correct answer is 2.
Thanks in advance!