0

Is the derivative of a differentiable function in a closed domain $J$, always continuous on the same domain $J$.

Chappers
  • 67,606
Put Me
  • 393

3 Answers3

1

This statement is false, as seen by the following example:

$f(x) = x^2\sin\left(\frac 1x\right)$, $x \neq 0$ and defining $f(0) = 0$.

Proving that it is differentiable is easy when $x \neq 0$, and at $0$ the derivative is $0$ by applying the limit definition of the derivative.

The derivative can be seen to be discontinuous at $0$.

[EDITS: there were some edit issues, sorry if I accidentally reverted someone's edit]

Tob Ernack
  • 4,445
1

No, consider the function $f(x)=x^2\sin(1/x)$ if $x\neq 0$ and $f(0)=0$.

What is true however is that it does not have jump discontinuities, look up Darboux's theorem.

Asinomás
  • 105,651
1

No.

Consider $$f(x)=\begin{cases}x^2\sin \frac1{x}&\text{if }x\ne 0\\0&\text{if }x=0\end{cases}$$ Then $$f'(x)=\begin{cases} 2x\sin\frac 1x-\cos \frac 1x&\text{if }x\ne 0\\0&\text{if }x=0\end{cases}$$

Note that $\lim_{x\to 0}f'(x)$ does not exist.