It seems that a quartic polynomial (degree $4$) either can have $0$ real, $1$ real, $2$ real, or $4$ real roots, and the rest is complex roots. Why can't it have $3$ real roots and $1$ complex?
2026-03-27 02:50:47.1774579847
On
Why can a quartic polynomial never have three real and one complex root?
5.8k Views Asked by user127747 https://math.techqa.club/user/user127747/detail At
4
There are 4 best solutions below
3
On
if so, then by the complex conjugate root theorem, there is a conjugate root thus raising the degree from $4$ to $5$ which is not the case.
If $z$ is a root of a real polynomial, say $p(z) =\sum_{j=0}^n r_jz^j = 0$, then $\overline{z}$ is also a root of $p$ as $p(\overline{z}) =\sum_{j=0}^n r_j\overline{z}^j = \sum_{j=0}^n r_j\overline{z^j}= \sum_{j=0}^n \overline{r_jz^j} = \overline{p(z)} = 0$. Thus, non-real roots of real polynomials always come in pairs and their number is thus even.
There is no restriction (but the degree) on the number of real roots, though; it is possible that the polynomial of degree $4$ has $3$ real roots too, like $x^2 (x-1)(x-2)$.