- 1,001
- 11
I'm trying to come up with an expression for \partial y / \partial x where z = f(x,y). By observation (i.e. evaluating several sample functions), the following appears to be true:
<br /> \begin{equation*}<br /> \frac{\partial z}{\partial x} + \frac{\partial z}{\partial y} \cdot \frac{\partial y}{\partial x} = 0<br /> \end{equation*}<br />
but I can't find anything to prove it. I can sort of get there using the differential formula
<br /> dz = \frac{\partial z}{\partial x} \cdot dx + \frac{\partial z}{\partial y} \cdot dy<br />
then dividing by dx and reasoning that dz/dx = 0 because z is constant when evaluating \partial y / \partial x, but I suspect this isn't a valid approach.
My questions are:
(1) Is the above relationship between \partial z / \partial x, \partial z / \partial y, and \partial y / \partial x true?
(2) How to prove it?P.S. Here is an example:
<br /> \begin{align}<br /> z = x^3y &&<br /> y = zx^{-3} &&<br /> \frac{\partial z}{\partial x} = 3x^2y &&<br /> \frac{\partial z}{\partial y} = x^3 &&<br /> \frac{\partial y}{\partial x} = -3zx^{-4} = -3x^3yx^{-4} = -3y/x<br /> \end{align}<br />
<br /> \frac{\partial z}{\partial x} + \frac{\partial z}{\partial y} \cdot \frac{\partial y}{\partial x}<br /> = 3x^2y + x^3 \cdot \left(-3y/x\right) = 3x^2y - 3x^2y = 0<br />
<br /> \begin{equation*}<br /> \frac{\partial z}{\partial x} + \frac{\partial z}{\partial y} \cdot \frac{\partial y}{\partial x} = 0<br /> \end{equation*}<br />
but I can't find anything to prove it. I can sort of get there using the differential formula
<br /> dz = \frac{\partial z}{\partial x} \cdot dx + \frac{\partial z}{\partial y} \cdot dy<br />
then dividing by dx and reasoning that dz/dx = 0 because z is constant when evaluating \partial y / \partial x, but I suspect this isn't a valid approach.
My questions are:
(1) Is the above relationship between \partial z / \partial x, \partial z / \partial y, and \partial y / \partial x true?
(2) How to prove it?P.S. Here is an example:
<br /> \begin{align}<br /> z = x^3y &&<br /> y = zx^{-3} &&<br /> \frac{\partial z}{\partial x} = 3x^2y &&<br /> \frac{\partial z}{\partial y} = x^3 &&<br /> \frac{\partial y}{\partial x} = -3zx^{-4} = -3x^3yx^{-4} = -3y/x<br /> \end{align}<br />
<br /> \frac{\partial z}{\partial x} + \frac{\partial z}{\partial y} \cdot \frac{\partial y}{\partial x}<br /> = 3x^2y + x^3 \cdot \left(-3y/x\right) = 3x^2y - 3x^2y = 0<br />
Last edited: