3

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?

Ken
  • 3,751
sudo_dudo
  • 182

2 Answers2

2

If the function is periodic, then integer multiples of the periods would have to match, i.e. $2\pi n = 1m$ for some integer $n,m$. However this says that $2\pi = \frac{m}{n}$. This contradicts the irrationality of $\pi$.

0

A period of $\sin(x)+\{x\}$ would be a common period of $\sin(x)$ and $\{x\}$. That would require finding $k,n\ne0\in\mathbb{Z}$ so that $2\pi n=k$. That can't be done since $\pi\not\in\mathbb{Q}$.

robjohn
  • 345,667