I have not solved PDEs in eons.
I am battling to solve the following:
$ x^2 \frac{\partial s}{\partial x} +xy\frac{\partial s}{\partial y} =1$
I have managed to solve a similar PDE which equals zero, but I don't know how to deal with the 1 in this equation.
If the steps are similar then I would divide by $x^2$ to get $\frac{\partial s}{\partial x} +\frac{y}{x}\frac{\partial s}{\partial y} =\frac{1}{x^2}$
However I don't know where to go from here :(
NOTE: This equation is actually part of a pair of equations that I need to solve in order to determine the canonical coordinates $r(x,y)$ and $s(x,y)$. I'm trying to solve y''=0 using symmetry. I've solved $r(x,y)=\frac{y}{x}$ and now need to get $s(x,y)$.