
Christopher J. answered 09/11/20
Berkeley Grad Math Tutor (algebra to calculus)
Stratton:
We know a polynomial of degree 4 can have at most 4 roots.
To find rational roots, we can use rational root theorem.
+/-1, +/-2, +/-3, +/-4, +/-6, +/-8, +/-12, +/-24, +/- 48 are possible candidates
Plug in x =1 y = 1-1-28-20+48 = 0-48 +48 = 0, so x = 1 is a root.
We can use synthetic division to do a first factorization,
1 | 1 -1 -28 -20 48
1 0 -28 -48
--------------------------------------
1 0 -28 -48 0
So x4-x3-28x2-20x+48 = (x-1)*(x3-28x-48)
Use rational root theorem on x3-28x-48 to find possible roots. x=-2 is a root
Use synthetic division again, but on x3-28x-48
-2| 1 0 -28 -48
-2 4 48
-------------------------
1 -2 -24 0
So we can factor x3-28x-48 = (x+2)*(x2-2x-24)
We can use quadratic equation to find roots of x2-2x-24, which are x=6 and x=-4
So our factorization for x4-x3-28x2-20x+48 = (x-1)*(x+2)*(x-6)*(x+4)
There are no complex roots; all four roots are real: x= 1, x=-2, x=6, x=-4