Can you help me in solving this equation? Thanks in advance :)
$(x + iy)^2 = 5 + 4i$
Can you help me in solving this equation? Thanks in advance :)
$(x + iy)^2 = 5 + 4i$
$x^2 - y^2 + 2ixy = 5 + 4i$
Equating real and imaginary parts
$x^2-y^2 = 5$
$xy = 2$
That should be enough, right ?
$$ x^2+2xyi-y^2=5+4i$$ $$x^2-y^2=5\tag1$$ $$2xy=4 \tag2$$ then solve the two equations
The square root is not a well defined function on complex numbers. If you want to find out the possible values, the easiest way is probably to go with "De Moivre's formula", that is, converting your number into the form
$$r(\cos(\theta) + i \sin(\theta))$$ and then you will get,
$$(r(\cos(\theta)+ i \sin(\theta)))^{1/2} = ±[\sqrt{r}(\cos(\theta/2) + i \sin(\theta/2))]$$.