Use the chain rule to compute $\dfrac{\partial z}{\partial x}$ and $\dfrac{\partial z}{\partial y}$ for $2x^2+y^2+z^2=9$.
I got the following, however I don't think I'm using the chain rule. Where exactly do I use it and how?
$\dfrac{d}{dy}$ $(2x^2+y^2+z^2)$ = $\dfrac{d}{dy}$ $(9)$.
$\dfrac{d}{dy}$$(2x^2) + $$\dfrac{d}{dy}$(y^2) + $\dfrac{\partial z}{\partial y}$$(z^2)$ = $\dfrac{d}{dy}$(9)
0 + 2y + $\dfrac{\partial z}{\partial y}$$(z^2)$ = 0
2y + $\dfrac{\partial z}{\partial y}$(2z) = 0
$\dfrac{\partial z}{\partial y}$(2z) = -2y
$\dfrac{\partial z}{\partial y}$= $\dfrac{-2y}{2z}$ = $\dfrac{-y}{z}$
$\dfrac{d}{dx}$ $(2x^2+y^2+z^2)$ = $\dfrac{d}{dx}$ $(9)$
2$\dfrac{d}{dx}$$(x^2)$+$\dfrac{d}{dx}$$(y^2)$+$\dfrac{\partial z}{\partial x}$$(z^2)$=$\dfrac{d}{dx}$(9).
2(2x)+$\dfrac{d}{dx}$$(y^2)$+$\dfrac{\partial z}{\partial x}$$(z^2)$=$\dfrac{d}{dx}$(9)
4x+ 0 + $\dfrac{\partial z}{\partial x}$$(z^2)$ = 0
4x + $\dfrac{\partial z}{\partial x}$(2z) = 0
$\dfrac{\partial z}{\partial x}$(2z) = -4x
$\dfrac{\partial z}{\partial x}$= $\dfrac{-4x}{2z}$ = $\dfrac{-2x}{z}$
My answers of -y/z and -2x/z are correct, but how do I apply the chain rule to the problem. I also want to apologize up front for the formatting, I just am still trying to figure it out.
$\dfrac{\partial z}{\partial x}$= $\dfrac{\partial z}{\partial x}$.$\dfrac{df}{dx}$= $\dfrac{df}{dx}$. Use double$'s to get math centered on a new line$$\dfrac{a}{b} = c^2$$= $$\dfrac{a}{b} = c^2$$ – Apr 03 '17 at 02:170 + 2y + $\dfrac{\partial z}{\partial y}$$(z^2)$ = 0only requires$at he beginning and at the end of a line, see: $0 + 2y + \dfrac{\partial z}{\partial y}(z^2) = 0$ looks better than 0 + 2y + $\dfrac{\partial z}{\partial y}$$(z^2)$ = 0. To put in display mode, simply use double$at the beginning and the end of the line:$$0 + 2y + \dfrac{\partial z}{\partial y}(z^2) = 0$$renders as $$0 + 2y + \dfrac{\partial z}{\partial y}(z^2) = 0$$ – Apr 03 '17 at 03:12