0

My attempt: here the $f(x)=\lfloor(x\sin(\pi x)\rfloor$. For the function to be differentiable in an interval $(-1,1)$ the right hand derivative of $-1$ must be finite and the left hand derivative of $-2$ must be finite. But i cannot figure out how to find the limit of $(f(-1+h)-f(-1))/h$ as h tends to $0^+$.

YiFan Tey
  • 17,431
  • 4
  • 28
  • 66

1 Answers1

2

Firstly, I want to clarify that since we are talking about the differentiability of $f$ on $(-1, 1)$, not $[-1, 1]$, we don't need to worry about the differentiability of $f$ at the end points.

With this in mind, let's see what we can say about $x \sin(\pi x)$. It is not hard to see that $(-x) \sin(-\pi x) = x \sin(\pi x)$. Therefore, $x \sin(\pi x)$ is an even function on $(-1, 1)$. Furthermore, $0 \le x < 1$ and $0 \le \sin(\pi x) \le 1$ on $[0, 1)$. Hence $0 \le x \sin(\pi x) < 1$ on $[0, 1)$. Finally, using the fact that $x \sin(\pi x)$ is an even function, we conclude $0 \le x \sin(\pi x) < 1$ on $(-1, 1)$.

This means $\lfloor x \sin(\pi x) \rfloor = 0$ on $(-1, 1)$, which is clearly differentiable.

Alex Vong
  • 1,654