In Spivak's Calculus, there is the following problem in Ch. 14 "Fundamental Theorem of Calculus"
- A function $f$ is periodic, with period $a$, if $f(x+a)=f(x)$ for all $x$.
*(d) Prove that if $f'$ is periodic with period $a$ and $f$ is periodic (with some period not necessarily $=a$), then $f(a)=f(0)$.
The solution manual solution (with my filling in some intermediate steps) is as follows
Let $g(x)=f(x+a)-f(x)$.
Then $g'(x)=f'(x+a)-f'(x)=0$, because $f'$ is periodic.
Therefore, $g$ is constant and $g(x)=g(0)$, so
$$f(x+a)-f(x)=f(a)-f(0)$$
$$f(x+a)=f(x)+f(a)-f(0)$$
$$f(na)=f[(n-1)a]+f(a)-f(0)$$
$$=f[(n-2)a+a]+f(a)-f(0)$$
$$=f[(n-2)a]+2f(a)-2f(0)$$
$$=f(0)+nf(a)-nf(0)$$
$$=n(f(a)-f(0))+f(0)$$
Since $f$ must be bounded (since it is periodic), then $f(a)=f(0)$, otherwise $f$ would be unbounded.
Is there an interesting interpretation for this result?
f apparently can have some period $b\neq a$ which we didn't need to make use of in the proof above. Doesn't the fact that $g$ is constant mean that $f$ has a period of $a$?
$$g(x)=f(x+a)-f(x)=0, \text{ for all } x $$
$$\implies f(x+a)=f(x), \text{ for all }x$$
When I tried to solve this problem I started on the assumption that $f$ had a period $b\neq a$
$$f'(x+a)=f'(x)$$
$$f(x)=\int_0^x f' + f(0)$$
$$f(x+b)=\int_0^{x+b}fâ +f(0)=f(x)$$
But didn't get much further than this.