If #x=4i# is a root of #f(x) = x^4 - 4x^3 +29x^2 -64x + 208# what are the other roots?
1 Answer
the four roots are:
# +-4i, 2+-3i#
Explanation:
We know that polynomials with real coefficients have roots that must appear in complex conjugate pairs. Therefore, as
# p(x) = (x+4i)(x-4i) #
# \ \ \ \ \ \ \ = (x)^2-(4i)^2 #
# \ \ \ \ \ \ \ = x^2+16 #
And if we divide
# f(x) = x^4-4x^3+29x^2-64x+208 #
# \ \ \ \ \ \ \ = (x^2+16)(ax^2+bx+c) #
Where
# C(x^4) : 1 = a #
# C(x^3) : -4 = b #
# C(x^0) : 208 = 16c => c = 13 #
Therefore:
# f(x) = (x^2+16)(x^2-4x+13) #
So the remaining roots are the solution of:
# x^2-4x+13 = 0#
# :. (x-2)^2-2^2+13 = 0#
# :. (x-2)^2+9 = 0#
# :. x-2 = +- 3i#
# :. x = 2 +- 3i#
Hence the four roots are:
# +-4i, 2+-3i#