OK. Here’s an example of the Rational Roots Theorem:
3X^4 - 11X^3 + 10X - 4 = 0
p is the absolute value of the last monomial. Here, it is 4.
q is the absolute value of the first coefficient. Here, it is 3.
Now factor each of these (remember, the factors can be positive or negative) so ± will mean that the number can be positive or negative and thus you will later have to check both:
p: ± 1, ± 2, ± 4
q: ± 1, ± 3
p/q: ±1, ±1/3, ± 2, ± 2/3, ±4, ±4/3
if the solution has any rational roots they must be one of these (the set of numbers for p/q).
Now test each of them through synthetic division (I am not going to go through all of them, but you may have to go through at least some that don’t work until you find the ones that do):
-1l 3 -11 0 10 -4
-3 14 -14 4
3 -14 14 -4 0
Since the last number is a zero, you’ve got a factor.
Factoring out:
(X + 1) (3X^3 - 14X^2 + 14X - 4)
Synthetic division again to find the factors of
3X^3 - 14X^2 + 14X - 4:
2/3l 3 -14 14 -4
2 -8 4
3 -12 6 0
You know have: (X + 1)(X - 2/3)(3X^2 - 12X + 6)
Use the quadratic formula to find the roots of 3X^2 - 12X + 6 (I’m not even going to ry to represent that here)
and you get the roots: {2 + [sq.root of 2], 2- [sq.root of 2]}
So your roots for the original equation are: { -1, 2/3, 2 ± [sq.root of 2]}
And don’t forget about the Bounds Theorem during synthetic division (if there are no negative coefficients it is an upper bound; if coefficients alternate between non-negative and non-positive, then it is a lower bound).
sigh I wish there would be more math symbols that I could include, all the underlining was killing me. Hope it looks all right.