I'm working on a project right now. And now I need to find periods of difference of the sine waves and i'm stuck.
In few resources I found that I can find the periods of summed or differenced sine waves by using LCM(Least Common Multiple) and HCF(Highest Common Factor) of sine waves' periods. But the problem is: I'm dealing with sine waves that has irrational coefficients. And when we try to find the period of any sine wave we deal with the coefficient of "x". So when I jump into LCM and HCF it doesn't give any result I want.
After that I thought that I can make some approximations to the irrationals I deal with. Then I can use LCM and HCF. But I don't have a clue to how to do that either.
And I don't have a idea for how to apply LCM and HCF of rational approximations to irrational numbers either.
Is it possible to find the periods for such functions like this? If it's how can we?
I'm waiting for the answers thank you
Example for the sine functions I mentioned:
$$\sin(x)-\sin(\sqrt[7]{2}x).$$
Edit:
Couple graph images from the function type I want
$$\sin(x)-\sin(2^{7/12}x).$$$$\sin(x)-\sin(2^{1/12}x).$$
As you can see these type of functions actually look like periodic functions. You can check out by yourself in any graph calculator.
Actually if you have knowledge about musical intervals,you can see that im dealing with sound waves of intervals between musical notes.
And notes that have "perfect" harmony such as octave$$(2^{12/12}).$$ or perfect fifth$$(2^{7/12}).$$ has much more smaller periods than the other intervals such as tritone etc.
*Of course when I say periodic its just a hypothesis.
At least to see that your example function is not periodic, suppose that it does have period $2L$. Then
$$\sin(x)-\sin(ax)=\sin(x+2L)-\sin(a(x+2L))$$
$$\Rightarrow \sin(x)-\sin(x+2L)=\sin(ax)-\sin(a(x+2L))$$
$$\sin(L)\cos(x+L)=\sin(aL)\cos(a(x+L))$$
for all $x$. Now, for irrational $a$ it is impossible that both $\sin(L)$ and $\sin(aL)$ are $0$. Note that $L>0$ (since $\sin(x)$ is non-constant) and if $\sin(L)=0$ then
$$\sin(L)=0$$
$$\Rightarrow L= k\pi;\ k\in\mathbb{N}$$
But if $\sin(aL)=0$ then we also have
$$\sin(L)=0$$
$$\Rightarrow aL= m\pi;\ m\in\mathbb{N}$$
Taken together, we get
$$L=k\pi=\frac{m}{a}\pi$$
$$\Rightarrow a=\frac{m}{k}$$
which is a contradiction. In fact, neither of $\sin(L)$ or $\sin(aL)$ can be zero since neither of $\cos(x+L)$ or $\cos(a(x+L))$ are constant functions. Thus we can rearrange the equation above to get
$$\frac{\cos(a(x+L))}{\cos(x+L)}=\frac{\sin(L)}{\sin(aL)}$$
The right hand side is constant so to arrive at a contradiction it suffices to find two values of $x$ which give different values on the left side. Note that at $x=-L$ we have
$$\left. \frac{\cos(a(x+L))}{\cos(x+L)}\right|_{x=-L}=\frac{\cos(0)}{\cos(0)}=1$$
However, at $x=\frac{\pi}{2a}-L$ we have
$$\left. \frac{\cos(a(x+L))}{\cos(x+L)}\right|_{x=\frac{\pi}{2a}-L}=\frac{\cos\left(\frac{\pi}{2}\right)}{\cos\left(\frac{\pi}{2a}\right)}=\frac{0}{\cos\left(\frac{\pi}{2a}\right)}=0$$
And we are done... as long as the denominator is not $0$. Of course, if it was then
$$\cos\left(\frac{\pi}{2a}\right)=0$$
$$\Rightarrow \frac{\pi}{2a}=\pi\left(k+\frac{1}{2}\right)$$
$$a=\frac{2}{k+\frac{1}{2}}$$
which is a contradiction. So yes, we are done.