171

Could someone give an example of a ‘very’ discontinuous derivative? I myself can only come up with examples where the derivative is discontinuous at only one point. I am assuming the function is real-valued and defined on a bounded interval.

the_fox
  • 5,677
  • 3
  • 22
  • 45
user58273
  • 1,827
  • 3
  • 12
  • 3
  • 3
    $f(x)=|x|$ at $x=0$? Not sure what you mean by "very". – Ron Gordon Feb 01 '13 at 18:36
  • 10
    He probably wants a something discontinuous almost everywhere. – Git Gud Feb 01 '13 at 18:38
  • 16
    Related: http://math.stackexchange.com/questions/112067/how-discontinuous-can-a-derivative-be – Deven Ware Feb 01 '13 at 18:40
  • 10
    @RonGordon: could you elaborate what you meant by $f(x)=|x|$ at $x=0$? Sine it is continuous but not differentiable I don't quite see how it fits in this context. Thank you. – Leo Jun 19 '15 at 21:52
  • 3
    Haskell Curry's contribution had an error now edited out by Mark McClure. For a reference for Curry's statements see Andy Bruckner, *Differentiation of Real Functions*, AMS (1994) p. 34. Mark McClure's is an excellent and lucid prelude before diving into the deep end and tackling the material in Andy's book. The poster who decided to tell us about the Weierstrass function missed the point, although one might vaguely think that this function has a "discontinous derivative," ...so discontinuous that it doesn't even exist? (I have deleted the comments that led to the correction.) – B. S. Thomson Nov 30 '15 at 22:39
  • @B.S.Thomson: Hi. The problem of the two irrelevant posts has been solved. I simply had them flagged for attention by the moderators. – Berrick Caleb Fillmore Jan 27 '16 at 05:34
  • Any sufficiently irregular wavelet will have discontinous derivatives (infinitely many and infinitely often). – mathreadler Apr 17 '16 at 11:18

2 Answers2

233

Haskell's answer does a great job of outlining conditions that a derivative $f'$ must satisfy, which then limits us in our search for an example. From there we see the key question: can we provide a concrete example of an everywhere differentiable function whose derivative is discontinuous on a dense, full-measure set of $\mathbb R$? Here's a closer look at the Volterra-type functions referred to in Haskell's answer, together with a little indication as to how it might be extended.

Basic example

The basic example of a differentiable function with discontinuous derivative is $$ f(x) = \begin{cases} x^2 \sin(1/x) &\mbox{if } x \neq 0 \\ 0 & \mbox{if } x=0. \end{cases} $$ The differentiation rules show that this function is differentiable away from the origin and the difference quotient can be used to show that it is differentiable at the origin with value $f'(0)=0$. A graph is illuminating as well as it shows how $\pm x^2$ forms an envelope for the function forcing differentiablity.

enter image description here

The derivative of $f$ is $$ f'(x) = \begin{cases} 2 x \sin \left(\frac{1}{x}\right)-\cos \left(\frac{1}{x}\right)&\mbox{if } x \neq 0 \\ 0 & \mbox{if } x=0, \end{cases} $$ which is discontinuous at $x=0$. Its graph looks something like so

enter image description here

Two points

The next step is to modify this example to obtain a function that is everywhere differentiable with a derivative that is continuous on all of $\mathbb R$, except for two points. To this end, consider $$ f(x) = \begin{cases} x^2 (1-x)^2 \sin \left(\frac{1}{\pi x (1-x)}\right)&\mbox{if } 0<x<1 \\ 0 & \mbox{else}. \end{cases} $$ The graph of $f$ and its derivative look like so.

enter image description here

A cantor set of discontinuties

Now that we have a way to construct a differentiable function whose derivative is discontinuous exactly at the endpoints of an interval, it should be clear how to construct a differentiable function whose derivative is discontinous on a Cantor set constructed in the interval. For $n\in\mathbb N$ and $m=1,2,\ldots,2^n$, let $I_{m,n}$ denote one of the $2^n$ intervals removed during the $n^{th}$ stage of construction of the Cantor set. Then let $f_{m,n}$ be scaled to have support $I_{m,n}$ and to have maximum value $4^{-n}$. The function $$F(x) = \sum_{n=0}^{\infty} \sum_{m=1}^{2^n} f_{m,n}(x)$$ will be everywhere differentiable but its derivative will be discontinuous on the given Cantor set. Assuming we do this with Cantors standard ternary set, we get a picture that looks something like so:

enter image description here

Of course, there's really a sequence of functions here and care needs to be taken to show that the limit is truly differentiable. Let $$F_N(x) = \sum_{n=1}^{N} \sum_{m=1}^{2^n} f_{m,n}(x).$$ The standard theorem then states that, as long as $F_N$ converges and $F_N'$ converges uniformly, then the limit of $F_N(x)$ will be differentiable. This is guaranteed by the choice of $4^{-n}$ as the max for $f_{m,n}$.

Increasing the measure

Again, the last example refers to the standard Cantor ternary set but there's no reason this can't be done with any Cantor set. In particular, it can be done with a so-called fat Cantor set, which can have positive measure arbitrarily close to the measure of the interval containing it. We immediately produce an everywhere differentiable function whose derivative is discontinuous on a nowhere dense set of positive measure. (Of course, care must again be taken to scale the heights of the functions go to zero quickly enough to guarantee differentiability.)

Finally, we can fill the holes of the removed intervals with more Cantor sets (and their corresponding functions) in such a way that the union of all of them is of full measure. This allows us to construct an everywhere differentiable function with derivative that is discontinuous on the union of those Cantor sets, which is a set of full measure.

ziggurism
  • 15,266
  • 2
  • 45
  • 104
Mark McClure
  • 28,373
  • 3
  • 57
  • 88
  • 2
    It's fairly clear that the derivative will be discontinuous at the removed endpoints. How do you ensure it is actually discontinuous on the whole Cantor set? – dfeuer Oct 14 '13 at 22:46
  • @dfeuer Those endpoints actually are elements of the cantor set. For example $2/3$ is in every intersection of cantor pieces. So it suffices to show for all $N$ that the function has a discontinuous derivative at those such end points if and only it is discontinuous at all $c$ in the cantor set. – MadcowD Oct 27 '15 at 02:20
  • In your first two examples, you give functions that are differentiable, but that the limit of the derivative, in one of the branches, does not exist, and hence cannot be continuous. Is there an example where the limit does exist, and it's still discontinuous? – An old man in the sea. Aug 31 '16 at 16:19
  • @Anoldmaninthesea. Sounds like a good question for the main site. I believe the answer is *no*. – Mark McClure Aug 31 '16 at 16:22
  • 1
    Mark, I've just asked that. ;) – An old man in the sea. Aug 31 '16 at 16:39
  • 3
    For the benefit of people reading through comments, the answer to @Anoldmaninthesea.'s question is No. (This follows from Darboux's Theorem.) – Toby Bartels Feb 16 '20 at 01:55
  • "We immediately produce an everywhere differentiable function whose derivative is discontinuous on a nowhere dense set of positive measure" - Why do we care that the set is nowhere dense? – Hrit Roy Oct 28 '21 at 17:56
100

I guess that you are looking for a continuous function $ f: \mathbb{R} \to \mathbb{R} $ such that $ f $ is differentiable everywhere but $ f' $ is ‘as discontinuous as possible’.

We have the following theorem in real analysis.

Theorem 1 If $ f: \mathbb{R} \to \mathbb{R} $ is differentiable everywhere, then the set of points in $ \mathbb{R} $ where $ f' $ is continuous is non-empty. More precisely, the set of all such points is a dense $ G_{\delta} $-subset of $ \mathbb{R} $.

Note: A $ G_{\delta} $-subset of $ \mathbb{R} $ is just the intersection of a countable collection of open subsets of $ \mathbb{R} $.

The proof of Theorem 1 is an application of the Baire Category Theorem, and it can be found in Munkres’ Topology or Measure and Category by Oxtoby. By this theorem, it is therefore impossible to find an $ f: \mathbb{R} \to \mathbb{R} $ whose derivative exists but is discontinuous everywhere.

There is another theorem that provides a necessary and sufficient condition for a set $E$ to be the set of discontinuities of some derivative.

Theorem 2 A set $E$ is the set of discontinuities of some derivative if and only if $E$ is a meagre $ F_{\sigma} $-subset of $ \mathbb{R} $.

Note: An $ F_{\sigma} $-subset of $ \mathbb{R} $ is just the union of a countable collection of closed subsets of $ \mathbb{R} $.

Let me end off with a non-trivial example to add to yours. Volterra’s Function is differentiable everywhere, but its derivative is discontinuous on a set of positive measure, not just at a single point.

Mark McClure
  • 28,373
  • 3
  • 57
  • 88
Haskell Curry
  • 18,326
  • 1
  • 45
  • 90
  • Hi Mark. Yes this is Theorem 2.2, p. 34 of Andy's book (although he states it for the continuity points which is equivalent). Mr. Curry originally misstated the theorem as a characterization of derivatives, rather than a characterization of the discontinuity set of derivatives. Since the topic is about the discontinuities of a derivative this page is a rather complete picture of the situation. Too bad the Weierstrass function intrudes though. – B. S. Thomson Nov 30 '15 at 04:34
  • 1
    You should add this answer to the question https://math.stackexchange.com/questions/112067/how-discontinuous-can-a-derivative-be . It appears to be easier to understand than the existing one, and because this question was marked as duplicate, that question may be more likely to be seen than the existing one. – Peter O. Mar 06 '21 at 20:05