Nonhomogeneous PDE with non-constant coefficients

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?)
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top