I have a PDE:
$$\frac{1}{x}u_x+\frac{1}{y}u_y=0$$ with the boudaries
$$a)u(0,y)=y, b)u(1,1)=1$$
Using Lagrange Chapite we get the characteristics: $$ln|y|=ln|x|+C \rightarrow C=\frac{y}{x}$$
For the boundary b) it seems like i can just use the characteristics $$u(x,y)=\frac{y}{x}$$
for the boundary a) that's where i seem to hav e a problem because the solution is in the form:
$$u(x,y)=f(\frac{y}{x}) \rightarrow u(0,y)=f(\frac{y}{0})$$
The only way i can avoid it is put $x$ in front of it, i.e. $$u(x,y)=y$$
But that seems like i'm cheating. Any advice?