Continuous but partial derivative does not exist

1.8k Views Asked by At

Let $f:\mathbb{R}^2\to \mathbb{R}$ be any function. Then we know the following:

  1. Differentiability implies existence of partial derivatives and continuity
  2. Existence of partial derivatives does not imply continuity and hence not differnetiability.
  3. Continuity does not imply differentiability.

But now my question is "Does continuity of $f$ implies existence of partial derivatives?"

3

There are 3 best solutions below

0
On BEST ANSWER

No. Take $f(x,y)=|x|$. It is continuous, but $\frac{\partial f}{\partial x}(0,0)$ doesn't exist.

0
On

Not even nicely true for single-variable functions. See Weierstrass function: https://en.wikipedia.org/wiki/Weierstrass_function

Continuous everywhere, differentiable nowhere.

0
On

Consider the function
\begin{align} f(x,y)&=|x|+|y|, &\text{if}\quad(x,y)\ne(0,0)\\ &=0,&\text{if}\quad(x,y)=(0,0) \end{align}
This function is continuous at $(0,0)$ but none of the first order partial derivatives exist.