Given a function F(x,y)=A*x*x*y, calculate dF(x,y)/d(1/x), to calculate this derivative I make a change of variable, let u=1/x, then the function becomes F(u,y)=A*(1/u*u)*y, calculating the derivative with respect to u, we have dF/du=-2*A*y*(1/(u*u *u)) replacing we have dF/d(1/x)=-2*A*x*x*x*y...