Is the reciprocal of a partial derivative always equal to 1 divided by that partial derivative? I.e. Is it true that;
$$\frac{1}{\frac{\partial x_1}{\partial x_2}} = \frac{\partial x_2}{\partial x_1} $$
Is the reciprocal of a partial derivative always equal to 1 divided by that partial derivative? I.e. Is it true that;
$$\frac{1}{\frac{\partial x_1}{\partial x_2}} = \frac{\partial x_2}{\partial x_1} $$
Not always. E.g. if $x \equiv x(r,\theta)=r\cos \theta$ and $y \equiv y(r,\theta)= r\sin \theta$ (polar coordinates), then $r \equiv r(x,y)= \sqrt{x^2+y^2}$, so $$\frac{\partial x}{\partial r} = \cos \theta = \frac{x}{r}$$ and also $$\frac{\partial r}{\partial x} = \frac{x}{\sqrt{x^2+y^2}} = \frac{x}{r} = \frac{\partial x}{\partial r}.$$