document.write( "Question 1100909: sin(x)*cos(y)=1/2[sin(x+y) + sin(x-y)] (1)
\n" );
document.write( "cos(x)*sin(y)=1/2[sin(x+y) - sin(x-y)] (2)
\n" );
document.write( "
\n" );
document.write( "It reads: verify the product-to-sum identities below using the sine sum and difference identities.\r
\n" );
document.write( "\n" );
document.write( "I have no clue where to begin. This is an online course and the instructor has disabled the \"show me an example\" option and the \"help me solve\" option. I want to learn this and if you guys can teach me It would be appreciated. Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #715451 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! \n" ); document.write( "The sum and difference identities for sine are these equations below \n" ); document.write( "sin(x+y) = sin(x)cos(y)+cos(x)sin(y) \n" ); document.write( "sin(x-y) = sin(x)cos(y)-cos(x)sin(y)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "These identities are often found in the appendix of your trig textbook, and also in the relevant chapters of the text. Depending on your teacher, you will either have a reference sheet, they will be given in the problem, or you have to memorize these formulas. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add the equations shown above. We do so by adding the left sides separately and then the right sides separately. On the left side we will get sin(x+y)+sin(x-y). On the right side we will have \n" ); document.write( "[ sin(x)cos(y)+cos(x)sin(y) ] + [ sin(x)cos(y)-cos(x)sin(y) ]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that messy expression above turns into \n" ); document.write( "2sin(x)cos(y)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice how the cos(x)sin(y) terms go away. They add up to 0 and the 0 is \"absorbed\", more or less, into the other terms. This works since x+0 = 0+x = x for any real x. \n" ); document.write( "There are two copies of the sin(x)cos(y) terms added up, so sin(x)cos(y)+sin(x)cos(y) = 2sin(x)cos(y)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So after adding those equations, we end up with sin(x+y)+sin(x-y) = 2sin(x)cos(y)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The last thing to do is multiply both sides by 1/2, then flip the equation and we end up with this: \n" ); document.write( "sin(x)*cos(y) = 1/2 [ sin(x+y)+sin(x-y) ] \n" ); document.write( "which is the first identity we wanted to prove. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------------------------------------------------- \n" ); document.write( "It's the same kind of story with the second equation given \n" ); document.write( "cos(x)sin(y) = 1/2 [ sin(x+y)-sin(x-y) ]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Instead of adding sin(x+y) and sin(x-y), we're subtracting this time. Once again, \n" ); document.write( "sin(x+y) = sin(x)cos(y)+cos(x)sin(y) \n" ); document.write( "sin(x-y) = sin(x)cos(y)-cos(x)sin(y)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which leads to \n" ); document.write( "sin(x+y)-sin(x-y) = 2cos(x)sin(y) \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when we subtract the corresponding left and right hand sides together. The sin(x)cos(y) terms cancel this time. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply both sides by 1/2 and rearrange the sides and we get \n" ); document.write( "cos(x)sin(y) = 1/2 [ sin(x+y)-sin(x-y) ] \n" ); document.write( "which proves the identity \n" ); document.write( " \n" ); document.write( " |