What is the period of $\cos(x) + x - \lfloor x \rfloor$?
This is what I have done:
$x = \lfloor x \rfloor + \{x\}$
$\cos(x)$ has period $2\pi$
$\{x\}$ has period $1$
so $\cos(x) + \{x\}$ should be periodic with the period of LCM of $2\pi$ and $1$ but the solution is stated as NOT PERIODIC. How is the function non-periodic?