I came across a function of this format:
$z = f(u,v)$ where $u = x^2y^2$ and $v = 5x + 1$
Because this function is not in the same format of the ones I've seen before (explicit or implicit), I don't know how to find (or even to do a single solving step!) its partial derivatives.
Basically, I need to show that:
$\frac{\partial^2z}{\partial x\partial y}
= 4xy\frac{\partial f}{\partial u}
+4x^3y^3\frac{\partial^2f}{\partial u^2}
+10x^2y\frac{\partial^2f}{\partial v \partial u}$
Anyone could tell me how I should approach this type of problem?
Thanks!