Not sure how to interpret this question or where to start.
$\text{Assuming that the equation}$ $$F(x,y,z) = 0$$ $\text{defines} z \text{implicitly as a differentiable function of} \: x \: \text{and} \: y \: \text{and that}$ $$F_{zx} = F_{xz}$$ $\text{show that}$ $$\frac{\partial ^2 z}{\partial x^2} = \frac{-(F_{z})^2 F_{xx} + 2F_{z}F_{x}F_{xz} - (F_{x})^2 F_{zz}}{(F_{z})^3}.$$
I have no idea how to use the given equation to imply that. I know how to implicity differentiate functions but when they actually give a function...
Also, from their definition, it means that this is true right?
$z \equiv z(x,y)$
(We haven't learn the implicit function theorem btw).
$$F_{x} = F_{z} z_{x} + F_{y} y_{x}$$.
Is it true that $y_{x} = 0$ (as is with any other combination of x,y,z)? Since we can think of it as partial derivative of y w.r.t x. – Twenty-six colours Apr 28 '17 at 08:47
$\frac{\partial F}{\partial x} = \frac{\partial F}{\partial x}\frac{\partial z}{\partial x} + \frac{\partial F}{\partial y}\frac{\partial y}{\partial x}$. – Twenty-six colours Apr 28 '17 at 08:55
Why am I not able to use this result?:
$\frac{\partial F}{\partial x} = \frac{\partial F}{\partial z}\frac{\partial z}{\partial x} + \frac{\partial F}{\partial y}\frac{\partial y}{\partial x}$ – Twenty-six colours Apr 28 '17 at 09:32