Suppose that z is defined implicitly as a function of x and y by the equation
$ x^2 + yz - z^3 = 0$
Calculate the partial derivatives $\frac{\partial z}{\partial y} and \frac{\partial z}{\partial x}$ at (x,y) = (1,0). Answer should be numbers that don't depend on any variables
I know that I must take the derivative with respect to x and then y, but I always have a lingering $z^2$ laying around that I don't know how to get rid of. For example derivative w.r.t x:
$2x + y\frac{\partial z}{\partial x} - 3z^2\frac{\partial z}{\partial x }=0$
This question just wants you to find the partial derivatives of x and y with respect to z. So start with $F_x$. This is clearly $2x+y\frac{∂z}{∂x}-3z^2 \frac{∂z}{∂x}=0$. Then compute $F_y$, which is $\frac{∂z}{∂y}-3z^2\frac{∂z}{∂y}=0$. To solve this you're going to need to know the value of z at (1,0). This is clearly 1. Now plug the set of points (1,0,1) into your partial derivatives.$F_x$= $2(1)-3(1)^2\frac{∂z}{∂x}=0 $. Here you find $\frac{∂z}{∂x} = 2/3$. Computing similarly for $\frac{∂z}{∂y}$ you get 0.
As I showed, with the lingering $3z^2$ you plug in the value for z you determine by using the initial equation.