"Fill in the Gaps" Trig function with integer zeros another trig function doesn't have

68 Views Asked by At

I have an interesting challenge involving roots of trig functions. I'm wondering if there is a method of creating a function that hits the integer roots that $$\sin(\frac{\pi}{5}x)*\sin(\frac{\pi}{3}x)*\sin(\frac{\pi}{4}x)$$ doesn't (i.e. instead of 3, 4, 5, 6, 8, 9, 10, 12..., it has roots at 2, 7, 11...). A generalized method for doing so is more of the thing I am asking for rather than the specific answer to this problem. Thanks for all help and creative answers!

1

There are 1 best solutions below

5
On BEST ANSWER

The function $$\sin\left(\frac{\pi}{b}(x-a)\right)$$ has roots $$...,\ a - b,\ a,\ a + b,\ a + 2b,\ ...$$ You can combine the roots of functions together by taking their product. So if you can break the roots you want into finitely many arithmetic sequences, you can a find pretty simple function that has those numbers as its roots. In your example, $$\sin\left(\frac{\pi}{3} (x - 1)\right) \sin\left(\frac{\pi}{3} (x - 2)\right)$$ fills in the gaps.