Gerenuk said:
The coefficients are only real numbers.
I want that the quartic has exactly one real solution. I don't know any solution and want to avoid the complicating procedure for quartics.
Then, if
z is a root, so is its complex conjugate
z*. But, every polynomial of degree
n has exactly
n complex roots, some of which might repeat. As a consequence, a polynomial with real coefficients of odd power has at least one real root.
If
z = 0 is a root, then, the quartic polynomial can be written as:
<br />
P_{4}(z) = z \, Q_{3}(z)<br />
But, Q_{3}(z) is of odd power and with real coefficients, so it must have at least one real root. Since, the only possible real root is 0, it must be that:
<br />
Q_{3}(z) = z \, R_{2}(z)<br />
with R_{2}(z) being a polynomial of degree 2 with either no real roots or 0 being its double root. Without any loss of generality (since we are looking for the roots of the polynomials), we can take the coefficients in front of
z4 to be 1. We can then write:
<br />
P_{4}(z) = z^{2} \, (z^{2} + p \, z + q), \ p^{2} - 4 q < 0<br />
or
<br />
P_{4}(z) = z^{4}<br />