Finding Common period of multiple waveforms

In summary, the conversation discusses calculating the average power of a system by finding the total energy dissipated in a damper. This involves integrating the velocity squared over time, but the system has multiple oscillating waveforms with different frequencies. A common period needs to be found in order to properly integrate. The conversation also mentions a problem with finding this period when "n" is a decimal value. Eventually, a solution is found by taking the average of one full cycle rather than a certain number of cycles. This allows for the integration to be simplified and the average power to be calculated.
  • #1
macmosher
4
0
Hi Everyone,

First time poster, longtime viewer of these forums. Love the help that the community gives.

Just so you know where I am coming from:

I am trying to calculate the average power by first calculating the total energy of my system. Specifically I am looking at the energy dissipated in a damper, Cg. This turns out to be Cg multiplied by the integral of the velocity squared in my system over time (where Cg is fixed).

However, each of the velocities of the system are made up of the addition of multiple waveforms oscillating at different frequencies. Their respective periods are as follows:

2Pi/w
2Pi/((n+1)*w)
2Pi/((2n+1)*w)

Where "n" can be any number. In order to take the integration is done properly I need to find a common period amongst the added waveforms (squared). Now, this problem is fine so long as "n" is an integer, but once I allow it to have a decimal value the problem gets a bit more complicated.

This has been racking my brain for the past couple days, any thoughts?

I tried google, but of course it gave me common periods of different types of waves :P

Cheers!
 
Mathematics news on Phys.org
  • #2
LCM(1.35, 1.7) = LCM(1.3*100, 1.7*100) / 100 = LCM(135, 170) / 100 = 45.9
45.9 / 1.35 = 34
45.9 / 1.7 = 27

lcm(a, b) = a*b / gcd(a, b)
 
  • #3
Thanks for your reply.

I should have mentioned I am trying to solve this analytically. I am attempting to do the integration analytically so that my optimization code doesn't have to run through it each and every iteration
 
  • #4
Problem Solved (via problem avoidance)

As mentioned I am trying to find the average power of the summation of multiple wave forms. The problem is essentially this without all the coefficients:
[tex]
P_{avg}=\frac{\int_0^T[sin(wt)+sin(w(n+1)t)+sin(w(2n+1)t)]^2}{T}
[/tex]
where T is a common integer multiple of the period amongst the three oscillators. The issue was that it was very difficult to find T analytically.

However, we know once T is found that:

int(sin(wt)*sin(n*wt),t=0..T)=0 so long n is an integer or their is a common period between the two waveforms.

So the whole point of finding T was to have that portion of the integration be zero. We can assume that the T does indeed exist and knowing that because the oscillations are periodic we can take the average of one full cycle rather than "x" number required to have a common period.

Therefore,
[tex]
P_{avg}=\frac{\int_0^{\frac{2\pi}{w}} sin^2(wt)dt}{\frac{2\pi}{w}}+\frac{\int_0^{\frac{2\pi}{(n+1)w}} sin^2((n+1)wt)dt}{\frac{2\pi}{(n+1)w}}+\frac{\int_0^{\frac{2\pi}{(2n+1)w}} sin^2((2n+1)wt)dt}{\frac{2\pi}{(2n+1)w}}
[/tex]

Don't know if that will help anyone else with similar problems or not.
 
  • #5


Dear poster,

Thank you for sharing your question with the community. It sounds like you are working on a complex and interesting problem. In order to find a common period among multiple waveforms, there are a few different approaches you could take. One option is to use a Fourier transform to analyze the different frequencies present in your system and determine the dominant frequency or period. Another option is to use a least squares fitting method to find the best fit for a single period that can represent all of the waveforms in your system. Both of these methods involve some mathematical calculations, so it may be helpful to consult with a mathematician or a colleague with expertise in signal processing. Additionally, you may want to consider using a computer program or software that can handle these types of calculations and provide you with accurate results. I hope this helps and I wish you the best of luck in your research.
 

1. What is the common period of multiple waveforms?

The common period of multiple waveforms refers to the time it takes for all the waveforms to complete one full cycle. It is the smallest time interval after which all the waveforms will repeat their pattern identically.

2. How do you find the common period of multiple waveforms?

To find the common period of multiple waveforms, you need to first determine the periods of each individual waveform. Then, you can find the least common multiple (LCM) of these individual periods. The LCM will be the common period of all the waveforms.

3. Can the common period of multiple waveforms be different from the period of each individual waveform?

Yes, the common period of multiple waveforms can be different from the period of each individual waveform. This can happen when the individual waveforms have different frequencies or when they are not in phase with each other.

4. Why is it important to find the common period of multiple waveforms?

Finding the common period of multiple waveforms is important in various fields such as signal processing, communication systems, and astronomy. It helps in synchronizing signals, determining the frequency of periodic events, and predicting future occurrences of patterns.

5. Are there any mathematical formulas to find the common period of multiple waveforms?

Yes, there are mathematical formulas, such as the LCM formula, that can be used to find the common period of multiple waveforms. These formulas involve finding the factors of the individual periods and then multiplying them to find the LCM.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
29
Views
3K
Replies
78
Views
3K
Replies
6
Views
1K
  • Quantum Interpretations and Foundations
2
Replies
38
Views
2K
  • Introductory Physics Homework Help
Replies
7
Views
2K
Replies
1
Views
1K
Replies
1
Views
469
  • Sci-Fi Writing and World Building
Replies
9
Views
1K
Replies
17
Views
2K
Back
Top