In the solving of mechanical constraints, I often meet complex trigonometric equation that I have to simplify.
Here the equation I would like to simplify :
Mathematica notebook presenting the equation
Can you help me to simplify this equation ?
I would like only cos and sin in the equation (with no more tan, Cotan or Sec functions) and gather the kinematic variables (the functions depending of time) the more possible in the cos and sin functions such as cos(gamma1(t)+psi1(t)).
Here the target that I would like to obtain (made with maple for the moment and I hope to do this with mathematica):
Thanks a lot for your help.
P.S: I put a file attached because the equation is quiet long and have subscripts in the notation which make the equation not nice to present

FullSimplifydidn't meet your needs? $\endgroup$TrigExpand) so trigs of sums disappear. (2) For each sine or cosine of a distinct variablet, add the trig polynomial relationSin[t]^2+Cos[t]^2-1. (3) RenameSin` andCosso the "variables" are no longer trig functions. I typlically change e.g.Cos[t]toc[t]and similar forSin. At this point one can useGroebnerBasisand other functions from polynomial algebra to work on the input system. $\endgroup$