My question is what is $F_x$.
When you find $y'$ from the implicit function $$F(x,y)= x^3+y^3-6xy=0$$
you can obtain $y'$ by $$\frac{dy}{dx} = -\frac{\frac{\partial F}{\partial x}}{\frac{\partial F}{\partial y}} = -\frac{F_x}{F_y}$$
The text book says $F_x$ is $$3x^2-6y$$. And $F_y$ is $$3y^2-6x$$ and obtain $$\frac{dy}{dx}=-\frac{3x^2-6y}{3y^2-6x}$$
Well, isn't $y$ a function of $x$?
Like F(x,y)=F(x,f(x)) and should it not go like $$ F_x=3x^2-6y-6x\frac{\partial y}{\partial x}$$ and not $$F_x=3x^2-6y$$?
although it would directly lead to the answer $\frac{dy}{dx}$.
What I am asking is why in implicit differentiation it is ignoring $y$ is a function of $x$ and treat $y$ as some constant?
If we assume that $y=y(x)$ is given, then we get $$3x^2+3y^2y'-6y-6xy'=0$$