document.write( "Question 681990:  Prove that (1-tan^2 x) / (1+tan^2 x) = cos 2 x \r
\n" );
document.write( "\n" );
document.write( "For each step of the proof I also need to know what rule this applies to (algebra, reciprocal, quotient, Pythagorean, double angle, or sum and differences). Please state the rule after each step\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank you so so much for your help! \n" );
document.write( "
| Algebra.Com's Answer #422930 by stanbon(75887)      You can put this solution on YOUR website! Prove that (1-tan^2 x) / (1+tan^2 x) = cos 2 x \n" ); document.write( "----- \n" ); document.write( "Note: Since sin^2 + cos^2 = 1 \n" ); document.write( "Dividing by cos^2 you get: tan^2 + 1 = sec^2 \n" ); document.write( "----- \n" ); document.write( "Using that Pythagorean relation you get: \n" ); document.write( "(1-tan^2)/(sec^2) = cos(2x) \n" ); document.write( "------ \n" ); document.write( "(1 - (sin^2/cos^2)/sec^2 = cos(2x) \n" ); document.write( "(cos^2-sin^2) = cos(2x) \n" ); document.write( "cos(2x) = cos(2x) \n" ); document.write( " |