Real and complex solutions
The nature of the solutions of a quadratic equation is determined entirely by the sign of the discriminant $\Delta = b^{2} - 4 a c$, which appears under the radical in the quadratic formula:
\[x = \frac{- b \pm \sqrt{b^{2} - 4 a c}}{2 a}\]When $\Delta > 0$, the equation has two distinct real solutions. When $\Delta = 0$, the two solutions coincide and the equation has a unique real root, counted with multiplicity two. When $\Delta < 0$, the square root of a negative number is involved, and the equation has no real solutions. It does, however, admit exactly two solutions in the field of complex numbers, and these always appear as a conjugate pair.
By the Fundamental Theorem of Algebra, a polynomial equation of degree $n$ has exactly $n$ roots in $\mathbb{C}$, counted with multiplicity. Applied to the quadratic case, this guarantees that every equation of the form $a x^{2} + b x + c = 0$ has exactly two roots in $\mathbb{C}$, regardless of the sign of the discriminant.
Recall that given a complex number $z = a + b i$, its conjugate is defined as the following.
\[\overset{―}{z} = a - b i\]The number $\overset{―}{z}$ is represented in the Gaussian plane by the point symmetric to $z$ with respect to the $x$-axis.

This geometric interpretation highlights how conjugate roots naturally arise when solving quadratic equations with negative discriminant, providing a visual link between algebraic expressions and their representation in the complex plane.
Every quadratic equation can be solved, regardless of whether its discriminant is positive, zero, or negative. When the discriminant happens to be negative, the equation simply has no real roots. However, it still possesses two legitimate solutions within the complex number system. These solutions always arise as a pair of complex conjugates, reflecting the fundamental structure of quadratic equations in the complex plane.
Complex conjugate roots
If the coefficients $a$, $b$, and $c$ are real, the complex roots of the quadratic equation $a x^{2} + b x + c = 0$ always occur in conjugate pairs. Specifically, if $z \in \mathbb{C}$ is a solution, then $\overset{―}{z}$ is also a solution. This result follows directly from the properties of complex conjugation with respect to arithmetic operations.
Suppose $a z^{2} + b z + c = 0$. Taking the conjugate of both sides yields the following:
\[\overset{―}{a z^{2} + b z + c} = \overset{―}{0}\]Since conjugation distributes over sums and products, and since every real number coincides with its own conjugate, it follows that $\overset{―}{a} = a$, $\overset{―}{b} = b$, and $\overset{―}{c} = c$. The left-hand side therefore reduces to the following.
\[a (\overset{―}{z})^{2} + b \overset{―}{z} + c = 0\]This is the original equation evaluated at $\overset{―}{z}$, which is therefore a root of the same equation.
Example 1
Solve the quadratic equation:
\[x^{2} + 4 x + 5 = 0\]The equation is already in standard form $a x^{2} + b x + c = 0$, with coefficients $a = 1$, $b = 4$, and $c = 5$. Substituting into the quadratic formula yields the following.
\[x_{1 , 2} = \frac{- 4 \pm \sqrt{4^{2} - 4 \cdot 1 \cdot 5}}{2 \cdot 1}\]The discriminant is negative:
\[\Delta = 16 - 20 = - 4\]Since $\Delta < 0$, the equation admits no real solutions. Proceeding with the quadratic formula and writing $\sqrt{- 4} = 2 i$:
\[x_{1 , 2} = \frac{- 4 \pm 2 i}{2}\]Simplifying, the two complex conjugate solutions are the following.
\[x_{1} = - 2 + i x_{2} = - 2 - i\]Example 2
The following example illustrates the case in which the discriminant is negative and the coefficients are not all integers, requiring an additional simplification step before the solutions can be expressed in standard complex form.
\[3 x^{2} - 2 x + 4 = 0\]The equation is in standard form with coefficients $a = 3$, $b = - 2$, and $c = 4$. Substituting into the quadratic formula yields the following.
\[x_{1 , 2} = \frac{2 \pm \sqrt{( - 2 )^{2} - 4 \cdot 3 \cdot 4}}{2 \cdot 3}\]Computing the discriminant:
\[\Delta = 4 - 48 = - 44\]Since $\Delta < 0$, the equation admits no real solutions. Writing $\sqrt{- 44} = 2 \sqrt{11} i$:
\[x_{1 , 2} = \frac{2 \pm 2 \sqrt{11} i}{6} = \frac{1 \pm \sqrt{11} i}{3}\]The solution is:
\[x_{1} = \frac{1 + \sqrt{11} i}{3} x_{2} = \frac{1 - \sqrt{11} i}{3}\]