|
Question 825707: Given 3+i is a root, determine all other roots of f(x)=x^4-10x^3+47x^2-118x+130.
Thanks in advance!
Answer by jsmallt9(3758) (Show Source):
You can put this solution on YOUR website! Since f(x) is of degree 4 it will have 4 roots. We've been given one root so we have three more to find.
If a polynomial with real coefficients, like f(x), has a complex root, like f(x), then the complex conjugate of that root is also a root of the polynomial. (Standard form for complex numbers is a + bi. The complex conjugate for this is a - bi (or a + (-b)i).) So if 3 + i is a root of f(x) then so is 3 - i. Now we have two of the four roots.
To find the remaining roots we should factor f(x). This will be easier if we take advantage of the two roots we already have. When some number, let's call it "r" for root, is a root of a polynomial then (x - r) is a factor of that polynomial. So we now know that both (x - (3 + i)) [or (x - 3 - i)] and (x - (3 - i)) [or (x - 3 + i)] are factors of f(x). So:
f(x) = (x - 3 - i)(x - 3 + i)(x - ?)(x - ??)
In order to find the other factors we will divide f(x) by the two factors we have. And believe it or not, this will be easier if we multiply the two factors together and divide f(x) by the product.
To multiply (x - 3 - i)(x - 3 + i) we will use some grouping:
((x - 3) - i)((x - 3) + i)
and a clever use of the pattern. Using (x-3) as the "a" and "i" as the "b", the pattern tells us how the multiplication works out:

Now we simplify. By definition . And we can use another pattern, to square (x-3) correctly:

Simplifying...


(Notice how the i's are gone. This is why multiplying the two factors together first makes the division easier.) Now we will divide f(x) by using long division:
x^2 - 4x + 13
___________________________________
x^2-6x+10 / x^4 - 10x^3 + 47x^2 - 118x + 130
x^4 - 6x^3 + 10x^2
--------------------
- 4x^3 + 37x^2 - 118x
- 4x^3 + 24x^2 - 40x
-----------------------
13x^2 - 78x + 130
13x^2 - 78x + 130
------------------
0
It divided evenly (as we knew it would). So:

The last factor does not factor further. But it is a quadratic so we can use the quadratic formula to find its roots:

Simplifying:










which is short for:
or 
This makes the 4 roots of f(x): 3 + i, 3 - i, 2 + 3i and 2 - 3i
P.S. If you really dislike long division of polynomials and if you're not afraid to work with i's, you could have divided f(x) by (x - (3 + i)) and (x - (3 - i)) individually using synthetic division. First we'll divide by (x - (3 + i)):
3+i | 1 -10 47 -118 130
------ 3+i -22-4i 79+13i -130
-----------------------------------
1 -7+i 25-4i -39+13i 0
Next, we'll divide the result by (x - (3 - i)):
3-i | 1 -7+i 25-4i -39+13i
------ 3-i -12+4i 39-13i
----------------------------
1 -4 13 0
leaving the factor of that we found earlier using long division.
|
|
|
| |