5

Suppose $y(x)$ is continuous and $y'(x)=0$ has uncountable many solutions but $y(x)$ is not constant on any interval. Is this possible?

2 Answers2

3

Take a Cantor set $C\subseteq [0,1]$ and let $d(x)$ be the distance function from $x$ to $C$. Then $(d(x))^2$ is differentiable with derivative vanishing at all points of $C$ hence uncountably many.

Mikhail Katz
  • 42,112
  • 3
  • 66
  • 131
-1

Yes, it is true. A classic example of such an odd function is the Cantor function. It is defined like this: for $x$ in $[0,1]$

1.Express x in base 3.

2.If x contains a 1, replace every digit after the first 1 by 0.

3.Replace all 2s with 1s.

4.Interpret the result as a binary number. The result is c(x).

This function has derivative $0$ almost everywhere (i.e. the places where it doesn't have $0$ derivative has measure $0$) and yet somehow manages to increase in value from $0$ at $x=0$ to $1$ at $x=1$.

There is plenty written about the Cantor function. Perhaps wikipedia would be the best starting place: https://en.wikipedia.org/wiki/Cantor_function

Josh R
  • 556
  • 3
    Cantor function is constant on $({1 \over 3},{2 \over 3})$, isn't it? – Abstraction May 25 '16 at 09:09
  • 1
    oh yes I didn't see the OP's last condition was a bit different from usual :( perhaps then this page could be useful: http://math.stackexchange.com/questions/250628/constructing-a-strictly-increasing-function-with-zero-derivatives – Josh R May 25 '16 at 09:27