document.write( "Question 769293: For the expression below, write an equivalent expression that involves x only. Assume x is positive.
\n" );
document.write( "csc(sin^-1(1/x)) \n" );
document.write( "
Algebra.Com's Answer #468766 by DrBeeee(684) ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "(1) csc(y) = csc(arcsin(1/x)), where I use the equivalent notation arcsin(z) = sin^(-1)z. Comparing the left side to the right side we see that \n" ); document.write( "(2) y = arcsin(1/x) or \n" ); document.write( "(3) sin(y) = 1/x \n" ); document.write( "Now use the identity \n" ); document.write( "(4) csc(y) = 1/sin(y) and (3) we get \n" ); document.write( "(5) csc(y) = 1/(1/x) or \n" ); document.write( "(6) csc(y) = x \n" ); document.write( "Answer: csc(arcsin(1/x) = x \n" ); document.write( " |