how could i solve the PDE (without boundary or other initial conditions)
$ 1= y\partial _{y}f(x,y) -x \partial _{x}f(x,y) $
|
how could i solve the PDE (without boundary or other initial conditions) $ 1= y\partial _{y}f(x,y) -x \partial _{x}f(x,y) $ |
||||
|
|
One solution would be: $f(x,y) = xy - log(x)$ But so would: $f(x,y) = n\cdot xy - log(x)$ In general, you need a boundary condition to solve a first order PDE. |
|||||||||
|
|
This belongs to a PDE of the form http://eqworld.ipmnet.ru/en/solutions/fpde/fpde1211.pdf. The general solution is $f(x,y)=C(xy)+\int\dfrac{dy}{y}=C(xy)+\ln y$ or $f(x,y)=C(xy)-\int\dfrac{dx}{x}=C(xy)-\ln x$ . |
|||
|
|