document.write( "Question 253255: Could you please help me prove that sin(x+y)sin(x-y)=cos^2y-cos^2x? \r
\n" );
document.write( "\n" );
document.write( "This is what I have done so far...\r
\n" );
document.write( "\n" );
document.write( "sin(x+y)sin(x-y)can be changed to(sinxcosy+sinycosx)(sinxcosy-sinycosx) \r
\n" );
document.write( "\n" );
document.write( "Also, cos^2y-cos^2x can be changed to 1-sin^y-1-sin^2x\r
\n" );
document.write( "\n" );
document.write( "I'm not sure if I am going about this the right way, so if not, could you please point me in the right direction? \n" );
document.write( "
Algebra.Com's Answer #185540 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! You have the right start. \n" ); document.write( "(sinx cosy + sinycosx)(sinxcosy - sinycosx) which is difference of 2 squares so \n" ); document.write( "(sin^2 x cos^2 y)- (sin^2 y cos^2 x) when multiplied out \n" ); document.write( "Now sin^2 = 1 - cos^2 so, rewriting \n" ); document.write( "cos^2 y ( 1 - cos^2 x) - cos^2 x (1 - cos^2 y) and expanding \n" ); document.write( "cos^2 y - cos^2 y cos^2 x - cos^2 x + cos^2 x cos^2 y then adding up \n" ); document.write( "cos^2 y - cos^2 x \n" ); document.write( " |