2
$\begingroup$

I'm studying the function:

$ f(x,y) = \begin{cases} x+y & \text{if } x=0 \text{ or } y=0 \\ 1& \text{if } xy\neq 0 \end{cases}$

The partial derivatives exist in $(0,0)$, and I can prove that directional derivative doesn't exist in $(0,0)$. Now, Is this function differentiable? Why?

Thanks for your help.

  • 0
    Yes, if you study the directional derivative with the vector $(a,b)$, such that $a\neq 0$, and $b\neq 0$, do'nt exists. And you are right, but another form to justify? Thanks2011-09-12

1 Answers 1

3

No, the function is not differentiable. Here are two proofs of this:

(1) If a function is differentiable at a point, then it is continuous there. Your function is not continuous at $(0,0)$, and therefore not differentiable there.

(2) If a function is differentiable at a point, then all directional derivatives should exist. Your function does not have any directional derivatives in directions other than $\mathbf{e_1} = (1,0)$ and $\mathbf{e_2} = (0,1)$, so the function must not be differentiable.

  • 0
    Yes, you are right. Thank you very much!2011-09-12