The task is as follows:
Given: $$F(x,y,z) = 0$$ Goal: Show $\frac{\partial z}{\partial y}|_x \frac{\partial y}{\partial x}|_z \frac{\partial x}{\partial z} |_y = -1$
Here is my work so far:
(1) Differentiate with respect to y, I get:
$0 + F_2 + F_3 \frac{\partial z}{\partial y} = 0$
So $ F_3 \frac{\partial z}{\partial y} = - F_2$
(2) Differentiate with respect to x, I get:
$F_1 + F_2 \frac{\partial y}{\partial x} + 0 = 0$
So $ F_2 \frac{\partial y}{\partial x} = - F_1$
(3) Differentiate with respect to z, I get:
$F_1 \frac{\partial x}{\partial z} + 0 + F_3 = 0$
So $ F_1 \frac{\partial x}{\partial z} = - F_3$
(4) After some manipulations with the $F_i$, I get to the conclusion that $\frac{\partial z}{\partial y}* \frac{\partial y}{\partial x} * \frac{\partial x}{\partial z} = -1$, so when evaluated with x, z, y respectively, conclusion is still true
My questions are:
(1) Is my proof correct?
(2) For example, when I differentiate with respect to y, I "let" $F_1$ be 0 and find partials for other coordinates.
I had a hard time trying to explain to my friend on the reason(s) why I can do such "let be 0" thing. Although I think if I can't do that, then there is no way that I can reach the conclusion, but I somehow feel confused about the fact too. Since my book is doing it that way, my understanding is that I can do such "let be 0" thing based on the independece of x with respect to y, when I differentiate with respect to y. But is my thought ok?
Would someone please help me on this question? Thank you very much ^_^