Trying to teach myself PDEs, and I'm stumped on what should probably be a very simple exercise:
Solve the equation $3u_{y}+u_{xy}=0$. And I am given the hint to let $v=u_{y}$ (it's a problem from Strauss' intro book).
Now, when you make the suggested substitution, $3u_{y}+u_{xy}=0$ becomes $3v+v_{x}=0$. The only problem is, I don't know how to solve this kind of PDE; the only types of PDE the book has really talked about at this point are ones of the form $au_{x}+bu_{y}=0$, where $a$ and $b$ are constants, and ones of the form $u_{x}+yu_{y}=0$.
What I've tried to do, therefore, is rewrite $v_{x}$ as $\frac{dv}{dx}$, subtract $3v$ from both sides, and turn it into a type of separable ODE type thing. Then, if I do that, and after substituting $v=u_{y}$ back in, I wind up getting that $u_{y}=\exp{(-3x)}\exp{(f(y))}$ Then, I suppose I'd have to integrate both sides with respect to $y$ to get the solution, but I'm worried it will take some messy integration by parts that never stops, and so I think that this method couldn't possibly be right.
Could somebody tell me the RIGHT way to do this problem? Thanks!! :)