Nonhomogeneous PDE with non-constant coefficients

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
kingwinner
Messages
1,266
Reaction score
0
This is a question from a book in which I can't figure out, but it has no solutions at the back.

Find the general solution to the PDE:
xy ux + y2 (uy) - y u = y - x

I've learned methods such as change of variables and characteristic curves, but I'm not sure how I can apply them in this situation. The PDE is nonhomogeneous, with non-constant coefficients, and there is an "u" term.

Can somebody help?

Thank you!
 
Physics news on Phys.org
If change variables as {x = X, y = YX} we get ODE

XYu_X-Yu-Y+1=0.

Its solution is

u(X,Y) = -1+1/Y+XF(Y),

where F(Y) is an arbitrary function.
So the general solution to initial PDE is as follows

u(x,y) = -1+x/y+xF(y/x)
 
Thanks, but what motivates that particular change of variables? (i.e. how did you derive them?) How did you get x = X and y = YX? (Is there a systematic way to derive these?)