I don't know why I find this so difficul, it seems like simple application of the chain rule but got confused somewhere. Here is the problem
I have the function $$F(W,X) = \frac{H(z)}{(W+X)^{(1-\gamma)}}$$
where $z=\frac{X}{W+X}$, $P=W+X$, $\gamma$ is a constrant and $H(z)$ is some function.
I need to find the partial derivatives $F_w, F_{wx}$ and $F_{ww}$ expressed as functions of $z,P$ and $H(z)$.
Any help is appreciated
Now for $F_w$ as, $$\frac{\partial F}{\partial w} = \frac{\partial F}{\partial z}\frac{\partial z}{\partial w} + \frac{\partial F}{\partial p}\frac{\partial p}{\partial w}$$ $$\frac{\partial F}{\partial w} = p^{\gamma-1}H'(z)\frac{\partial z}{\partial w} + (\gamma-1)p^{\gamma-2}H(z)\frac{\partial p}{\partial w}$$ Here $\frac{\partial z}{\partial w}=-\frac{x}{(w+x)^2}=-\frac{zp}{(p)^2}=-\frac{z}{p}$ and $\frac{\partial p}{\partial w}=1$ so your answer for $F_w$ is, $$ F_w = -p^{\gamma-1}H'(z)\frac{z}{p} + (\gamma-1)p^{\gamma-2}H(z) $$ $$ F_w =p^{\gamma-2}( (\gamma-1)H(z)-zH'(z)) $$ And i think you can continue in this way................