1

Is there a case where $f$ is differentiable at $0$ but not any other point?

SelfStudy
  • 767
  • 1
    We might want to put stronger conditions on the function, like continuity. Then take any of the standard continuous nowhere differentiable functions $g(x)$, and let $f(x)=x^2g(x)$. – André Nicolas Nov 15 '15 at 22:43

2 Answers2

2

Yes this is possible. Consider the function $f= x^2$ when $x \in \mathbb Q$ and $-x^2$ otherwise.

This map is continuous only at 0, and in fact can be shown using a simple limit argument to also be differentiable there!

A. Thomas Yerger
  • 17,862
  • 4
  • 42
  • 85
2

Try $$f(x)=\begin{cases}x^2&\text{if }x\in\Bbb Q\\0&\text{otherwise}\end{cases}$$