2

So I got stuck on a question asking me to plot in $\mathbb{C}$ the following two expressions ($z \in \mathbb{C}$): $$Re(z) + Im(z) = 2$$ $$Re(z) - Im(z) = 0$$

Now this should be easy enough...

If we set $z = x +iy$ the first equation should be:
$Re(x + iy) + Im(x +iy) = 2$ Which would give me: $x + y = 2$ and the line $y = - x + 2$
Which is wrong...

The same thing with the second equation:
$Re(x+iy) - Im(x+iy) = 0$ would give me: $x - y = 0$ and the line $y=x$
Which is also wrong...

Something obvious is missing from my understanding of this...

1 Answers1

1

$z=x+iy$.

According to your equations, $z$ is a point of both the lines $y=-x+2$ and $y=x$ so it's the intersection of the both! That's a linear system of two equations with two unknown numbers, if the two lines aren't parallel or same then $z$ is a single point which is the case. Find $z$ by fiding $x$ and $y$!

Scientifica
  • 8,781