How to find period of this function?

411 Views Asked by At

Before I start, I took a look at other answers people wrote, but it still did not help me, as I can't understand.

enter image description here

I tried finding the period of each function using [period/B], but what do I do next?

I can see its period is $2\pi + \pi + 2\pi/3$, and what do I do with that now?
I have periods of these separate functions, how do I combine them?

3

There are 3 best solutions below

3
On

Hint: Take the largest period. Because the largest period will be important for the repetition of the signal in this case.

Note that: $x = z + 2\pi$ will give the same result. In general, you will have to determine the smallest common multiple of all the periods.

0
On

The key is to notice that if a function is, say, $\pi$-periodic, then it is also $n\pi$-periodic for all integers $n>1$. Then what you need is to find the smallest possible number $T$ such that $T = n_1 T_1 = n_2 T_2 = \ldots$ where the $T_i$ are the individual periods of your signals and $n_i$ are positive integers.

In your case $T_1 = 2\pi$, $T_2 = \pi$ and $T_3 = \frac{2}{3}\pi$, hence $T=2\pi$ with $n_1=1, n_2 = 2, n_3 = 3$

3
On

You have to take the lcm of the periods of the functions you are adding up. First one hase period $2\pi$, second one has period $\pi$ and third one has $2/3\pi$. Hence the period is $lcm(2\pi,\pi,2/3\pi)=2\pi$.