document.write( "Question 365339:  I have a homework problem for trigonometry that is stumping me. it is to verify the identity:\r
\n" );
document.write( "\n" );
document.write( "cot^2x-cos^2x= cot^2xcos^2x. \r
\n" );
document.write( "\n" );
document.write( "I have to make both sides of the equation equal. I have tried using identities such as cot^2x=csc^2x-1, but nothing seems to be working. Thanks for your help! \n" );
document.write( "
| Algebra.Com's Answer #260436 by jim_thompson5910(35256)      You can put this solution on YOUR website! cot^2x-cos^2x= cot^2xcos^2x .... Start with the given equation.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'm only going to manipulate the right side.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cot^2x-cos^2x= (csc^2x-1)cos^2x ... Plug in cot^2x=csc^2x-1\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cot^2x-cos^2x= csc^2xcos^2x-cos^2x ... Distribute.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cot^2x-cos^2x= ( 1/(sin^2x) )cos^2x-cos^2x ... Use the identity csc(x)=1/sin(x).\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cot^2x-cos^2x= (cos^2x)/(sin^2x)-cos^2x ... Multiply\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cot^2x-cos^2x= cot^2x-cos^2x ... Use the identity (cos(x))/(sin(x))=cot(x).\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So this verifies the identity. \n" ); document.write( " |