- #1
Jcouls29
- 20
- 0
I'm trying to get a method to determine the time, t, when two sine waves added together peak, an exact solution. For instance,
F(t) = sin(w1*t) + sin(w2*t)
Obviously this is not really mathematically straightforward because there are infinitely many solution based on the nature of the sine function. But if w1 < w2, where w1 = 2*pi*f1 and w2 = 2*pi*f2, there is always at least one peak when 0 < t < (1/f1).
I'm not a mathematician but I have a fairly strong grasp of calculus. Of course the derivative gives you:
F'(t) = w1*cos(w1*t) + w2*cos(w2*t)
which doesn't help me a whole lot. So if anyone has a direction I can go, please give me a shout. Just to mention, I've tried using the Taylor series but it's not exact enough at low orders which is practical for solving. Thanks if you can help
F(t) = sin(w1*t) + sin(w2*t)
Obviously this is not really mathematically straightforward because there are infinitely many solution based on the nature of the sine function. But if w1 < w2, where w1 = 2*pi*f1 and w2 = 2*pi*f2, there is always at least one peak when 0 < t < (1/f1).
I'm not a mathematician but I have a fairly strong grasp of calculus. Of course the derivative gives you:
F'(t) = w1*cos(w1*t) + w2*cos(w2*t)
which doesn't help me a whole lot. So if anyone has a direction I can go, please give me a shout. Just to mention, I've tried using the Taylor series but it's not exact enough at low orders which is practical for solving. Thanks if you can help