0

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?

Widawensen
  • 8,172

3 Answers3

2

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$.

Maczinga
  • 1,117
  • 6
  • 12
1

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.

MrYouMath
  • 15,833
  • so I usually just take the largest period of one of the functions if it's multiple functions together? – BloodDrunk Feb 03 '17 at 10:11
  • No, not the largest period. If one period is 1 and the other 1.5, the common period is the least common multiple, i.e. in my case 3. For your case see the answer by Hyperplane. – Shinja Feb 03 '17 at 10:27
  • @ BloodDrunk: In this case, it is the largest period. In general, you have to find the smallest common multiple of them as JeanMarie said in his comment. – MrYouMath Feb 03 '17 at 10:36
1

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$

Hyperplane
  • 11,659