Possible Roots -
- Factor Theorem --
- The polynomial (x-r) is a divisor (and factor) of the polynomial f(x) if and only if
- r is a
root or
zero of f(x)
-
- Examples of the above.
- ex 1. (x2 + 4x + 4)/(x + 2) = (x + 2) + 0,
- because x = -2 is a root of y=x2 + 4x + 4
-
- ex 2.(x2 + 4x + 5) = (x + 2)(x + 2) + 1
- because x = -2 is not a root of y=x2 + 4x + 5.
- When x = -2, y=x2 + 4x + 5 is equal to 1.
-
-
- Integral Zero Theorem --
- The
integer r is a root of the polynomial f(x) if and only if
- r is a
divisor of the constant term, a0.
-
- Examples of the above.
- ex 1. -2 is a root of y=x2 + 4x + 4,
- and -2 is a factor of 4, the constant term.
-
-
-
- Rational Zero Theorem --
- The
rational number, fraction, p/q is a root of the
polynomial f(x) if and only if
- p is a factor of the constant term and
- q is a factor of the leading coefficient.
-
- Examples.
|
Solve: | Solution(s): |
p's, factors of constant term |
q's, factors of leading coefficient |
p/q's, possible rational root |
|
3x + 4 = 0 | x = -4/3 |
± 1, ±2, ±4 | ±1, ±3 |
± 1/1, ±2/1, ±4/1, ± 1/3, ±2/3, ±4/3 |
|
4x - 3 = 0 | x = -3/4 |
± 1, ±3 | ±1, ±2, ±4 |
± 1/1, ±3/1, ± 1/2, ±3/2, ± 1/4, ±3/4
|
|
x + 3 = 0 | x = -3 |
± 1, ±3 | ±1 |
± 1/1, ±3/1 |
|
(x + 2)(x - 5) = 0 x2 - 3x - 10 = 0 |
x = -2, x= 5 |
± 1, ±2, ±5 | ±1 |
± 1, ±2, ±5 |
|
x3 + 5x2 + 2x - 8 = 0 | x = ? |
± 1, ±2, ± 4, ±8 |
±1 |
± 1, ±2, ± 4, ±8 |
|
-
-
- Irrational Zeros --
- Use the
quadratic formula for 2nd degree polynomials.
- Use the
The "Cubic Formula" by Helmut Knaust at http://www.sosmath.com/algebra/factor/fac11/fac11.html for 3rd degree polynomials.
- Use the
"Quartic Formula" by planetmath.org at http://planetmath.org/encyclopedia/QuarticFormula.html for 4th degree polynomials.
- There DO NOT EXIST formulas for 5th degree or higher polynomials.
- Approximate roots by determining sign changes in successive values of the function.
-
-
- Complex Roots
-
Complex
roots come in pairs.
- If a + bi is a root, then its conjugate,
a - bi is a root.
- Seek these using the quadratic formula.
-
-
|