Quote:
Originally Posted by brian311 Hello,
If I have a problem calling for cos(u) but elsewhere in the same problem I've calculated 3u as follows:
3u=(cos^-1(B/A)) --where B and A are symbolic constants
Is there a way of adjusting the cos(u) to accept the 3u instead so that my cos and cos^-1 will cancel out?
Thanks, |
cos(A+ B)= cos(A)cos(B)- sin(A)sin(B) and sin(A+ B)= sin(A)cos(B)+ cos(A)sin(B).
In particular, cos(3u)= cos(2u+ u)= cos(2u)cos(u)- sin(2u)sin(u)
By the same argument cos(2u)= cos(u+ u)=

and sin(2u)= sin(u+ u)= 2 sin(u)cos(u) so cos(3u)=