document.write( "Question 41982: (tan(x) + cot(x))/csc2(x)\r
\n" );
document.write( "\n" );
document.write( "a.k.a. ((the tangent of x) plus (the cotangent of x)) all divided by the cosecant squared of x \n" );
document.write( "
Algebra.Com's Answer #27361 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Often the way to do these is to change everything into sines and cosines, thus \n" ); document.write( "(tan(x) + cot(x))/csc2(x) = \n" ); document.write( "(sin x / cos x + cos x / sin x) / (1 / sin^2 x) = \n" ); document.write( "sin^3 x / cos x + sin x cos x \n" ); document.write( "not much else you can do here... \n" ); document.write( " |