1

$$z^2=3+4i ,(z=x+iy)$$ Seems easy? That's what I thought!

I get a system of equations that I can't solve: $x^2-y^2=3$ and $2xiy=4i$ which I then get $x=\frac{2}{y}$

I can't solve the system of equations?

2 Answers2

4

Hint

$$3+4i = 4+4i-1$$ $$ = 4+4i+i^2 $$

WaveX
  • 5,440
2

Taking norms, you have: $|z|^2 = |3 + 4i|$, so $x^2 + y^2 = 5$. Combining this with $x^2 - y^2 = 3$ yields $2x^2 = 8$, hence $x = \pm 2$.

Alex Zorn
  • 4,304