I am trying to understand this:
Let $g:\mathbb{R}\rightarrow\mathbb{R}$ and $f(r,s) = g(r^2s)$, where $r=r(x,y) = x^2 + y^2$ and $s = s(x) = 3/x$.
What is (with Chain Rule) $$ \frac{\partial^2f}{\partial y\partial x}$$
g is a function of one variable so is the first part just: $$ \frac{\partial f}{\partial x} = \frac{dg}{dr}\frac{\partial r}{\partial x} + \frac{dg}{ds}\frac{\partial s}{\partial x} $$