How do you find all the zeros of #g(x) = x^5 – 8x^4 + 28x^3 – 56x^2 + 64x – 32 #?
1 Answer
Use the rational root theorem, polynomial division and completing the square to find roots:
#x=2# (with multiplicity#3# )
#x=1+-sqrt(3)i#
Explanation:
By the rational root theorem, any rational zeros of
In addition note that
Hence the only possible rational zeros are:
#1, 2, 4, 8, 16, 32#
We find:
#g(2) = 32-128+224-224+128-32 = 0#
So
#x^5-8x^4+28x^3-56x^2+64x-32#
#=(x-2)(x^4-6x^3+16x^2-24x+16)#
Let
#h(2) = 16-48+64-48+16 = 0#
So
#x^4-6x^3+16x^2-24x+16 = (x-2)(x^3-4x^2+8x-8)#
Let
#k(2) = 8-16+16-8 = 0#
So
#x^3-4x^2+8x-8 = (x-2)(x^2-2x+4)#
The remaining quadratic factor can be factored by completing the square and using the difference of squares identity:
#a^2-b^2 = (a-b)(a+b)#
with
#x^2-2x+4#
#= x^2-2x+1+3#
#= (x-1)^2-(sqrt(3)i)^2#
#= ((x-1)-sqrt(3)i)((x-1)+sqrt(3)i)#
#= (x-1-sqrt(3)i)(x-1+sqrt(3)i)#
Hence the last two zeros are:
#x = 1+-sqrt(3)i#