Polynomial with one rational root or one imaginary root

1.2k Views Asked by At

In my textbook there is an example where we have to find all the roots of $2x^3-5x^2+4x-1$. After applying the Rational Root Theorem we can conclude that $1$ and $1/2$ are two solutions to this equation. Now we have to find the third root.

It says, that we can exclude the irrational or imaginary numbers as the third root since a polynomial can not just have one irrational or one imaginary root.

But why is it so?

(It turns out that $x = 1$ is a double root.)

1

There are 1 best solutions below

0
On

If the roots of the order-$n$ polynomial $p(x)$ are (including multiplicity) $\lambda_1, \ldots, \lambda_n$, then, the polynomial can be written as $$\alpha(x - \lambda_1) \cdots (x - \lambda_n),$$ where $\alpha$ is the leading coefficient of $p$. Now, expanding gives that the constant term is $$p_0 = (-1)^n \alpha \lambda_1 \cdots \lambda_n.$$

If $p$ is rational (so that $\alpha$ is rational) and precisely one root $\lambda_a$ is not rational, then $p_0$ is not rational; contrapositively, if $p_0$ is rational, $p$ cannot have precisely one nonreal root.

Similarly, if $p$ is real and precisely one root $\lambda_a$ is not real, then $p_0$ is not real, and so, if $p_0$ is real, it cannot have a single nonreal root. In fact, we can show that nonreal roots of real polynomials always come in complex conjugate pairs: If $z_0$ is a root of the real polynomial $p$, so that $p(z_0) = 0$, then applying conjugation to both sides gives that $$0 = \overline{p(z_0)} = \bar{p}(\overline{z_0}) = p(\overline{z_0}),$$ and so $\overline{z_0}$ is also a root of $p$.