Is $f(x,y) = (x^3 + xy^3) / (x^2 + y^6)$ (for $x \neq 0$ or $y \neq 0$),
$f(0,0) = 0$
differentiable at 0?
Answer: No.
Proof: f is not continuous at 0: If we approach 0 via $x = y^3$, the limit of $f$ equals $1/2$.
Thus $f$ is not differentiable at $0$ as well.
Is my reasoning correct?