Conversion of a trigonometic function

  • Thread starter Thread starter frensel
  • Start date Start date
  • Tags Tags
    Function
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 · 2K views
frensel
Messages
20
Reaction score
0

Homework Statement


How to convert
[itex]\tan(x)\sin(\frac{x}{2})+\cos(\frac{x}{2})[/itex]
to
[itex]\frac{\tan(x)}{\sqrt{2(1-\cos(x))}}[/itex]


Homework Equations





The Attempt at a Solution


I can convert it to this form: [itex]\frac{\cos(\frac{x}{2})}{\cos(x)}[/itex]
[itex]\tan(x)\sin(\frac{x}{2})+\cos(\frac{x}{2})[/itex]
=[itex]\frac{\sin(x)}{\cos(x)}\sin(\frac{x}{2})+ \cos(\frac{x}{2})[/itex]
=[itex]\frac{1}{\cos(x)}\left(\sin(x)\sin(\frac{x}{2})+ \cos(x)\cos(\frac{x}{2})\right)[/itex]
using angle sum and difference identities, we get
[itex]\left(\sin(x)\sin(\frac{x}{2})+ \cos(x)\cos(\frac{x}{2})\right) = \cos(x - \frac{x}{2}) = \cos(\frac{x}{2})[/itex]
therefore, we have
[itex]\tan(x)\sin(\frac{x}{2})+\cos(\frac{x}{2}) = \frac{\cos(\frac{x}{2})}{\cos(x)}[/itex]
 
Physics news on Phys.org
tiny-tim said:
hi frensel :smile:

hint: multiply by sin(x)/sin(x), and use the half-angle identities :wink:
I got it, thx!

[itex]\frac{\cos(\frac{x}{2})}{\cos{x}}[/itex]
[itex]= \frac{\sin(x)}{\sin(x)}\frac{\cos(\frac{x}{2})}{ \cos{x}}[/itex]
[itex]=\tan(x)\frac{\cos(\frac{x}{2})}{\sin(x)}[/itex]

using double-angle formula, we have
[itex]\tan(x)\frac{\cos(\frac{x}{2})}{\sin(x)}[/itex]
[itex]=\tan(x)\frac{\cos(\frac{x}{2})}{2\sin(\frac{x}{2})\cos(\frac{x}{2})}[/itex]
[itex]=\tan(x)\frac{1}{2\sin(\frac{x}{2})}[/itex]

finally, using half-angle formula (assuming [itex]\sin(\frac{x}{2})>0[/itex]), then

[itex]\tan(x)\frac{1}{2\sin(\frac{x}{2})}[/itex]
[itex]=\tan(x)\frac{1}{2\sqrt{\frac{1-\cos(x)}{2}}}[/itex]
[itex]=\frac{\tan(x)}{\sqrt{2(1-\cos(x))}}[/itex]

Well, although I get the correct result, the calculation is so complicated. Is there any easier way to convert the above trigonometric function?