0

Suppose for $z, a, b, c \in \mathbb{C}$ that we have $az^2+bz+c=0,$ how do you define solutions in the complex plane? Can you even use the quadratic formula at all for the non-real case?

1 Answers1

0

Yes, it works the same way it does in the "real case". If the discriminant, $b^2-4ac\ne0$, then there are two complex roots. If the discriminant is zero, then there is one complex root.

At any rate, the formula provides the two solutions guaranteed by the fundamental theorem of algebra.

  • If one starts with a quadratic having 2 real roots (and positive discriminant), then multiplies its coefficients all by $i,$ the discriminant gets its sign changed. But still the roots are real. – coffeemath Apr 30 '20 at 04:01
  • So the fact that the square root function is a completely different function in the complex plane than in the real plane is somehow irrelevant? What's the point of complex analysis then? – AskingRandomQuestions Apr 30 '20 at 04:04
  • Sorry again. My statement about the discriminant was incorrect. Of course we can't compare $b^2-4ac$ and $0$ in general. –  Apr 30 '20 at 04:41