2
$\begingroup$

How to I solve this complex quadratic equation?

$z^2 + iz = 1$

What I did first was rearranging in the $ax^2 + bx + c = 0$ form then used the quadratic formula but I get real numbers as a solution (should be complex I believe)..

$z^2 + iz -1 = 0$

Quadratic formula gives:

$z = -1 \pm \sqrt{5}/2$

Any help appreciated!

  • 0
    real numbers are complex numbers.2017-01-12
  • 0
    I fixed the matjax for $\sqrt{5}$ in your question, but I would guess you meant $z = (-1 \pm \sqrt{5})/2$ rather than $z = -1 \pm \sqrt{5}/2$ ?2017-01-12
  • 0
    Yes, I did. Thank you2017-01-12

2 Answers 2

4

Looks like you treated $b$ as $b = 1$, not $b = i$. The quadratic formula works over $\mathbb{C}$ as much as it works over $\mathbb{R}$ -- better, actually, since you can always take a square root.

  • 0
    Is there a way of simplifying $sqrt(i^2+4)$ ?2017-01-12
  • 2
    @tcodeb. Whet is $i^2$ equal to ?2017-01-12
1

Using quadratic formula you get:

$$z=\frac{-i\pm\sqrt{i^2+4}}{2}=\frac{-i\pm\sqrt{3}}{2}$$

because $a=1$, $b=i$,$c=-1$ and $i^2=-1$.

  • 0
    you are welcome!2017-01-12