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.
i will add the graph I mentioned ASAP to the question
– Eren Gümüş Jan 04 '24 at 13:24