-4

Can you help me in solving this equation? Thanks in advance :)

$(x + iy)^2 = 5 + 4i$

nomi
  • 9
  • Write $x+i y = r e^{i \theta}$. – copper.hat Dec 08 '16 at 18:05
  • 1
    You are asked to get the square roots of $5+4i.$ See http://math.stackexchange.com/questions/44406/how-do-i-get-the-square-root-of-a-complex-number – mfl Dec 08 '16 at 18:05
  • 1
    In the future: titles should be descriptive. You LaTeX markup. Give us info about what methods or attempts you know or have tried. You'll get more help that way. – The Count Dec 08 '16 at 18:09

3 Answers3

2

$x^2 - y^2 + 2ixy = 5 + 4i$

Equating real and imaginary parts

$x^2-y^2 = 5$

$xy = 2$

That should be enough, right ?

Harsh Kumar
  • 2,846
1

$$ x^2+2xyi-y^2=5+4i$$ $$x^2-y^2=5\tag1$$ $$2xy=4 \tag2$$ then solve the two equations

E.H.E
  • 23,280
1

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))]$$.

Harsh Kumar
  • 2,846