how do I find the partial deritative of $$ f(x,y) = \sqrt[3]{x^3+y^3}$$
If I use normal rules I get $f_x = x^2(x^3+y^3)^{-\frac{2}{3}}$
so $f_x(0,0) = 0$
But if I calculate by definition I get
$$f_x(0,0) = \lim_{h\to{0}} \frac{f(0+h,0) - f(0,0)}{h} = 1$$
why does this happpen?