According to the fundamental theorem of algebra, how many roots does the polynomial #f(x)=x^4+3x^2+7# have over the complex numbers, and counting roots with multiplicity greater than one as distinct? (i.e #f(x)=x^2# has two roots, both are zero).
1 Answer
Explanation:
The fundamental theorem of algebra (FTOA) tells us that a polynomial of degree
A straightforward corollary of the FTOA, often stated as part of it, is that a polynomial of degree
In our example we are given:
#f(x) = x^4+3x^2+7#
which is of degree
Hence by the FTOA (and corollary) it has exactly
Bonus: Find the zeros
Note that:
#t^2+3t+7#
has discriminant:
#Delta = color(blue)(3)^2-4(color(blue)(1))(color(blue)(7)) = 9-28=-19#
Since
So attempting to solve
Let's use another approach:
Since
#x^4+3x^2+7 = (x^2-kx+sqrt(7))(x^2+kx+sqrt(7))#
#color(white)(x^4+3x^2+7) = x^4+(2sqrt(7)-k^2)x^2+7#
Putting:
#2sqrt(7)-k^2 = 3#
we find:
#k^2 = 2sqrt(7)-3#
So:
#k = +-sqrt(2sqrt(7)-3)#
So:
#x^4+3x^2+7 = (x^2-sqrt(2sqrt(7)-3)x+sqrt(7))(x^2+sqrt(2sqrt(7)-3)x+sqrt(7))#
Hence zeros given by the quadratic formula:
#x = 1/2(+-sqrt(2sqrt(7)-3)+-sqrt(2sqrt(7)+3)i)#