1

I can imagine a no-where once differentiable function being something that just looks like a bunch of noise, but when I think about a function that is everywhere once differentiable but no-where twice differentiable that is the integral of some noisy function, I'm not really sure what it looks like, I don't even know if such a function exists, does anyone have some link or PNG of such a function?

1 Answers1

3

Here is an approximation to a Weierstrass function, with $200$ terms, $b=7$, $a=1.01(1+\frac{3}{2}\pi)/b$, and grid resolution of $0.001$:

Weierstrass function

And here is an approximation to an antiderivative of this function, with the same resolution, parameters, and number of terms:

antiderivative of Weierstrass function

Those little bumps will get rougher as we add more terms, but not as quickly as they do in the Weierstrass function.

Sophie M
  • 878