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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top