Summing cosines of different amplitude

  • Thread starter Thread starter radiogaga35
  • Start date Start date
  • Tags Tags
    Amplitude
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 5K views
radiogaga35
Messages
34
Reaction score
0
Hi there

I am trying to sum many cosines of different amplitude and phase shift, but same ang. frequency (it's not a coursework question). My first thoughts are to sum them two at a time (to simplify matters?), probably using complex numbers. I tried doing it symbolically in MATLAB but it wasn't able to simplify things. Supposing the ang. frequency is 1, I know that the solution can be written:

[tex]\displaystyle{<br /> C\cos (t + \delta ) + D\cos (t + \varepsilon ) = E\cos (t + \varphi)}[/tex]

where I would have to solve for E and phi. Or equivalently:

[tex] \displaystyle{Ae^{i(t + \delta )} + e^{i(t + \varepsilon )} = Be^{i(t + \varphi )}} [/tex]

where I would have to solve for B and phi.

Then I split things into two equations (one using real part/cosines, other using imag. part/sines), and eliminate B. Unfortunately this approach doesn't seem to help, as I just end up with a messy arctan of sums of sines and cosines (of different amplitudes -- i.e. back to original problem!).

Any suggestions as to a more fruitful approach?

Thank you.
 
Physics news on Phys.org
Ok, nevermind, got it figured out! Just used a bit of geometry