Proving the reciprocal relation between partial derivatives

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 13K views
"Don't panic!"
Messages
600
Reaction score
8
If three variables [itex]x,y[/itex] and [itex]z[/itex] are related via some condition that can be expressed as $$F(x,y,z)=constant$$ then the partial derivatives of the functions are reciprocal, e.g. $$\frac{\partial x}{\partial y}=\frac{1}{\frac{\partial y}{\partial x}}$$ Is the correct way to prove this the following.

As [itex]x,y[/itex] and [itex]z[/itex] are related by [itex]F(x,y,z)=constant[/itex], at most only two of the variables can be independent (as the third can be expressed in terms of the other two). Consider the differentials $$dx=\frac{\partial x}{\partial y}dy+\frac{\partial x}{\partial z}dz$$ $$dy=\frac{\partial y}{\partial x}dx+\frac{\partial y}{\partial z}dz$$
Substituting the second expression into the first gives $$dx=\frac{\partial x}{\partial y}\left(\frac{\partial y}{\partial x}dx+\frac{\partial y}{\partial z}dz\right)+\frac{\partial x}{\partial z}dz \\ \Rightarrow\;\;\left(1-\frac{\partial x}{\partial y}\frac{\partial y}{\partial x}\right)dx=\left(\frac{\partial x}{\partial y}\frac{\partial y}{\partial z}+\frac{\partial x}{\partial z}\right)dz$$

Now, we choose [itex]x[/itex] and [itex]z[/itex] to be the independent variables, and as such, for this equality to be true [itex]\forall\; x,z[/itex] it must be that the terms in the brackets vanish identically. We see then, from the left-hand side of the equality, that $$\left(1-\frac{\partial x}{\partial y}\frac{\partial y}{\partial x}\right)=0\;\;\Rightarrow\;\;\frac{\partial x}{\partial y}=\frac{1}{\frac{\partial y}{\partial x}}$$ and from the right-hand side $$\left(\frac{\partial x}{\partial y}\frac{\partial y}{\partial z}+\frac{\partial x}{\partial z}\right)=0\;\;\Rightarrow\;\;\frac{\partial x}{\partial y}\frac{\partial y}{\partial z}=-\frac{\partial x}{\partial z}$$ and hence together this gives the relation $$\frac{\partial x}{\partial y}\frac{\partial y}{\partial z}\frac{\partial z}{\partial x}=-1.$$
 
Last edited:
  • Like
Likes   Reactions: fsystem25
You should just use implicit function theorem here. You calculations are too complicated, and I do not see an easy way to justify them. In particular the phrase "at most only two of the variables can be independent" is too vague.

To be rigorous one should work in terms of functions and not variables.

The implicit function theorem gives you that if at some point ##F_x(x,y,z)\ne 0## then in a neighborhood of this point ##x## can be expressed in terms of ##y## and ##z##. Writing $$F(x(y,z),y,z)=C$$ and taking partial with respect to ##y## you get using chain rule that
$$F_x \frac{\partial x}{\partial y} + F_y =0,$$ so $$\frac{\partial x}{\partial y} = - F_y/F_x$$ Similarly $$\frac{\partial y}{\partial x} = - F_x/F_y,$$ and you get reciprocity. Your last identity also can be easily obtained this way (it holds when all 3 partials ##F_x##, ##F_y## and ##F_z## are non-zero).
 
  • Like
Likes   Reactions: fsystem25