How can $\text{lcm}\left(\dfrac{1}{x},\dfrac{1}{y}\right)$ be calculated? where x and y are integer numbers. Is it $\left(\text{lcm}(x,y)\right)^2$? Please provide proof if possible.
Let me explain by example what I am trying to find out:
let's suppose we have two periodic signals. The first signal peaks or triggers 3 times per second. The second signal triggers 7 times per second. We need to calculate when will the two signals trigger simultaneously in time, with the further restriction that the solution must be an exact (integer) number of seconds.
My intuition says: hey, let's use $\left(\text{lcm}(3,7)\right)^2$ = 441 ...Hey! It seems to work. On the 441th second, both signals do trigger at the same time. This follows from 441 exactly dividing $\dfrac{1}{3}$ and $\dfrac{1}{7}$. So now I want to know if this is a general solution to the problem and also if 441 is in fact the smallest interval of time where both signals trigger at the same time.
Hope it is clearer now.
Sorry , may be I am very poor at explaining the question. I'll improve on the example... the first signals triggers 3 times per second, so, it ticks at 0.3333sec, 0.6666sec, 0.9999sec, 1.3333sec, 1.6666sec ... I also forgot to explain that I am looking for an answer which is an exact number of seconds, not only simultaneity on time continum. I edited the example to explain better.
– carloscolombo Oct 08 '15 at 20:09