document.write( "Question 859192: find real numbers of x and y such that: (x+yi)(2+i) = 2x- (y+1)i \n" ); document.write( "
Algebra.Com's Answer #517618 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Given; \n" ); document.write( "(1) (x + iy)*(2 + i) = 2x - i(y + 1) or \n" ); document.write( "(2) 2x + ix + 2iy +i^2y = 2x - i(y + 1) \n" ); document.write( "Since i^2 = -1, we have \n" ); document.write( "(3) 2x + ix + 2iy -y = 2x - i(y + 1) or \n" ); document.write( "(4) 2x - y + i(x + 2y) = 2x - i(y + 1) \n" ); document.write( "In order for us to have equal complex numbers, both the real parts have to be equal AND the imaginary parts have to be equal. Therefore (4) gives us TWO equations \n" ); document.write( "(5) 2x - y = 2x and \n" ); document.write( "(6) x + 2y = -(y + 1) \n" ); document.write( "The solution to (5) is \n" ); document.write( "(7) y = 2x - 2x or \n" ); document.write( "(8) y = 0 \n" ); document.write( "The solution to (6) is, with y=0, \n" ); document.write( "(9) x + 2*0 = -(0 + 1) or \n" ); document.write( "(10) x = -1 \n" ); document.write( "The solution is (x,y) = (-1,0) \n" ); document.write( "Let's check this pair in (1). \n" ); document.write( "Is ((-1 + i*0)*(2 + i) = 2(-1) - i(0 + 1))? \n" ); document.write( "Is ((-1)*(2 + i) = 2(-1) - i)? \n" ); document.write( "Is (-2 - i = -2 - i)? Yes \n" ); document.write( "Answer: The real pair of (x,y) that satisfy the given equation is (-1,0).\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |