Edward C. answered 02/27/15
Tutor
5.0
(438)
Caltech Grad for math tutoring: Algebra through Calculus
If you look at the right hand side there are only sin terms, so you probably want to start by converting everything on the left hand side into sines and cosines
cot2x / (cscx - 1) = (cos2x/sin2x) / ( (1/sinx) - 1 )
The (1/sinx) - 1 in the denominator is annoying so rewrite it as (1 - sinx) / sinx
(cos2x/sin2x) / ( (1-sinx)/sinx )
Perform the division by inverting the fraction in the denominator and multiplying
(cos2x/sin2x) * (sinx/(1-sinx)
When you have a term like 1-sinx it is sometimes useful to multiply by the conjugate. So multiply the 2nd term by (1+sinx)/(1+sinx)
(cos2x/sin2x) * [ (sinx + sin2x) / (1-sin2x) ]
1-sin2x = cos2x so we are left with
(sinx + sin2x) / sin2x = (1+sinx)/sinx which is the right hand side