Conversion of a trigonometic function

  • Thread starter Thread starter frensel
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
The discussion focuses on converting the expression tan(x)sin(x/2) + cos(x/2) into the form tan(x)/√(2(1-cos(x))). The initial steps involve using angle sum and difference identities to simplify the expression to cos(x/2)/cos(x). Participants suggest multiplying by sin(x)/sin(x) and applying half-angle identities to facilitate the conversion. The final result is achieved through a series of transformations, although one participant expresses concern over the complexity of the calculations. The conversation hints at exploring alternative methods, such as working backwards from the desired result.
frensel
Messages
20
Reaction score
0

Homework Statement


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


Homework Equations





The Attempt at a Solution


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

hint: multiply by sin(x)/sin(x), and use the half-angle identities :wink:
 
tiny-tim said:
hi frensel :smile:

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

\frac{\cos(\frac{x}{2})}{\cos{x}}
= \frac{\sin(x)}{\sin(x)}\frac{\cos(\frac{x}{2})}{ \cos{x}}
=\tan(x)\frac{\cos(\frac{x}{2})}{\sin(x)}

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

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

\tan(x)\frac{1}{2\sin(\frac{x}{2})}
=\tan(x)\frac{1}{2\sqrt{\frac{1-\cos(x)}{2}}}
=\frac{\tan(x)}{\sqrt{2(1-\cos(x))}}

Well, although I get the correct result, the calculation is so complicated. Is there any easier way to convert the above trigonometric function?
 
you could work backwards (from the answer) …

(tan / 2sin1/2) - cos1/2 = … ? :smile:
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top