Defennder said:
Yes, I'm pretty sure anyone who understands what a periodic function is would know that. I was asking how do we know if for some function f(x), there exists [tex]\alpha[/tex] such that [tex]f(x+\alpha) = f(x)[/tex]?
I guess we try it. Say, take one of your functions
[tex]f(x)=cosx^2, f(x+a)=cos(x+a)^2[/tex] then we want to show whether f(x)=f(x+a) or not.
[tex]cosx^2=cos(x+a)^2=>cosx^2-cos(x+a)^2=0=>-2sin\frac{x^2+(a+x)^2}{2}sin\frac{x^2-(a+x)^2}{2}=0[/tex]
Now this is zero when
[tex]sin\frac{x^2+(a+x)^2}{2}=0, or:sin\frac{x^2-(a+x)^2}{2}=0[/tex]
From the first, it is zero when
[tex]x^2+(a+x)^2=2k\pi[/tex]
But from the second one we get
[tex]x^2-(a+x)^2=2k\pi=>x^2-a^2-2ax-x^2=2k\pi=>-a^2-2ax=2k\pi[/tex]
[tex]a^2+2ax+2k\pi=0[/tex] since
[tex]D=b^2-4ac=4a^2x^2-8k^2\pi^2[/tex]
Then i guess we conclude that this function is not periodic since we cannot locate a without expressing it in terms of x. So, it means that a is a function of x, which means that a changes as x changes, but is not rather a fixed number that is valid for all x-es, i don't know though my reasoning might be totally wrong.