
Dorothy R. answered 02/18/24
Experienced High School Math Tutor & Teacher
The rational root theorem is a "short cut" to help you find roots of complex polynomials without advanced technology.
First identify the leading coefficient (the coefficient of the highest degree term) and call is "q". Then identify the value of the constant (the number not containing a variable) and call it "p." The p and q letters are just arbitrary.
For your problem: x4-6x3+9x2-24x+20, q = 1 and p = 20
Next, find all the factors for each p and q:
factors of q = ±1
factors of p = ±1, ±2, ±4, ±5, ±10, ±20
We use ± because we are accounting for all cases to get the product (think: -1 times -1 would still equal our q value of 1).
Now we make a list (sometimes it's LONG!) of all possibilities of p/q. We are lucky this time because our q list is small, and we are really just dividing the p list by 1. This list contains all the possible rational roots of the original problem:
p/q = ±1, ±2, ±4, ±5, ±10, ±20
Now comes the tedious part. We need to check from our list of p/q which root will work for our problem. Your teacher has asked you to use synthetic division to do this, so I am assuming you know how to do that. I will demonstrate using the first root, 1:
1| 1 -6 9 -24 20
1 -5 4 -20
1 -5 4 -20 0 <----- the fact that there is a zero in the last spot means we have found a root!!
Now we can say x4-6x3+9x2-24x+20 = (x - 1)(x3 - 5x2 + 4x - 20). The good news is, we can continue to use our list of p/q on the second listed factor here. OR you can recognize that the second factor can be factored further using grouping: x3 - 5x2 + 4x - 20 = (x2 + 4)(x - 5)
Now we can represent g(x) as g(x) = (x - 1)(x2 + 4)(x - 5).
g(x) as two real roots x = 1 and x = 5 and two imaginary roots x = -2i and x = 2i.