If #3+i# is a root of the equation #y=x^4-3x^3-36x^2+198x-280#, find the sum of the squares of the real roots?
2 Answers
Explanation:
Note that if the zeros are
#x^4-3x^3-36x^2+198x-280#
#= (x-alpha)(x-beta)(x-gamma)(x-delta)#
#= x^4-(alpha+beta+gamma+delta)x^3+(alphabeta+betagamma+gammadelta+deltaalpha+alphagamma+betadelta)x^2-(alphabetagamma+betagammadelta+gammadeltaalpha+deltaalphabeta)x-alphabetagammadelta#
Equating coefficients, we find:
#{ (alpha+beta+gamma+delta = 3), (alphabeta+betagamma+gammadelta+deltaalpha+alphagamma+betadelta = -36), (alphabetagamma+betagammadelta+gammadeltaalpha+deltaalphabeta = 198), (alphabetagammadelta = 280) :}#
Note that:
#alpha^2+beta^2+gamma^2+delta^2#
#=(alpha+beta+gamma+delta)^2-2(alphabeta+betagamma+gammadelta+deltaalpha+alphagamma+betadelta)#
#=3^2-2(-36)#
#=9+72#
#=81#
Now since the coefficients of the quartic are all real, both
#(3+i)^2+(3-i)^2 = (9+6i-1)+(9-6i-1) = 16#
So the sum of the squares of the other two zeros is:
#81-16 = 65#
Note that by Descartes' Rule of Signs we can tell that the quartic has one negative zero and one or three positive zeros. Since we know that two zeros are non-real, that leaves one positive zero and one negative one.
Explanation:
Given:
#x^4-3x^3-36x^2+198x-280#
and one of the zeros:
#3+i#
First note that all the coefficients of the given quartic are real. So any non-real zeros must occur in complex conjugate pairs.
So another zero must be:
#3-i#
So we can find a quadratic factor of the quartic as:
#(x-(3+i))(x-(3-i)) = ((x-3)+i)((x-3)-i)#
#color(white)((x-(3+i))(x-(3-i))) = (x-3)^2-i^2#
#color(white)((x-(3+i))(x-(3-i))) = x^2-6x+9+1#
#color(white)((x-(3+i))(x-(3-i))) = x^2-6x+10#
Separating out this factor we find:
#x^4-3x^3-36x^2+198x-280 = (x^2-6x+10)(x^2+3x-28)#
To factor
The pair
So we find:
#x^2+3x-28 = (x+7)(x-4)#
So the real zeros are
The sum of their squares is:
#(-7)^2+4^2 = 49+16 = 65#