I'm working on a research idea, and got stuck on some of the math. Here's a particular case I'm stumped on.
Problem
I'm looking for a function $f(x, y, z, t)$ that satisfies
$$\frac{\partial f}{\partial t} = k(z-xy)\frac{\partial^2f}{\partial x \, \partial y}$$
where $k$ is a constant.
I have an initial condition of $f(x, y, z, 0) = x^{n_1}y^{n_2}z^{n_3}$ for integer constants $n_1, n_2, n_3$.
I also know that $f(1, 1, 1, t) = 1$ for all $t$.
What I've tried and what I know
I started with a simpler problem like:
$$\frac{\partial f}{\partial t} = k(y-x)\frac{\partial f}{\partial x}$$
and was able to solve that using the Method of Characteristics, even if I have more than one first-order term on the rhs.
I know very little about PDEs. I know (some) about ODEs and (a lot about) linear algebra, but PDEs are new to me, so a solution that spells out the details would be helpful.
Ultimately I'm trying to generalize somewhat (to a list of terms on the right with first-and-second-order partials, potentially of more than three non-time variables); I figure it's plausible that once I understand the specific case well, I'll be able to generalize.