Polynomial Equations
Definition: Real Polynomial Equation
A real polynomial equation is a polynomial equation where is a real polynomial.
Properties
Theorem: Maximum Number of Roots
The maximum number of distinct roots which the real polynomial equation
can have is equal to the degree of .
PROOF
TODO
Theorem: Roots and Divisibility
Theorem: Real Polynomial Equations with Integer Coefficients I
If the coefficients of the real polynomial equation
are integers and it has a rational root (where and are coprime), then is a divisor of and is a divisor of .
PROOF
Proof that is a divisor of :
If is a root of the polynomial equation, then
Multiply by .
Since and are all integers, the right-hand side must be an integer as well. This means that is an integer, but and have no common divisors, since they are coprime. This means that must divide .
Proof that is a divisor of :
If is a root of the polynomial equation, then
Multiply by .
Divide by .
Once again, and are all integers and so the right-hand side must be an integer. This means that is an integer. The numbers and have no common divisors, since and are coprime. This means that must be a divisor of .
Theorem: Real Polynomial Equations with Integer Coefficients II
Reciprocal Polynomial Equations
Definition: Reciprocal Polynomial Equations
Definition: Reciprocal Polynomial Equations
Properties
Algorithm: Degree Reduction for Reciprocal Polynomial Equations of Even Degree
We are given a reciprocal polynomial equation
of degree . We can reduce it to a real polynomial equation of degree in the following way:
Divide by .
Group the terms appropriately.
- Substitute .
Theorem: Roots of Reciprocal Polynomial Equations of Odd Degree
Theorem: Reduction of Reciprocal Polynomial Equations of Odd Degree
Every reciprocal polynomial equation
of odd degree can be reduced to a reciprocal polynomial equation of even degree by dividing it by .
PROOF
TODO