document.write( "Question 1132674: find x for \r
\n" );
document.write( "\n" );
document.write( "I got where n is all integers, but it's wrong?\r
\n" );
document.write( "\n" );
document.write( "i changed tan to -cot so it would be cot(x/2)= -sqrt2 and then solved x for that. \n" );
document.write( "
Algebra.Com's Answer #749764 by rothauserc(4718) You can put this solution on YOUR website! x = 2(pi*n -cot^(-1) (sqrt(2)), where n is an element of Z \n" ); document.write( ": \n" ); document.write( "Here how to get this answer \n" ); document.write( ": \n" ); document.write( "-cot(x/2) = sqrt(2) \n" ); document.write( ": \n" ); document.write( "Multiply both sides by -1 to simplify the equation. \n" ); document.write( ": \n" ); document.write( "cot(x/2) = -sqrt(2) \n" ); document.write( ": \n" ); document.write( "Eliminate the cotangent from the left hand side \n" ); document.write( "; \n" ); document.write( "Take the inverse cotangent of both sides \n" ); document.write( ": \n" ); document.write( "x/2 = pi * n -cot^(-1)(sqrt(2)) for n an element of Z \n" ); document.write( ": \n" ); document.write( "Solve for x \n" ); document.write( ": \n" ); document.write( "x = 2 * pi * n -2 * cot^(-1)(sqrt(2)) for n an element of Z \n" ); document.write( ": \n" ); document.write( "x = 2 * (pi * n -cot^(-1)(sqrt(2)) for n an element of Z \n" ); document.write( " |