Trigonometric functions like sin(2x)=2sin(x)cos(x)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 17K views
TheDestroyer
Messages
401
Reaction score
1
Hi guyz, as we know we have some known relations in the trigonometric functions like

sin(2x)=2sin(x)cos(x) and sin(x/2)=1/2-1/2 cos2x

My question is are there similar formulas for arcsin and arccos?

I know those only !

arcsin x =ln(ix-sqrt(1-x^2))
arccos x =ln(-ix-sqrt(1-x^2))

I'm working in electrodynamics, and i reached an integral for the kinetic energy and the answer should be mc^2-mc^2, but I'm getting arcsin !

i knew the answer already about the energy, but i don't this i should neglect the problem of the damn inverse function,

Can anyone help and tell me some formulas?

Thanks...
 
Mathematics news on Phys.org
"sin(x/2)=1/2-1/2 cos2x"

That's not correct. Perhaps the identity you were thinking of was
sin^2(x)=1/2-1/2 cos2x.I'm not really sure what your question is but you haven't fogotten about the trig of arc_trig relationships have you? I mean like cos(arctan(x)) = 1/sqrt(1+x^2) etc.
 
Last edited:
i suppose you could take a formula like sin(2x) = 2sin(x)cos(x), set u = sinx, cosx = sqrt(1-u^2), x = arcsin(u), and apply arcsin to the previous formula,

to get say 2arcsin(u) = arcsin(2u[sqrt(1-u^2)]).

seems pointless though. i.e. any formula for sin, cos, IS a formula for arcsin, arccos.