
Jay S. answered 01/10/21
Patient, Engaging Math Tutor for Algebra through Calculus
This is a huge task - let's take it step by step.
a. To find the maximum possible number of positive and negative roots, we need to use Descartes' Rule of Signs, which says that the number of sign changes in the coefficients of a(x) tells us the maximum # of positive roots, the number of sign changes in the coefficients in a(-x) tells us the maximum # of negative roots.
a(x) = 2x5 + 5x4 + 11x3 - 49x2 - 31x + 26 changes signs twice (11 to -49 and -31 to 26), so the maximum number of positive roots is 2.
a(-x) = 2(-x)5 + 5(-x)4 + 11(-x)3 - 49(-x)2 - 31(-x) + 26 = -2x5 + 5x4 - 11x3 - 49x2 + 31x + 26 changes signs thrice, so the maximum number of negative roots is 3.
b. To find integer roots, we need to use synthetic division combined with the Rational Root Theorem. The theorem tells us that the rational roots will be a factor of the last term (26) divided by a factor of the first term (-2).
The factors of 26 are ±1, ±2, ±13, ±26, and the factors of 2 are ±1 and ±2. So our rational roots could be any of the first group divided by any of the second group (for example, 26, -13, -2, 1, etc. - so many possibilities).
Now we can apply synthetic division to test these combos. If we write out the coefficients of the polynomial:
2 5 11 -49 -31 26 we use a "sort-of long division" to test. If the end result is 0, we've found a root.
Let's try -1 first. It's quite difficult to show how this works here, but I'll do my best.
-1 | 2 5 11 -49 -31 26
Multiply the test (-1) by the first coefficient, then add it to the next one, then multiply again, and so on. Here are the steps one-by-one:
- Start with the first coefficient: 2, then multiply (-1)(2) = -2
- -2 + 5 = 3, (3)(-1) = -3
- -3 + 11 = 8, (8)(-1) = -8
- -8 - 49 = -57, (-57)(-1) = 57
- 57 - 31 = 26, (26)(-1) = -26
- -26 + 26 = 0
Since we ended up with 0, we know -1 is an integer root. Now we continue synthetically dividing, except we use the new coefficients I italicized above: 2, 3, 8, -57, 26. Once we synthetically divided by (x+1), we get a new polynomial:
2x4 + 3x3 + 8x2 - 57x + 26
We can still use the possibilities that we came up with above. Let's try 2 as a possible root. Same thing, here are the steps:
2 | 2 3 8 -57 26
- Start with 2 again, 2(2) = 4
- 4 + 3 = 7, (7)(2) = 14
- 14 + 8 = 22, (22)(2) = 44
- 44 - 57 = -13, (-13)(2) = -26
- -26 + 26 = 0
We got 0! So we now know 2 is a root. And we have another new polynomial with coefficients 2, 7, 22, -13.
c. 2x3 + 7x2 + 22x - 13. Let's try another possible root: 1/2. By now you should be getting the hang of it:
1/2 | 2 7 22 -13
- Start with 2 again, (2)(1/2) = 1
- 1 + 7 = 8, (8)(1/2) = 4
- 4 + 22 = 26, (26)(1/2) = 13
- 13 - 13 = 0
Now we've got three real roots. We got -1, 2, and now 1/2. And now we've simplified the really hard-to-deal-with polynomial from the beginning to a parabola! We use the coefficients again to get:
d. 2x2 + 8x + 26. Here, use your method of choice (quadratic formula is probably the easiest) to get the roots:
x = (-8±√¯64¯-¯4(2)(26)¯¯¯) / 4
= (-8 ± √¯-144¯ ) / 4 = -2 ± 3i.
And now (finally!), we've solved for all 5 roots:
-1, 2, 1/2, -2+3i, and -2-3i.