Can anybody help me in making two characteristic functions of the equation
$$xu_x+(x+y)u_y=1$$
I have found one of the Char. by equating $$\frac{dx}{x}=du$$
By which I get $$ln(x)=u$$
How to form second equation?
Edit:
Initial conditions is $u(1,y)=y$
Is this correct ? $$\frac{dx}{x}=\frac{dy}{x+y}$$ $$(x+y)dx=x dy$$ $$ xdx=xdy-ydx$$ $$\frac{xdx}{x^2}=\frac{xdy-ydx}{x^2}$$ $$\frac{dx}{x}=\frac{xdy-ydx}{x^2}$$ $$\frac{dx}{x}=d\left(\frac{y}{x}\right)$$
On integrating we will get another char.
You can define the two equations: $$ \frac{dx} {ds}= x \text{ and } \frac{dy}{ds} = x+y$$ or equivalently $\frac{dx}{x} = \frac{dy}{x+y}.$ Thus, we have: $$\frac{dy}{dx} = \frac{x+y}{x}\implies \frac{dy}{dx} = 1 + \frac{y}{x} .$$ The ODE is of the form $\frac{dy}{dx} = F\left(\frac y x\right)$, so we can set $z(x) = \frac{y}{x}\implies \frac{dy}{dx} = z(x) + x\cdot z'(x) \implies 1 + z(x) =z(x) + x\cdot z'(x)\implies z'(x) = \frac{1}{x}$.
Thus:
$ z(x) = \ln|x| +c\implies \ldots \implies y(x) = x\cdot \ln|x| + x\cdot c$
Can you take it from here?