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?
Technically speaking, $f_x (0,0) \neq 0$ rather than $\frac{0}{0}$. More precisely, $(0, 0)$ is a singularity of $\frac{\partial f}{\partial x}$, so the definition is not expected to work there.