0

$f(x)$ is everywhere differentiable on $[a,b]$ then give examples for each (they are independent)

(1) $f'(x)$ is not Riemann integrable

(2) $f''(x)$ does not exist

(3) $f'(x)$ is not continuous

Rory Daulton
  • 32,288
gter
  • 465
  • Could you add more details? For example, for (2) do you mean $f''(x)$ does not exist anywhere in the domain or just somewhere in the domain? Similarly for (3). – Rory Daulton Sep 21 '14 at 22:53
  • somewhere in the domain...anywhere would be too strict – gter Sep 21 '14 at 22:55

2 Answers2

1

(1) is a famous pathological function called Volterra's function, you can read about it on Wiki at: http://en.wikipedia.org/wiki/Volterra%27s_function It's a pretty interesting function IMO

(2) seems like the second integral of something like $\sin(1/x)$ would work http://www.wolframalpha.com/input/?i=double+integral+of+sin%281%2Fx%29+ so that $f''(x) = \sin(1/x)$ and it isn't defined at $x = 0$;

(3) Edit: as per Ian's suggestion, the Volterra function works for this as well and abs(x) doesn't

brennan
  • 268
brennan
  • 26
0

For (1) see this.

For (2) try $\frac {x^3}{|x|}$ (the same as $x|x|$).

For (3) see this.

Rory Daulton
  • 32,288
  • @Rory: your (2) underlines that [a,b] does not contain 0, otherwise f is not defined, not to mention f''. So f is either x^2 or -x^2. for what reason does f'' not exist, i don't understand? – gter Sep 21 '14 at 23:14
  • @MattRigby: No, my exponent in the numerator is $3$, not $2$, so the function is the same as $\text {sgn}(x) \cdot x^2$. This has no second derivative at zero. – Rory Daulton Sep 21 '14 at 23:56
  • @deligne: my function is $2x^2$ for $x \ge 0$, $-2x^2$ for $x \lt 0$. The first derivative is defined everywhere and is $2|x|$. The second derivative is undefined at zero (since $|x|$ has no derivative at zero), so it works for your question (2). If you want an interval not containing zero, use $(x-c)^3/|x-c|$ which has a derivative everywhere but no second derivative at $x=c$. – Rory Daulton Sep 22 '14 at 00:00