Higher Degree Coefficients and Roots
Reference > Mathematics > Algebra > PolynomialsWhat we learned in the previous section can be expanded to higher degree polynomials. Let's write an nth degree polynomial equation in a general form:
a0xn + a1xn-1 + a2xn-2 + ... + an-1x + an = 0
The sum of the roots of this polynomial is going to be -a1/a0.
And the product of the roots? Well, that's a little more complicated. If n is even, then the product of the roots is an/a0. If, on the other hand, n is odd, then the product of the roots is -an/a0.
Example: Find the sum of the roots of x3 + 3x2 - 4xx - 12 = 0
Solution: The sum of the roots is -3/1 = -3.
Example: Find the sum of the roots of x4 - 7x - 6 = 0.
Solution: In this case there is no x3 term, so we think of it as 0x3. Thus, the sum of the roots is -0/1 = 0.
Example: Find the product of the roots of 2x5 + 3x3 - 1 = 0.
Solution: Since this is an odd degree polynomial equation, the product of the roots is the opposite of the constant term divided by the leading coefficient: 1/2.
Example: Find the product of the roots of 81x4 - 1 = 0.
Solution: Since this is an even degree polynomial equation, the product of the roots is the constant divided by the leading coefficient: -1/81.