0

I was given this example by my teacher:

$f(x)=\begin{cases} 0 & (x,y) = 0 \\ \frac{x^2y^2}{x^4 + y^2} & (x,y)\neq (0,0)\ \end{cases} $

He proved diferentiablity for all $\mathbb{R}^2$.

Then he went to prove wether the function was class $C^1$ or not. He used $y=x^2$ to prove it wasn't. And that's what put me in doubt.

Doesn't diferentiability in $\mathbb{R}^2$ imply it's partial derivatives are continuous, therefore $C^1$. Am I missing something in this example?

1 Answers1

0

No, differentiability does not imply that the partial derivatives are continuous (it's the other way around). Take, for instance$$f(x,y)=\begin{cases}x^2\sin\left(\frac1x\right)&\text{ if }x\ne0\\0&\text{ otherwise.}\end{cases}$$