Why do coefficient assignments differ between Rsin(x+a) and Rcos(x+a) forms?

  • Thread starter Thread starter thomas49th
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
thomas49th
Messages
645
Reaction score
0
Am i right in saying that when your comparing co-efficients for RSin(a+b) you swap over for the coefficients for sin and cos, while in RCos(a+b) you don't swap the co-efficients?

RSin(x+a)= RSinxCosa + RCosxSina
4Sin + 1Cos = RSinxCosa + RCosxSina

RSina = 1
RCosa = 4

BUT for RCos(x+a) = RSinxCosa + RCosxSina


4Sin + 1Cos = RSinxCosa + RCosxSina

RSina = 4
RCosa = 1

Do you see what i mean?

Thanks
 
Physics news on Phys.org
1. sin(x + a) = sin(x)cos(a) + cos(x)sin(a) so Rsin(x+a) = Rsin(x)cos(a)+Rcos(x)sin(a)
2. cos(x + a) = cos(x)cos(a) − sin(x)sin(a) so Rcos(x+a) = Rcos(x)cos(a)-Rsin(x)sin(a)

[tex]sin(x+a) \neq cos(x+a)[/tex]