Re: Combining Cos Functions
guy101 wrote:Cos (A) + Cos (A + 2pi/3) + Cos (A + 4pi/3)
Im just not sure how your meant to combine all three, it generally confuses me....
cos (a + b) = cos a cos b - sin b sin a
The 2nd term:
Cos(A + 2pi/3) = Cos(A)Cos(2pi/3) - sin(2pi/3)sin(A)
= Cos(A)(-.5) - (.866)sin(a)
The 3rd term:
Cos(A + 4pi/3) = Cos(A)Cos(4pi/3) - sin(4pi/3)sin(A)
= Cos(A)(-.5) - (-.866)sin(a)
These add to - Cos(A), which, together with the first term sums to zero.