1

The function $f(x)=x^2\sin(\frac{1}{x})$ if $x\neq 0$ , $f(0)=0$.Then $f$ is differentiable at every point, but $\int_0^1|f^{'}(x)|dx=\infty.$

I proved $f$ is differentiable at every point. To prove $f$ is not integrable i integrate the derivative of $f$ but it was difficult to conclude.

1 Answers1

0

Your derivative is $f' = 2x\sin(1/x) - \cos(1/x)$. You want to know whether

$$\int_0^\infty |f'(x)|dx<\infty$$

There would be two areas where integrability may fail : at 0 (because of 1/x) and at $\infty$.

-At $x\sim 0$ your |f'| is equivalent to cos(1/x)... which is integrable near 0!

-At $x\sim\infty$, $2x\sin(1/x)$ is equivalent to 2 and $\cos(1/x)$ is equivalent to 1. What do you conclude about integrability of $|f'|$?

Vintarel
  • 650