
William W. answered 10/15/20
Math and science made easy - learn from a retired engineer
x4 - 4x3 - 57x2 - 62x - 10 = 0
Because this is a 4th degree polynomial, by the Fundamental Theorem of Algebra, we know it has 4 roots.
By the Rational Roots Theorem, we know that if there are any rational roots, they will be ±10, ±5, ±2, or ±1.
By Descarte's Rule of Signs, the polynomial will have 1 positive real root (one sign change in the equation) and will have either 3 or 1 negative real roots (meaning it will have either 1 or 3 complex roots).
So let's start by trying to find the positive real root. Since the coefficients are a bit high, I'm going to start with 10 as my first guess. Doing synthetic division with "10" to get:
10 | 1 -4 -57 -62 -10
10 60 30 -320
---------------------------------
1 6 3 -32 -330
Notice that we did NOT get zero so 10 is not a root and we did also NOT get the tell-tale sign that 10 is an upper bound (meaning the root is higher than 10). This tells me that the one positive real root, which must be greater than 10, will not be rational. So, I'll skip it for now.
Trying negative rational roots, let's try -1:
-1 | 1 -4 -57 -62 -10
-1 5 52 10
---------------------------------
1 -5 -52 -10 0
So, x = -1 is a root.
Let's try x = -2 but we'll try it using the reduced polynomial that we got from the synthetic division of x = -1 which is x3 - 5x2 - 52x - 10:
-2 | 1 -5 -52 -10
-2 14 76
-----------------------
1 -7 -38 66
So, x = -2 is not a root. It is also not a lower bound, so let's try -5:
-5 | 1 -5 -52 -10
-5 50 10
---------------------------------
1 -10 -2 0
So x = -5 is a root. and the resulting quadratic is x2 - 10x - 2 = 0. Since this is not factorable, use the quadratic formula:
x = [10 ± √(100 - 4(-2))]/2 = (10 ± √108)/2 = (10 ± 6√3)/2 = 5 ± 3√3