How would I determine a fundamental period in general for a trigonometric polynomial?
e.g.
$$f(x) = 3 - \cos x + \cos 2x + 4 \sin 2x - 3 \sin 5x$$
has fundamental period $2 \pi$. I think it's because each trigonometric term's lowest common period is $2 \pi $? How would I find out for general trig polynomials with different terms with non-integer "degrees"?
e.g.
$$f(x) = 3 - \cos x + \sin 0.29 x - \tan 9.5x$$
?
2026-04-02 19:36:20.1775158580
Fundamental period of a trig polynomial
394 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
One can still try to find the "greatest common divisor" of a set of real numbers $\{r_1,r_2,\dots\}$: if there exist any numbers $d$ at all such that $r_1/d,r_2/d,\dots$ are all integers, there will be a greatest one $g$. If this $g$ exists, then the fundamental period of $\sum a_j \cos(r_j x)$ (say) will be $2\pi/g$. In your example, for instance, we have $g=0.01$ and so the fundamental period is $400\pi$.
It is quite possible for this greatest common divisor not to exist: take for example $r_1=1$ and $r_2=\sqrt2$. In such circumstances, the corresponding function (like $\sin x+\sin(\sqrt2x)$) is not actually periodic.