document.write( "Question 871610: Prove: (sin3x/sinx)-(cos3x/cosx)=2
\n" );
document.write( "I cannot seem to figure this proof out. Please help! \n" );
document.write( "
Algebra.Com's Answer #525677 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Not sure if we are allowed to use the rather obscure identities \n" ); document.write( "sin(3x) = 3sin(x) - 4sin^3(x) \n" ); document.write( "cos(3x) = 4cos^3(x) - 3cos(x) \n" ); document.write( "If not, you can derive them from sum and/or double angle formulas, e.g. sin(3x) = sin(2x+x) \n" ); document.write( "From here, the proof is straightforward: \n" ); document.write( "The first term becomes 3 - 4sin^2(x) after dividing by sin(x) \n" ); document.write( "The second term becomes 3 - 4cos^2(x) after dividing by cos(x) \n" ); document.write( "So we have 3 + 3 - 4(sin^2(x) + cos^2(x)) = 6 - 4 = 2 \n" ); document.write( "Done. \n" ); document.write( " |