For each of the following PDE. (a) solve the characteristic equation (b) define a transformation of the PDE. And obtain the transformed equation. (c) find the general solution of the transformed equation.
$$xu_x-yu_y+u =x $$ Let $r=r(r,s) ,s=s (r,s) $ Char. eq. : $$\frac{dy}{dx}= \frac {-y}{x} $$ $$\frac{dy}{y}= \frac {-dx}{x} $$ $$lny =-lnx + c$$ $$s=c =lnx+lny=lnxy $$ let r=x $$u_x=u_r +\frac {u_s}{x}$$ $$u_y=0 +\frac {u_s}{y}$$
Substitute in eq.$(r=x,s=lnxy)$ $$ru_r+u_s -u_s+u =r $$ $$ru_r+u=r $$ First one homogeneous eq $$u_r+\frac {u}{r}=0$$ $$M= exp ( \int (1/r))=r$$
$$ru_r+u=0$$ $$u = \frac {F (s)}{r}=\frac{F (lnxy) }{x}$$
How to find nonhomogenes for this problem? Thanks
$$ru_r+u=r$$ You want the solution for this equation ? $$r\frac {du}{dr}+u=r$$ $$(ru)'=r$$ Just integrate $$ru=\int rdr=\frac {r^2}2+K(s)$$ $$u=\frac 1r( \frac {r^2}2+K(s))$$ $$\boxed{u(r,s)=\frac {K(s)}r+ \frac {r}2}$$