Complex numbers finding real values of x and y

3.9k Views Asked by At

Im having trouble where to go next?

Solving the real values of x and y

$2+x+jy=(x-jy)(5+j6)$

Here's my working

$2+x+jy=(x-jy)(5+j6)$

$2+x+jy= 5x+6y+j6x-j5y$

Real numbers $2+x=5x+6y$

Imaginary numbers $j6x-j5y=jy$

1

There are 1 best solutions below

5
On BEST ANSWER

You now have a set of equations, two equations for two variables. Have you tried to solve the system?

$$2+x=5x + 6y\\ 6x - 5y = y$$

It isn't all that hard to solve...