|
|
|
|
|
by umanwizard
2255 days ago
|
|
“Smooth” is a term of art in math that means continuously differentiable infinitely many times. These functions are a subset of those functions that are differentiable once. Differentiable once means, by definition, approximable everywhere by a line at small enough scale. |
|
Imagine a sine wave, except when you look at it at 1000x magnification it's a sin + cos. It looks smooth, and at x = π you think that the derivative will be -1 but in fact it's 0 because you don't have a sine crossover there you have a cosine trough.
Except at 1000000 times magnification (ie another 1000) the cosine curve that forms that apparent sine curve is itself a sine curve. So everything is switched again.
f(x) is something like sin(x)+cos(ax)/a+sin(a^2x)/a^2+cos(a^3x)/a^3+ ... (sin(x.a^j)/a^j+cos(x.a^j+1)/a^j+1+ ...
for a=some arbitrary large number. Something like that, I'm a bit rusty, sorry.
At whatever scale you look at the curve the derivative is always wrong: you zoom in on the sine, at the peak it's got a cosine, so the d/dx is -1; but zoom in and the cosine has a sine at the crossing point, so the d/dx is 0; but zoom in and ...
The curve is provably smooth, it's sinuses all the way down, but nowhere can you tell the derivative as it's fractal???
That's what I had in mind.
Anyway, I thought their might be clever curves of that type.