Solve the partial differential equation $$ x\frac{\partial^2f}{\partial x\partial y}-y\frac{\partial^2f}{\partial y^2}-\frac{\partial f}{\partial y}=0 $$ where $x>0$, through the the variable change $u=x$ and $v=xy$.
This is from my calc 3 exam and I don't think it should be hard because we only had a few pages on partial differential equations. But I don't know how to do this one at all.
Edit: from $f(u,v)$ I get the following.
Since $u_y=0$ and $v_y=x$ we have
$$
f_y=f_uu_y+f_vv_y=f_vx.
$$ I'm stuck att calculating $f_{yy}$ since I don't know how I should handle the $x$ in $f_vx$ when deriving with respect to $v$.
$$
f_{yy}=(f_y)_uu_y+(f_y)_vv_y=(f_vx)_vx
$$
I'm thinking since $v=xy$ then $x=v/y$ so
$$
(f_vx)_vx=f_{vv}x^2+f_v(x/y).
$$
Now
$$
f_{xy}=f_{yx}=(f_y)_uu_x+(f_y)_vv_x=(f_vx)_u+(f_vx)_uy=f_{vu}x+f_{v}+f_{vu}xy+f_vy.
$$
Putting everything in the equation gives
$$
(f_{vu}x+f_{v}+f_{vu}xy+f_vy)x-y(f_{vv}x^2+f_v(x/y))-f_vx=f_{vu}x^2+f_{v}x+f_{vu}x^2y+f_vyx-f_{vv}yx^2-f_vx-f_vx=0.
$$
Looks horrible.