Solution:
Every integrable function does not need to be differentiable.
A piecewise function (with discontinuity) is integrable but not differentiable.
Example(1): y=∣x∣ is integrable in the domain [-1, 1], like
∫ydy=∫−11ydy=∫−10(−x)dx+∫01xdx
But this function |x| is not differentiable at x = 0.
Left hand Derivative
limx→0−x−0f(x)−f(0)=limx→0−x−0∣x∣−0=limx→0−x−x=limx→0−(−1)=−1
Right hand Derivative
limx→0+x−0f(x)−f(0)=limx→0+x−0∣x∣−0=limx→0+xx=limx→0−(1)=1 Left hand Derivative is not equal to Right hand Derivative,
So, it is not differentiable.
Example(2): A step function is integrable but not differentiable
Example(3): A Weierstrass function is integrable but not differentiable.
Comments